From dd672d3dacfbb7974add2f40d836e51535a339a1 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sat, 13 Oct 2018 06:25:43 +0530 Subject: Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder Signed-off-by: Roopesh Chander --- WireGuard/WireGuardNetworkExtension/Info.plist | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 WireGuard/WireGuardNetworkExtension/Info.plist (limited to 'WireGuard/WireGuardNetworkExtension/Info.plist') diff --git a/WireGuard/WireGuardNetworkExtension/Info.plist b/WireGuard/WireGuardNetworkExtension/Info.plist new file mode 100644 index 0000000..497cce6 --- /dev/null +++ b/WireGuard/WireGuardNetworkExtension/Info.plist @@ -0,0 +1,31 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + WireGuardNetworkExtension + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + XPC! + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + NSExtension + + NSExtensionPointIdentifier + com.apple.networkextension.packet-tunnel + NSExtensionPrincipalClass + $(PRODUCT_MODULE_NAME).PacketTunnelProvider + + + -- cgit v1.2.3-59-g8ed1b