Enabling/Disabling iOS app capabilities with Codemagic CLI tools #2296
Closed
icarusdust
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since version v0.50.0, it is possible to enable/disable iOS app capabilities automatically without configuring them manually in the Apple Developer portal and Xcode. It allows you to fully automate the process of adding required entitlements to bundle identifiers that are associated with provisioning profiles.
More information about the usage can be found in the following links:
Enabling capabilities
: https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/app-store-connect/bundle-ids/enable-capabilities.mdDisabling capabilities
: https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/app-store-connect/bundle-ids/disable-capabilities.mdBeta Was this translation helpful? Give feedback.
All reactions