summaryrefslogtreecommitdiff
path: root/entitlements.xml
blob: fbcca6adb1fef4b449666a6e7df19d49466a4f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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>
</dict>
</plist>