-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve ArchiveTask provide optional team id (#56)
Description =========== During archive and the resulting code sign, it can happen that Xcode has issues with ambigious certificate names. It is possible to provide a `DEVELOPMENT_TEAM` flag during invocation and providing the teamId for code sign. This patch adds a new optional task input variable `teamId` to the `Archive` task and sets the `DEVELOPMENT_TEAM` option during execution if the property is set. The plugin will provide a default value from the plugin extension. Changes ======= * ![IMPROVE] ![IOS] `ArchiveTask` provide optional team id
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters