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
parent1b1bc1072851608930f872b0f54296afd4813a69 (diff)
Enabled hardened runtime
-rw-r--r--Entitlements.plist8
-rw-r--r--macdoc.csproj2
2 files changed, 10 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>
diff --git a/macdoc.csproj b/macdoc.csproj
index bd4dfad..4db86ad 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -39,6 +39,7 @@
<CreatePackage>False</CreatePackage>
<EnablePackageSigning>False</EnablePackageSigning>
<IncludeMonoRuntime>False</IncludeMonoRuntime>
+ <UseHardenedRuntime>True</UseHardenedRuntime>
<UseSGen>False</UseSGen>
<MonoBundlingExtraArgs>--embed-mono=false --registrar=dynamic</MonoBundlingExtraArgs>
</PropertyGroup>
@@ -117,6 +118,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
+ <None Include="Entitlements.plist" />
</ItemGroup>
<ItemGroup>
<Content Include="monodoc.icns" />