Mac: populate version info in .plist

Closes #88
This commit is contained in:
Floris Bos 2020-07-06 00:41:34 +02:00
parent 39abeb239d
commit f90739a520
2 changed files with 4 additions and 4 deletions

View file

@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string></string>
<string>@IMAGER_VERSION_STR@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string></string>
<string>@IMAGER_VERSION_STR@</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>