Skip to content

Instantly share code, notes, and snippets.

@justin
Created April 7, 2012 06:23
Show Gist options
  • Save justin/2325877 to your computer and use it in GitHub Desktop.
Save justin/2325877 to your computer and use it in GitHub Desktop.
Code Sign Entitlements Print Out
Bigham:Debug-iphoneos justin$ codesign -d --entitlements :/dev/stdout ./SGBlahExample.app
Executable=/Users/justin/Library/Developer/Xcode/DerivedData/SGBlahExample-eaniwkzkgbtjdidpkonkaycajvbh/Build/Products/Debug-iphoneos/SGBlahExample/SGBlahExample
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>PK266D9YNJ.secondgear.SGBlahExample</string>
<key>get-task-allow</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>PK266D9YNJ.secondgear.SGBlahExample</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment