Skip to content

Instantly share code, notes, and snippets.

@cedixon
Created June 29, 2020 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedixon/b2d76132dae9c435fc024aeec1372cdf to your computer and use it in GitHub Desktop.
Save cedixon/b2d76132dae9c435fc024aeec1372cdf to your computer and use it in GitHub Desktop.
codesign command output
Executable=(BUILD DIRECTORY)/Mobile game.app/Mobilegame
<?xml version="1.0"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>MYTEAMID.com.my.bundle.id</string>
<key>keychain-access-groups</key>
<string>MYTEAMID.*</string>
<key>keychain-access-groups</key>
<string>com.apple.token</string>
<key>get-task-allow</key>
<true/>
<key>com.apple.developer.team-identifier</key>
<string>MYTEAMID</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment