aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-13 06:25:43 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitdd672d3dacfbb7974add2f40d836e51535a339a1 (patch)
treee57469bdf434f2f995cd9ffb155728a6f9dfc36a /WireGuard/WireGuardNetworkExtension/Info.plist
parentUse APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIER (diff)
downloadwireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.tar.xz
wireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.zip
Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/Info.plist')
-rw-r--r--WireGuard/WireGuardNetworkExtension/Info.plist31
1 files changed, 31 insertions, 0 deletions
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 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleDisplayName</key>
+ <string>WireGuardNetworkExtension</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>XPC!</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>NSExtension</key>
+ <dict>
+ <key>NSExtensionPointIdentifier</key>
+ <string>com.apple.networkextension.packet-tunnel</string>
+ <key>NSExtensionPrincipalClass</key>
+ <string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
+ </dict>
+</dict>
+</plist>