]> git.saurik.com Git - cydia.git/blame - entitlements.xml
This check was obviously backwards (OMG I'm dumb).
[cydia.git] / entitlements.xml
CommitLineData
9c0eddfd
JF
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
9c0eddfd
JF
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/>
019bd407
JF
31
32 <key>com.apple.CommCenter.fine-grained</key>
33 <array>
34 <string>spi</string>
35 </array>
9c0eddfd
JF
36</dict>
37</plist>