You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/31 23:49:00 UTC

[jira] [Commented] (CB-13523) Add build config option to enable Xcode automatic provisioning

    [ https://issues.apache.org/jira/browse/CB-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227791#comment-16227791 ] 

ASF GitHub Bot commented on CB-13523:
-------------------------------------

dpogue opened a new pull request #347: CB-13523: Add flag for Xcode-managed provisioning (DON'T MERGE)
URL: https://github.com/apache/cordova-ios/pull/347
 
 
   ### Platforms affected
   iOS with Xcode 9
   
   ### What does this PR do?
   This adds a `automaticProvisioning` option to the build config which passes flags to xcodebuild during the exporting step that allow it to automatically create and update provisioning profiles for automatic code signing.
   
   I don't love that we're adding even more random stuff to the build config, but I suspect most people don't want this to be enabled by default.
   
   ### What testing has been done on this change?
   Added a case to existing spec tests.
   
   Will be testing this branch on my work's CI system with our ongoing projects, and will update the PR title when I've verified it's working as intended.
   
   ### Checklist
   - [x] Reported [CB-13523](https://issues.apache.org/jira/browse/CB-13523)
   - [x] Commit message follows the format
   - [x] 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:
users@infra.apache.org


> Add build config option to enable Xcode automatic provisioning
> --------------------------------------------------------------
>
>                 Key: CB-13523
>                 URL: https://issues.apache.org/jira/browse/CB-13523
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-ios
>         Environment: Xcode 9
> Cordova-iOS 4.5.3
>            Reporter: Darryl Pogue
>            Assignee: Darryl Pogue
>
> Xcode 9 made more changes to how provisioning works for apps, particularly around manual vs automatic signing.
> The changes required to support manual signing of release builds was implemented as part of CB-13315.
> In order for automatic signing to work, we need to pass an additional flag to xcodebuild to allow Xcode to manage automatically updating provisioning profiles as needed. I want to keep this being a build config option because many people may not want to grant Xcode such power by default.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org