Skip to content

Commit

Permalink
Add a tentative entitlements.plist file
Browse files Browse the repository at this point in the history
(not sure sandbox is needed)
  • Loading branch information
AlexisDrogoul committed Sep 23, 2021
1 parent 68052ea commit 157f4a5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ummisco.gama.product/extraresources/entitlements.plist
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<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/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
<key>com.apple.developer.networking.multicast</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>

0 comments on commit 157f4a5

Please sign in to comment.