jrryhrtn opened a new pull request #338: support for creating Xcode9 style 
exportOptions.plist 
URL: https://github.com/apache/cordova-ios/pull/338
 
 
   ?e meta data contained in build.json.
   
   There is one additional field required in build.json that was previously not 
required; bundleIdentifier.  See example below, please note that the 
provisioning profile can be the name or UUID of the profile.  Name is preferred 
for maintenence, as UUID changes each time to regenerate the profile.
   
   {
       "ios": {
           "debug": {
               "codeSignIdentity": "iPhone Developer",
               "developmentTeam":"YOURTEAMID",
               "provisioningProfile": "provisioning profile name or UUID",
               "packageType": "development",
               "bundleIdentifier":"com.company.yourbundleid"
           },
           "release": {
               "codeSignIdentity": "iPhone Distribution",
               "developmentTeam":"YOURTEAMID",
               "provisioningProfile": "provisioning profile name or UUID",
               "packageType": "ad-hoc",
               "bundleIdentifier":"com.company.yourbundleid"
           }
       }
   }
   
   <!--
   Please make sure the checklist boxes are all checked before submitting the 
PR. The checklist
   is intended as a quick reference, for complete details please see our 
Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   iOS
   
   ### What does this PR do?
   Fixes Xcode9 command line build with explicit/manual provisioning
   
   ### What testing has been done on this change?
   Tested on Trane's software suite CI build scripts.  I have not yet submitted 
an issue with Cordova, but many others are reporting this issues on various 
blogs including stack overflow: 
https://stackoverflow.com/questions/46344443/after-upgrading-to-xcode-9-cordova-app-wont-build-error-70-requires-provisio/46370957#46370957
   
   ### Checklist
   - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to