mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-07-09 20:10:13 +02:00
25 lines
679 B
Plaintext
25 lines
679 B
Plaintext
<?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>
|
|
<!-- Hardened Runtime exceptions for direct distribution (notarization, non-App Store) -->
|
|
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.device.camera</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.automation.apple-events</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |