Skip to content

Instantly share code, notes, and snippets.

@lyonanderson
Created May 10, 2015 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyonanderson/bc8428583a3353a94954 to your computer and use it in GitHub Desktop.
Save lyonanderson/bc8428583a3353a94954 to your computer and use it in GitHub Desktop.
Bridge.app entitlements
<?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>abs-client</key>
<string>1478344997</string>
<key>aps-connection-initiate</key>
<true/>
<key>com.apple.BTServer.programmaticPairing</key>
<true/>
<key>com.apple.CommCenter.Messages-send</key>
<true/>
<key>com.apple.CommCenter.fine-grained</key>
<array>
<string>spi</string>
</array>
<key>com.apple.SystemConfiguration.SCPreferences-write-access</key>
<array>
<string>com.apple.radios.plist</string>
</array>
<key>com.apple.accounts.appleaccount.fullaccess</key>
<true/>
<key>com.apple.accounts.appleidauthentication.defaultaccess</key>
<true/>
<key>com.apple.accounts.facebook.defaultaccess</key>
<true/>
<key>com.apple.assistant.settings</key>
<true/>
<key>com.apple.backboardd.launchapplications</key>
<true/>
<key>com.apple.bulletinboard.settings</key>
<true/>
<key>com.apple.companionappd.connect.allow</key>
<true/>
<key>com.apple.coremedia.allow-mpeg4streaming</key>
<true/>
<key>com.apple.coremedia.allow-protected-content-playback</key>
<true/>
<key>com.apple.developer.healthkit</key>
<true/>
<key>com.apple.developer.pass-type-identifiers</key>
<array>
<string>*.pass.com.apple.itunes.storecredit</string>
</array>
<key>com.apple.ios.StoreKit.compose-review</key>
<true/>
<key>com.apple.ios.StoreKit.store-page</key>
<true/>
<key>com.apple.itunesstored.private</key>
<true/>
<key>com.apple.keystore.device</key>
<true/>
<key>com.apple.keystore.lockassertion</key>
<true/>
<key>com.apple.launchservices.receivereferrerrurl</key>
<true/>
<key>com.apple.locationd.authorizeapplications</key>
<true/>
<key>com.apple.locationd.effective_bundle</key>
<true/>
<key>com.apple.locationd.usage_oracle</key>
<true/>
<key>com.apple.managedconfiguration.profiled-access</key>
<true/>
<key>com.apple.nano.nanoregistry</key>
<true/>
<key>com.apple.nano.nanoregistry.pairunpairobliterate</key>
<true/>
<key>com.apple.nano.nanoresourcegrabber</key>
<true/>
<key>com.apple.nanobackup</key>
<true/>
<key>com.apple.nanosystemsettings</key>
<array>
<string>about</string>
<string>usage</string>
<string>icloud</string>
<string>device-name</string>
<string>obliterate</string>
<string>profiles</string>
<string>reboot</string>
<string>legal</string>
<string>locales</string>
</array>
<key>com.apple.pairedsync.progressObserver</key>
<true/>
<key>com.apple.private.accounts.allaccounts</key>
<true/>
<key>com.apple.private.accounts.customaccesssinfo</key>
<true/>
<key>com.apple.private.allow-subridge</key>
<true/>
<key>com.apple.private.healthkit</key>
<true/>
<key>com.apple.private.healthkit.authorization_bypass</key>
<true/>
<key>com.apple.private.healthkit.health-app-source</key>
<true/>
<key>com.apple.private.ids.messaging</key>
<array>
<string>com.apple.private.alloy.passbook.provisioning</string>
<string>com.apple.private.alloy.pbbridge</string>
<string>com.apple.private.alloy.audiocontrol.bridge</string>
<string>com.apple.private.alloy.carousel.uitrigger</string>
<string>com.apple.private.alloy.utilitybelt</string>
</array>
<key>com.apple.private.ids.messaging.urgent-priority</key>
<array>
<string>com.apple.private.alloy.passbook.provisioning</string>
<string>com.apple.private.alloy.pbbridge</string>
<string>com.apple.private.alloy.audiocontrol.bridge</string>
<string>com.apple.private.alloy.carousel.uitrigger</string>
<string>com.apple.private.alloy.utilitybelt</string>
</array>
<key>com.apple.private.ids.nearby</key>
<true/>
<key>com.apple.private.ids.registration</key>
<array>
<string>com.apple.madrid</string>
</array>
<key>com.apple.private.nanoregistry.pairunpairobliterate</key>
<true/>
<key>com.apple.private.sharing.unlock-manager</key>
<true/>
<key>com.apple.private.social.facebook.like</key>
<true/>
<key>com.apple.private.tcc.allow</key>
<array>
<string>kTCCServiceCamera</string>
<string>kTCCServicePhotos</string>
<string>kTCCServiceAddressBook</string>
<string>kTCCServiceCalendar</string>
<string>kTCCServiceReminders</string>
</array>
<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/private/var/mobile/Library/Weather/</string>
</array>
<key>com.apple.springboard.opensensitiveurl</key>
<true/>
<key>com.apple.wifi.manager-access</key>
<true/>
<key>dynamic-codesigning</key>
<true/>
<key>fairplay-client</key>
<string>1699554724</string>
<key>keychain-access-groups</key>
<array>
<string>apple</string>
<string>appleaccount</string>
<string>com.apple.mobilemail.smime</string>
<string>com.apple.identities</string>
<string>com.apple.certificates</string>
</array>
<key>platform-application</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment