crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
95 stars 33 forks source link

Possibility to set CFBundleShortVersionString missing #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the string that is displayed in Finder as version info. Would be great 
if one could set it.

Original issue reported on code.google.com by krue...@lesspain.de on 26 Mar 2015 at 8:26

GoogleCodeExporter commented 9 years ago
Please ignore. I just discovered bundleExtras

Original comment by krue...@lesspain.de on 26 Mar 2015 at 9:01

GoogleCodeExporter commented 9 years ago
Might be nice if this was set to the project version by default.

Original comment by crotwell@seis.sc.edu on 26 Mar 2015 at 11:11

GoogleCodeExporter commented 9 years ago

I will set this to the project version. From apple docs it looks like the 
CFBundleVersion should be different, but it is not clear to me what I would 
pull out of the project to put here. For now I am leaving both set to the 
project version.

Original comment by crotwell@seis.sc.edu on 27 Mar 2015 at 1:31

GoogleCodeExporter commented 9 years ago
fixed in 2.1.1

Original comment by crotwell@seis.sc.edu on 27 Mar 2015 at 1:52