Skip to content

Conversation

@ajanuar
Copy link

@ajanuar ajanuar commented Dec 1, 2025

Fix #611

@vercel
Copy link

vercel bot commented Dec 1, 2025

@ajanuar is attempting to deploy a commit to the Callstack Team on Vercel.

A member of the Team first needs to authorize it.

@ajanuar ajanuar changed the title Chore/add use app entitlements to sign ios iOS: Merge app entitlements & provisioning profiles entitlements Dec 3, 2025
@ajanuar ajanuar marked this pull request as ready for review December 3, 2025 12:08
@ajanuar ajanuar changed the title iOS: Merge app entitlements & provisioning profiles entitlements feat: Merge app entitlements & provisioning profiles entitlements for iOS builds Dec 3, 2025
@ajanuar
Copy link
Author

ajanuar commented Dec 3, 2025

Hi @thymikee , this PR is ready to review. I'm doing testing internally with my project, i'll update it here with the result.

Comment on lines +164 to +180
const transferRules = [
'com.apple.developer.icloud-container-identifiers',
'com.apple.developer.icloud-services',
'com.apple.developer.ubiquity-kvstore-identifier',
'com.apple.developer.icloud-container-environment',
'com.apple.security.application-groups',
'keychain-access-groups',
'com.apple.developer.associated-domains',
'com.apple.developer.healthkit',
'com.apple.developer.homekit',
'inter-app-audio',
'com.apple.developer.networking.networkextension',
'com.apple.developer.maps',
'com.apple.external-accessory.wireless-configuration',
'com.apple.developer.siri',
'com.apple.developer.nfc.readersession.formats',
];
Copy link
Contributor

@thymikee thymikee Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to maintain this list of entitlements? Isn't there a way to avoid that? If not, where can we get the list from, so we can be sure it's in sync

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm following the list from fastlane
fastlane/fastlane#5130

i believe the list is from https://developer.apple.com/documentation/bundleresources/entitlements

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, let's add it as a comment please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support --use-app-entitlements like in fastlane resign.

2 participants