diff deploy/osx/Entitlements.plist @ 619:fe1a77d4aeaa

Update deployment scripts - make the copy-and-update-paths deployment a smaller unit that is run after any build, separate out signing, and add notarization script
author Chris Cannam
date Thu, 10 Oct 2019 13:17:29 +0100
parents dd344309667f
children
line wrap: on
line diff
--- a/deploy/osx/Entitlements.plist	Wed Oct 09 15:01:41 2019 +0100
+++ b/deploy/osx/Entitlements.plist	Thu Oct 10 13:17:29 2019 +0100
@@ -1,10 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <plist version="1.0">
     <dict>
+<!--
         <key>com.apple.security.app-sandbox</key>
         <true/>
         <key>com.apple.security.files.user-selected.read-write</key>
         <true/>
+-->
+        <key>com.apple.security.app-sandbox</key>
+        <false/>
         <key>com.apple.security.device.audio-input</key>
         <true/>
     </dict>