mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
32 lines
804 B
Plaintext
32 lines
804 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>
|
|
<key>com.apple.application-identifier</key>
|
|
<string>SUQ8J2PCT7.com.loki-project.lokinet</string>
|
|
|
|
<key>com.apple.developer.networking.networkextension</key>
|
|
<array>
|
|
<string>packet-tunnel-provider</string>
|
|
<string>dns-proxy</string>
|
|
<string>dns-settings</string>
|
|
</array>
|
|
|
|
<key>com.apple.developer.team-identifier</key>
|
|
<string>SUQ8J2PCT7</string>
|
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.get-task-allow</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.server</key>
|
|
<true/>
|
|
|
|
</dict>
|
|
</plist>
|