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:
Diffstat (limited to 'main/build/MacOSX/Entitlements.plist')
-rw-r--r--main/build/MacOSX/Entitlements.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/build/MacOSX/Entitlements.plist b/main/build/MacOSX/Entitlements.plist
index afa96be81f..1cc1a152c7 100644
--- a/main/build/MacOSX/Entitlements.plist
+++ b/main/build/MacOSX/Entitlements.plist
@@ -5,10 +5,10 @@
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
- <true />
+ <true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
- <true />
+ <true/>
<key>com.apple.security.cs.disable-library-validation</key>
- <true />
+ <true/>
</dict>
</plist>