minor fixes + ios config

This commit is contained in:
2026-04-18 01:06:18 +03:00
parent 429be8b83b
commit c344d6285e
9 changed files with 707 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<?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.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>$(AppGroupIdentifier)</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(AppGroupIdentifier)</string>
</array>
</dict>
</plist>