]> git.saurik.com Git - cydia.git/blob - entitlements.xml
Support compilation with 5.0 SDK.
[cydia.git] / entitlements.xml
1 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2 <plist version="1.0">
3 <dict>
4 <key>com.apple.coreaudio.allow-amr-decode</key>
5 <true/>
6
7 <key>com.apple.coremedia.allow-protected-content-playback</key>
8 <true/>
9
10 <key>com.apple.managedconfiguration.profiled-access</key>
11 <true/>
12
13 <key>com.apple.springboard.opensensitiveurl</key>
14 <true/>
15
16 <key>dynamic-codesigning</key>
17 <true/>
18
19 <key>com.apple.springboard.launchapplications</key>
20 <true/>
21
22 <key>com.apple.springboard.opensensitiveurl</key>
23 <true/>
24
25 <key>keychain-access-groups</key>
26 <array>
27 <string>com.apple.cfnetwork</string>
28 <string>com.apple.identities</string>
29 <string>com.apple.mobilesafari</string>
30 </array>
31
32 <key>platform-application</key>
33 <true/>
34 </dict>
35 </plist>