Skip to content

Instantly share code, notes, and snippets.

@steventroughtonsmith
Created April 4, 2019 16:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steventroughtonsmith/ff79adda152838fd5c675e3a8c641dbb to your computer and use it in GitHub Desktop.
Save steventroughtonsmith/ff79adda152838fd5c675e3a8c641dbb to your computer and use it in GitHub Desktop.
BBEdit MAS 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>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.files.bookmarks.app-scope</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.apple.dt.Xcode</string>
<string>com.fetchsoftworks.Fetch</string>
<string>com.panic.Transmit</string>
<string>com.nolobe.interarchy</string>
<string>com.interarchy</string>
<string>com.yummysoftware.yummy-ftp</string>
<string>com.yummysoftware.yummy-ftp-lite</string>
<string>com.red-sweater.marsedit</string>
<string>com.red-sweater.marsedit.macappstore</string>
<string>com.red-sweater.marsedit4</string>
<string>com.agile.teambase</string>
<string>com.latenightsw.ScriptDebugger7</string>
<string>com.latenightsw.ScriptDebugger6</string>
<string>com.latenightsw.ScriptDebugger5</string>
<string>com.apple.ScriptEditor2</string>
</array>
<key>com.apple.developer.security.privileged-file-operations</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/.ssh/</string>
<string>/Library/Caches/com.barebones.bbedit/</string>
<string>/Library/BBEdit/</string>
<string>/Library/Application Support/BBEdit/</string>
<string>/Library/Logs/BBEdit/</string>
<string>/Dropbox/Application Support/BBEdit/</string>
<string>/Dropbox/Apps/BBEdit/</string>
<string>/Documents/BBEdit Backups/</string>
<string>/Dropbox/BBEdit Backups/</string>
</array>
<key>com.apple.security.print</key>
<true/>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>iCloud.com.barebones.bbedit</string>
</array>
<key>com.apple.application-identifier</key>
<string>W52GZAXT98.com.barebones.bbedit</string>
<key>com.apple.developer.icloud-container-environment</key>
<string>Production</string>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
<array>
<string>/.dropbox/info.json</string>
<string>/Library/Application Support/TextWrangler/</string>
<string>/Library/TextWrangler/</string>
<string>/Library/Preferences/com.barebones.textwrangler.PreferenceData/</string>
</array>
<key>com.apple.security.temporary-exception.shared-preference.read-only</key>
<array>
<string>com.barebones.textwrangler</string>
<string>com.apple.finder</string>
</array>
<key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
<array>
<string>/Applications/Xcode.app/Contents/Developer/usr/</string>
<string>/Applications/Xcode-beta.app/Contents/Developer/usr/</string>
</array>
<key>com.apple.security.temporary-exception.sbpl</key>
<array>
<string>(allow user-preference-read (preference-domain "kCFPreferencesAnyApplication"))</string>
<string>(allow user-preference-write (preference-domain "kCFPreferencesAnyApplication"))</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>W52GZAXT98</string>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.personal-information.addressbook</key>
<true/>
<key>com.apple.security.files.user-selected.executable</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment