aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 13:10:25 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 13:10:25 +0700
commit9e1942b45e9bb401f20059b85428dc04e80f0f60 (patch)
tree8f1599f144d8fec1ae7dd418d354926d8a6b1d36 /build-helpers
parentUpdate macOS version used in Travis (diff)
downloadferdium-app-9e1942b45e9bb401f20059b85428dc04e80f0f60.tar.gz
ferdium-app-9e1942b45e9bb401f20059b85428dc04e80f0f60.tar.zst
ferdium-app-9e1942b45e9bb401f20059b85428dc04e80f0f60.zip
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, 0 insertions, 18 deletions
diff --git a/build-helpers/default.entitlements.mas.inherit.plist b/build-helpers/default.entitlements.mas.inherit.plist
deleted file mode 100644
index d8dc69e80..000000000
--- a/build-helpers/default.entitlements.mas.inherit.plist
+++ /dev/null
@@ -1,10 +0,0 @@
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
deleted file mode 100644
index 8e31f755a..000000000
--- a/build-helpers/default.entitlements.mas.plist
+++ /dev/null
@@ -1,8 +0,0 @@
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>