We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c791d0f commit 6547a79Copy full SHA for 6547a79
1 file changed
sign.py
@@ -956,10 +956,10 @@ def __prepare_primary(
956
#
957
RemapDef(
958
["keychain-access-groups"], self.opts.team_id + ".", True, True
959
- ), # APP_ID_PREFIX.com.test.app
+ ), # JF8WQ0B38Z.com.test.app
960
961
- ["com.apple.developer.ubiquity-kvstore-identifier"], self.opts.team_id + ".", True, False
962
+ ["com.apple.developer.ubiquity-kvstore-identifier"], self.opts.team_id + ".", False, False
963
):
964
for entitlement in remap_def.entitlements:
965
remap_ids: List[str] | str = entitlements.get(entitlement, [])
0 commit comments