codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
245 stars 42 forks source link

Adding profile entitlements dynamically #385

Closed icarusdust closed 9 months ago

icarusdust commented 9 months ago

When building iOS apps, some capabilities need to be added to bundle identifiers and their associated provisioning profiles. Currently, it can be done manually either by configuring them in the Apple Developer Account or in Xcode. Maybe something similar to Fastlane template_name

priitlatt commented 9 months ago

Adding capabilities to bundle identifiers was introduced in PR #388. Is there anything else that needs to be done?

icarusdust commented 9 months ago

That should be it. Thanks!

priitlatt commented 9 months ago

Resolved by #388.