macOS: Login item: Get helper app version from xcconfig

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-05-20 14:02:52 +05:30
parent fc1fdbbcdb
commit 52ac9b82c2
1 changed files with 2 additions and 2 deletions

View 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>