DO NOT MERGE

local development signing fixes
This commit is contained in:
Lysann Tranvouez 2026-03-08 11:34:23 +01:00
parent 53ae6426bd
commit 7db85c9939
10 changed files with 76 additions and 116 deletions

View file

@ -2,21 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
<true/>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.me.mssun.passforios</string>
<string>group.org.lysanntranvouez.passforios</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)group.me.mssun.passforios</string>
<string>$(AppIdentifierPrefix)group.org.lysanntranvouez.passforios</string>
</array>
</dict>
</plist>

View file

@ -2,21 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
<true/>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.me.mssun.passforiosbeta</string>
<string>group.org.lysanntranvouez.passforiosbeta</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)group.me.mssun.passforiosbeta</string>
<string>$(AppIdentifierPrefix)group.org.lysanntranvouez.passforiosbeta</string>
</array>
</dict>
</plist>