From 157f4a5abc3c794c4ae4e853ece1cb793dec28df Mon Sep 17 00:00:00 2001 From: AlexisDrogoul Date: Thu, 23 Sep 2021 12:42:46 +0700 Subject: [PATCH] Add a tentative entitlements.plist file (not sure sandbox is needed) --- .../extraresources/entitlements.plist | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ummisco.gama.product/extraresources/entitlements.plist diff --git a/ummisco.gama.product/extraresources/entitlements.plist b/ummisco.gama.product/extraresources/entitlements.plist new file mode 100644 index 0000000000..e077d59809 --- /dev/null +++ b/ummisco.gama.product/extraresources/entitlements.plist @@ -0,0 +1,28 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.allow-dyld-environment-variables + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.disable-executable-page-protection + + com.apple.developer.networking.multicast + + com.apple.security.network.server + + com.apple.security.network.client + + com.apple.security.files.user-selected.read-write + + com.apple.security.files.downloads.read-write + + com.apple.security.app-sandbox + + + \ No newline at end of file