Added necessary entitlements to the project and changed bundle IDs

This commit is contained in:
Sergey Abramchuk
2017-02-26 14:26:14 +03:00
parent c8b9da6fd0
commit acd3093bc9
3 changed files with 41 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
<?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>
</dict>
</plist>