mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:33:52 +01:00
19 lines
842 B
Plaintext
19 lines
842 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>
|
|
<!-- Enable for NodeJS execution -->
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
<true/>
|
|
|
|
<!-- Allow loading 1Password's dylib (signed with different Team ID) -->
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
|
|
<!-- Re-enable for sandboxing. Currently disabled because auto-updater doesn't work with sandboxing.-->
|
|
<!-- <key>com.apple.security.app-sandbox</key> <true/>-->
|
|
<!-- <key>com.apple.security.files.user-selected.read-write</key> <true/>-->
|
|
<!-- <key>com.apple.security.network.client</key> <true/>-->
|
|
</dict>
|
|
</plist>
|