mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
11 lines
500 B
Plaintext
11 lines
500 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>
|
|
<!-- 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>
|