We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b5c7e commit 7893618Copy full SHA for 7893618
1 file changed
sign.py
@@ -913,10 +913,6 @@ def __prepare_primary(
913
self.removed_entitlements.add(entitlement)
914
entitlements.pop(entitlement)
915
916
- # Taurine jailbreak demands this entitlement, even if blank
917
- if "keychain-access-groups" not in entitlements:
918
- entitlements["keychain-access-groups"] = []
919
-
920
# some apps define iCloud properties but without identifiers
921
# this is pointless, but it also causes modern Xcode to fail - remove them
922
if not any(
0 commit comments