diff options
author | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-15 16:33:52 -0400 |
---|---|---|
committer | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-15 16:33:52 -0400 |
commit | 80908efdcb1f8d4deb35c0df65651cc96fae71ac (patch) | |
tree | 256c4b898ecde1905a7b63b2c6816e45fe05acc7 /program_info/App.entitlements | |
parent | 123ed5bd2e12ad72b6df39ef747e31d64aae6dce (diff) | |
download | PrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.tar.gz PrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.tar.bz2 PrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.zip |
Fix indentation of macOS resources
Diffstat (limited to 'program_info/App.entitlements')
-rw-r--r-- | program_info/App.entitlements | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/program_info/App.entitlements b/program_info/App.entitlements index 1850b990..032308a1 100644 --- a/program_info/App.entitlements +++ b/program_info/App.entitlements @@ -2,11 +2,11 @@ <!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/> + <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> |