summaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /build-helpers
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/default.entitlements.mac.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-helpers/default.entitlements.mac.plist b/build-helpers/default.entitlements.mac.plist
new file mode 100644
index 000000000..0d5b36ba1
--- /dev/null
+++ b/build-helpers/default.entitlements.mac.plist
@@ -0,0 +1,14 @@
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>