aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 18:22:20 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 18:22:20 +0700
commitff4505a663f35f9e5ee47f0ed6c52b5e9d787f00 (patch)
treee37f17ab9ce8acfd2fa6e2c757cc1bb147f32365 /build-helpers
parentRemove deprecated sign npm/gulp script (diff)
downloadferdium-app-ff4505a663f35f9e5ee47f0ed6c52b5e9d787f00.tar.gz
ferdium-app-ff4505a663f35f9e5ee47f0ed6c52b5e9d787f00.tar.zst
ferdium-app-ff4505a663f35f9e5ee47f0ed6c52b5e9d787f00.zip
Revert "Remove unused build-helpers (entitlements defs)"
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/default.entitlements.mas.inherit.plist10
-rw-r--r--build-helpers/default.entitlements.mas.plist8
2 files changed, 18 insertions, 0 deletions
diff --git a/build-helpers/default.entitlements.mas.inherit.plist b/build-helpers/default.entitlements.mas.inherit.plist
new file mode 100644
index 000000000..d8dc69e80
--- /dev/null
+++ b/build-helpers/default.entitlements.mas.inherit.plist
@@ -0,0 +1,10 @@
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.app-sandbox</key>
6 <true/>
7 <key>com.apple.security.inherit</key>
8 <true/>
9 </dict>
10</plist>
diff --git a/build-helpers/default.entitlements.mas.plist b/build-helpers/default.entitlements.mas.plist
new file mode 100644
index 000000000..8e31f755a
--- /dev/null
+++ b/build-helpers/default.entitlements.mas.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.app-sandbox</key>
6 <true/>
7 </dict>
8</plist>