OpenVPN Adapter now can be compiled for both macOS and iOS

This commit is contained in:
Sergey Abramchuk
2017-03-11 13:48:47 +03:00
parent fd528d6274
commit 146ea30114
30 changed files with 705 additions and 172 deletions
@@ -0,0 +1,14 @@
<?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.application-groups</key>
<array>
<string>group.me.ss-abramchuk.openvpn-ios-client</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)keychain-shared</string>
</array>
</dict>
</plist>