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:
-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" />