Info.plist: Add app group id for accessing from both the app and the network extension

This commit is contained in:
Roopesh Chander 2018-11-29 14:05:18 +05:30
parent 41aca352a7
commit 64175071fa
2 changed files with 4 additions and 0 deletions

View File

@ -120,5 +120,7 @@
</dict>
</dict>
</array>
<key>com.wireguard.ios.app_group_id</key>
<string>group.$(APP_ID)</string>
</dict>
</plist>

View File

@ -27,5 +27,7 @@
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
</dict>
<key>com.wireguard.ios.app_group_id</key>
<string>group.$(APP_ID)</string>
</dict>
</plist>