diff options
Diffstat (limited to 'entitlements.xml')
-rw-r--r-- | entitlements.xml | 59 |
1 files changed, 27 insertions, 32 deletions
diff --git a/entitlements.xml b/entitlements.xml index fbcca6a..2beffeb 100644 --- a/entitlements.xml +++ b/entitlements.xml @@ -1,37 +1,32 @@ +<?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.coreaudio.allow-amr-decode</key> - <true/> - - <key>com.apple.coremedia.allow-protected-content-playback</key> - <true/> - - <key>com.apple.managedconfiguration.profiled-access</key> - <true/> - - <key>com.apple.springboard.opensensitiveurl</key> - <true/> - - <key>dynamic-codesigning</key> - <true/> - - <key>com.apple.springboard.launchapplications</key> - <true/> - - <key>keychain-access-groups</key> - <array> - <string>com.apple.cfnetwork</string> - <string>com.apple.identities</string> - <string>com.apple.mobilesafari</string> - </array> - - <key>platform-application</key> - <true/> - - <key>com.apple.CommCenter.fine-grained</key> - <array> - <string>spi</string> - </array> + <key>com.apple.CommCenter.fine-grained</key> + <array> + <string>spi</string> + </array> + <key>com.apple.coreaudio.allow-amr-decode</key> + <true/> + <key>com.apple.coremedia.allow-protected-content-playback</key> + <true/> + <key>com.apple.managedconfiguration.profiled-access</key> + <true/> + <key>com.apple.private.security.no-container</key> + <true/> + <key>com.apple.private.skip-library-validation</key> + <true/> + <key>com.apple.springboard.launchapplications</key> + <true/> + <key>com.apple.springboard.opensensitiveurl</key> + <true/> + <key>keychain-access-groups</key> + <array> + <string>com.apple.cfnetwork</string> + <string>com.apple.identities</string> + <string>com.apple.mobilesafari</string> + </array> + <key>platform-application</key> + <true/> </dict> </plist> |