How to set CFBundleVersion?
Danno Ferrin
danno.ferrin at oracle.com
Mon Aug 25 14:47:05 UTC 2014
Do you mean CFBundleVersion? (no r).
This is a bug for 8u40: https://javafx-jira.kenai.com/browse/RT-37833
In the mean time I took the info.plist, used the drop-in-resource facility, and provided my own template. Then I hand incremented the CFBundle.
If you run with verbose set the Info.PList the bundler provides internally will be saved to a temp directory, and you can just modify it from there.
I can confirm from personal use the workaround I just described works.
On Aug 25, 2014, at 12:23 AM, Tony Anecito <adanecito at yahoo.com> wrote:
> Hi Danno,
>
> How does one set or increment the CFBundlerVersion value? I tried the bundleArgument but that did not work.
> When submitting an updated app to Apple itunes this has to be greater than the last version which looks lik by default it is 100.
>
> Thanks!
> -Tony
More information about the openjfx-dev
mailing list