Prepare app for notarization

This commit is contained in:
Thomas Nordquist
2020-04-28 23:49:40 +02:00
parent 355e9177fc
commit 9cdfa2de7b
3 changed files with 18 additions and 1 deletions

View File

@@ -8,5 +8,11 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
</dict>
</plist>