[AC-2758] CFBundleShortVersionString doesn't update always is 1.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-03-28T16:12:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | compiler, iphone |
Reporter | Lucas CHERIFI |
Assignee | Mauro Parra-Miranda |
Created | 2012-03-06T11:20:54.000+0000 |
Updated | 2016-03-08T07:47:39.000+0000 |
Description
I'm running the iPhone SDK 1.8.x(Appcelerator Titanium) and for some unknown reason the value for CFBundleShortVersionString always remains in 1.0 and this issue was stopping me to update my app, then I found this workaround which solve my problem.
When you build your app inside the build->iphone directory copy the generated info.plist file to the root project directory(where Tiapp.xml resides).
Edit the info.plist that you just copied into the root directory, simply manually change the value for CFBundleShortVersionString(to whatever version you need).
Save the file (the one in the root directory) and rebuild your project, the auto-generated info.plist will take the data in your amended file.
Thank you
Duplicate of TIMOB-7674
Closing since it's a dup.