Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncanm@microsoft.com>2019-07-27 00:26:44 +0300
committerDuncan Mak <duncan@yomigana>2019-08-12 18:50:07 +0300
commit49a75765ae703d25533db95a6aeb9ebc8d07cf2b (patch)
treea5eb873ebb65ce120654f40d3527923ef09aceb2 /main/build/MacOSX
parent56b62f17cd0486449de88068255632a133eceea7 (diff)
Add more entitlements
Diffstat (limited to 'main/build/MacOSX')
-rw-r--r--main/build/MacOSX/Entitlements.plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/build/MacOSX/Entitlements.plist b/main/build/MacOSX/Entitlements.plist
index d35e43ae58..afa96be81f 100644
--- a/main/build/MacOSX/Entitlements.plist
+++ b/main/build/MacOSX/Entitlements.plist
@@ -4,5 +4,11 @@
<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 />
</dict>
</plist>