Skip to content

Commit

Permalink
Explicitly setting the keychain-access-groups. In these groups Keychain
Browse files Browse the repository at this point in the history
items can be shared. If left empty, Xcode inserts the AppID prefix with
a wildcard.
  • Loading branch information
Julius Zint committed Feb 14, 2021
1 parent 33907e0 commit 9d058f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MacPass/MacPass.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 9d058f9

Please sign in to comment.