Add the option com.apple.security.cs.allow-dyld-environment-variables.
[dcpomatic.git] / platform / osx / make_dmg.sh
index a77fba23901a667ee3cda31f7b92d194a2345020..219dc647d63721e826df1c797433dac5ce4a156d 100644 (file)
@@ -35,6 +35,8 @@ cat <<EOF > entitlements.plist
 <dict>
   <key>com.apple.security.cs.disable-library-validation</key>
   <true/>
+  <key>com.apple.security.cs.allow-dyld-environment-variables</key>
+  <true/>
 </dict>
 </plist>
 EOF