aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-27 19:14:15 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commit95415cd917f39295118236f70987e18cf53d5065 (patch)
treed0d746598548889283ae6a91c54997146cd8a347 /WireGuard/WireGuard/UI/macOS/Info.plist
parentmacOS: Fix WireGuardNetworkExtensionmacOS target (diff)
downloadwireguard-apple-95415cd917f39295118236f70987e18cf53d5065.tar.xz
wireguard-apple-95415cd917f39295118236f70987e18cf53d5065.zip
macOS: Fix WireGuardmacOS target
- Include non-UI code from iOS while building - Add run scripts - Move files to WireGuard/UI/macOS - Set Swift-Obj-C bridging header Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/macOS/Info.plist (renamed from WireGuard/WireGuardmacOS/Info.plist)4
1 files changed, 2 insertions, 2 deletions
diff --git a/WireGuard/WireGuardmacOS/Info.plist b/WireGuard/WireGuard/UI/macOS/Info.plist
index c7a6901..01b6caa 100644
--- a/WireGuard/WireGuardmacOS/Info.plist
+++ b/WireGuard/WireGuard/UI/macOS/Info.plist
@@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>$(VERSION_NAME)</string>
<key>CFBundleVersion</key>
- <string>1</string>
+ <string>$(VERSION_ID)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>