]> git.saurik.com Git - cydia.git/blob - entitlements.xml
I think this made the dropbar almost work on iOS 7.
[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>keychain-access-groups</key>
23 <array>
24 <string>com.apple.cfnetwork</string>
25 <string>com.apple.identities</string>
26 <string>com.apple.mobilesafari</string>
27 </array>
28
29 <key>platform-application</key>
30 <true/>
31 </dict>
32 </plist>