aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-07 17:07:54 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-09 18:35:13 +0530
commite5a97348cab8e1eb77f2c61e9b512cb1267eab69 (patch)
treedbf9676e94344bf79e157afd07a9a788449f4c26 /build-helpers
parentFix tray icon color on macOS Big Sur (diff)
downloadferdium-app-e5a97348cab8e1eb77f2c61e9b512cb1267eab69.tar.gz
ferdium-app-e5a97348cab8e1eb77f2c61e9b512cb1267eab69.tar.zst
ferdium-app-e5a97348cab8e1eb77f2c61e9b512cb1267eab69.zip
Add entitlements for screen-capture-permissions
Removed unused entitlements file used for mac builds.
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/default.entitlements.mac.plist14
1 files changed, 0 insertions, 14 deletions
diff --git a/build-helpers/default.entitlements.mac.plist b/build-helpers/default.entitlements.mac.plist
deleted file mode 100644
index 0d5b36ba1..000000000
--- a/build-helpers/default.entitlements.mac.plist
+++ /dev/null
@@ -1,14 +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.cs.allow-unsigned-executable-memory</key>
6 <true/>
7 <key>com.apple.security.cs.disable-library-validation</key>
8 <true/>
9 <key>com.apple.security.device.camera</key>
10 <true/>
11 <key>com.apple.security.device.audio-input</key>
12 <true/>
13 </dict>
14</plist>