entitlements.plist   [plain text]


<?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>com.apple.coretelephony.SimAuthentication.allow</key>
	<true/>
	<key>com.apple.coretelephony.Identity.get</key>
	<true/>
	<key>keychain-access-groups</key>
	<array>
		<string>apple</string>
		<string>com.apple.certificates</string>
		<string>com.apple.identities</string>
	</array>
	<key>seatbelt-profiles</key>
	<array>
		<string>racoon</string>
	</array>
	<key>com.apple.private.nehelper.privileged</key>
	<true/>
	<key>com.apple.private.system-keychain</key>
	<true/>
</dict>
</plist>