]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
macOS: Login item: Get helper app version from xcconfig
authorRoopesh Chander <roop@roopc.net>
Mon, 20 May 2019 08:32:52 +0000 (14:02 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 20 May 2019 11:12:27 +0000 (16:42 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/macOS/LoginItemHelper/Info.plist

index a2a9c2827f7c5a71c92c815fafca4c2d48e74f32..f7bcf8d95c02939e41f3fb5bcc0bf01794ecd3fa 100644 (file)
@@ -19,9 +19,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>