Explicitly setting the keychain-access-groups. In these groups Keychain

items can be shared. If left empty, Xcode inserts the AppID prefix with
a wildcard.
This commit is contained in:
Julius Zint
2020-12-22 17:28:31 +01:00
parent 33907e07d6
commit 9d058f9d15

View File

@@ -7,6 +7,8 @@
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>keychain-access-groups</key>
<array/>
<array>
<string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</plist>