summaryrefslogtreecommitdiffstats
path: root/build-helpers/entitlements.mas.inherit.plist
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-12-23 19:28:04 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-12-23 19:28:04 +0100
commita12642fb332e921db1e90151079629cc1fc9d76f (patch)
treef4377cb28c65ebe20e554f088a27446934c47f60 /build-helpers/entitlements.mas.inherit.plist
parentMerge branch 'develop' into fix/audio-video-on-macos (diff)
downloadferdium-app-a12642fb332e921db1e90151079629cc1fc9d76f.tar.gz
ferdium-app-a12642fb332e921db1e90151079629cc1fc9d76f.tar.zst
ferdium-app-a12642fb332e921db1e90151079629cc1fc9d76f.zip
Attempt at updating entitlements list for signed macOS app
Diffstat (limited to 'build-helpers/entitlements.mas.inherit.plist')
-rw-r--r--build-helpers/entitlements.mas.inherit.plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/build-helpers/entitlements.mas.inherit.plist b/build-helpers/entitlements.mas.inherit.plist
new file mode 100644
index 000000000..e33c2158e
--- /dev/null
+++ b/build-helpers/entitlements.mas.inherit.plist
@@ -0,0 +1,8 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4 <dict>
5 <key>com.apple.security.inherit</key>
6 <true/>
7 </dict>
8</plist> \ No newline at end of file