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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan.mak@microsoft.com>2019-05-10 22:10:40 +0300
committerDuncan Mak <duncanmak@gmail.com>2019-05-21 20:13:06 +0300
commit312b91f995e68f9708dc8c9ecbf2a9e3c17d77f1 (patch)
tree6f4a0e9929be9d62524a244aa7b106c01e33c560 /Entitlements.plist
parent1b1bc1072851608930f872b0f54296afd4813a69 (diff)
Enabled hardened runtime
Diffstat (limited to 'Entitlements.plist')
-rw-r--r--Entitlements.plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/Entitlements.plist b/Entitlements.plist
new file mode 100644
index 0000000..d35e43a
--- /dev/null
+++ b/Entitlements.plist
@@ -0,0 +1,8 @@
+<?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/>
+</dict>
+</plist>