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
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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>