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

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-11-29 14:05:18 +05:30
parent a3bc306b6e
commit d01d46fde8
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>