changeset 443:db3c5c831ca0 v1.1pre2

Try disabling library validation as a temporary workaround for some Xcode tools stupidity that results in the SDK version not being written in to signed libraries
author Chris Cannam
date Fri, 26 Jun 2020 16:15:05 +0100
parents 49b88195961c
children 5ce54c1e6945
files deploy/osx/Entitlements.plist
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/Entitlements.plist	Fri Jun 26 14:52:43 2020 +0100
+++ b/deploy/osx/Entitlements.plist	Fri Jun 26 16:15:05 2020 +0100
@@ -1,15 +1,11 @@
 <?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/>
+        <key>com.apple.security.cs.disable-library-validation</key>
+        <true/>
     </dict>
 </plist>