diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-19 21:47:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 21:47:57 +0200 |
commit | c7563a5f7c00e389b2e2af699ea07d109bfb5ef3 (patch) | |
tree | b090ba08082b4f92f0bd477c63608aba1262b73e /program_info/App.entitlements | |
parent | 3ff3c335bcdc7a6037881a7b74f596d8de4b21ba (diff) | |
parent | 9462dd3ddc55e3e48e47ca794c05e11cabb6226e (diff) | |
download | PrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.tar.gz PrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.tar.bz2 PrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.zip |
Merge pull request #454 from kthchew/feature/hardened-runtime
Diffstat (limited to 'program_info/App.entitlements')
-rw-r--r-- | program_info/App.entitlements | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/program_info/App.entitlements b/program_info/App.entitlements new file mode 100644 index 00000000..1850b990 --- /dev/null +++ b/program_info/App.entitlements @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>com.apple.security.cs.disable-library-validation</key> + <true/> + <key>com.apple.security.device.audio-input</key> + <true/> + <key>com.apple.security.device.camera</key> + <true/> +</dict> +</plist> |