veekays / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

CFBundleShortVersionString for 2.2.1 is actually 2.2.0.9 #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The CFBundleShortVersionString in the version.plist of the 2.2.1 firmware
actually reads "2.2.0.9000000000"

Not actually a problem, but simply some information for applying this
method to the newest firmware release. I worked around this by leaving
TOOLCHAIN_VERSION at 2.2, and editing lines 302 and 308, adding ".1" after
{TOOLCHAIN_VERSION}, but I'm sure you guys can come up with something a
little less dirty.

I'm actually using the 2.2.1 SDK with the 2.2 firmware. Everything else
seems to work great. Thanks to the both of you for doing all of this :)

Original issue reported on code.google.com by jtxdriggers on 6 Feb 2009 at 2:26

GoogleCodeExporter commented 8 years ago
Oh dear, that's a rather unpleasant version number. I suppose we'll need to 
employ 
the same policy that apple evidently has in rounding up the final component of 
the 
version number.

Thanks for the report on that.

Original comment by m4d...@gmail.com on 7 Feb 2009 at 2:45

GoogleCodeExporter commented 8 years ago

Original comment by m4d...@gmail.com on 7 Feb 2009 at 5:01