OSX dmg: Put git-annex's version in the Info.plist file.

This commit is contained in:
Joey Hess 2019-06-26 12:10:35 -04:00
parent bc7c17f0b2
commit 9273f80301
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 13 additions and 3 deletions

View file

@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>GIT_ANNEX_VERSION</string>
<key>CFBundleSignature</key>
<string>git-annex</string>
<key>CFBundleVersion</key>
<string>0.0.1</string>
<string>GIT_ANNEX_VERSION</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<key>CFBundleDisplayName</key>