Skip to content

Commit 7893618

Browse files
committed
fix: remove keychain hack
Latest version of Taurine does not care about this anymore.
1 parent 45b5c7e commit 7893618

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sign.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,6 @@ def __prepare_primary(
913913
self.removed_entitlements.add(entitlement)
914914
entitlements.pop(entitlement)
915915

916-
# Taurine jailbreak demands this entitlement, even if blank
917-
if "keychain-access-groups" not in entitlements:
918-
entitlements["keychain-access-groups"] = []
919-
920916
# some apps define iCloud properties but without identifiers
921917
# this is pointless, but it also causes modern Xcode to fail - remove them
922918
if not any(

0 commit comments

Comments
 (0)