2023-01-07 21:43:31 -05:00
|
|
|
<?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.app-sandbox</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
<true/>
|
2024-04-07 23:16:06 -04:00
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
2023-01-07 21:43:31 -05:00
|
|
|
<true/>
|
2023-01-11 19:17:04 -05:00
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
2024-04-07 23:16:06 -04:00
|
|
|
<key>com.apple.security.network.server</key>
|
2023-01-11 19:17:04 -05:00
|
|
|
<true/>
|
2024-04-07 23:16:06 -04:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>$(AppIdentifierPrefix)com.veilid.veilidchat</string>
|
|
|
|
</array>
|
2023-01-07 21:43:31 -05:00
|
|
|
</dict>
|
|
|
|
</plist>
|