summaryrefslogtreecommitdiffstats
path: root/build/osx
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-01-23 19:45:15 -0800
committerRJ Ryan <rryan@mixxx.org>2014-02-13 23:31:26 -0500
commite039bd18650cf717880f0aa0f5b6d407ef0608e9 (patch)
treeb035e497b2d45b8450fcee2744c113a44d477493 /build/osx
parent97791eb3613f977f3e7d38e6b70dd8d9db977006 (diff)
Update OS X entitlements.
* Remove root read/write exception. * Enable security scoped bookmarks. * Add read-write entitlement for the user downloads folder.
Diffstat (limited to 'build/osx')
-rw-r--r--build/osx/entitlements.plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/osx/entitlements.plist b/build/osx/entitlements.plist
index 32db003351..a98745463f 100644
--- a/build/osx/entitlements.plist
+++ b/build/osx/entitlements.plist
@@ -6,6 +6,8 @@
<true/>
<key>com.apple.security.assets.music.read-write</key>
<true/>
+ <key>com.apple.security.files.downloads.read-write</key>
+ <true/>
<key>com.apple.security.device.firewire</key>
<true/>
<key>com.apple.security.device.microphone</key>
@@ -16,9 +18,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
- <key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
- <array>
- <string>/</string>
- </array>
+ <key>com.apple.security.files.bookmarks.app-scope</key>
+ <true/>
</dict>
</plist>