Skip to content

Commit 6547a79

Browse files
committed
fix: remapping ubiquity-kvstore-identifier
1 parent c791d0f commit 6547a79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sign.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -956,10 +956,10 @@ def __prepare_primary(
956956
#
957957
RemapDef(
958958
["keychain-access-groups"], self.opts.team_id + ".", True, True
959-
), # APP_ID_PREFIX.com.test.app
959+
), # JF8WQ0B38Z.com.test.app
960960
RemapDef(
961-
["com.apple.developer.ubiquity-kvstore-identifier"], self.opts.team_id + ".", True, False
962-
), # APP_ID_PREFIX.com.test.app
961+
["com.apple.developer.ubiquity-kvstore-identifier"], self.opts.team_id + ".", False, False
962+
), # JF8WQ0B38Z.com.test.app
963963
):
964964
for entitlement in remap_def.entitlements:
965965
remap_ids: List[str] | str = entitlements.get(entitlement, [])

0 commit comments

Comments
 (0)