[TIMOB-18375] Allow setting CFBundleVersion in tiapp.xml
GitHub Issue | n/a |
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.4.1, Release 3.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling |
Reporter | Atticus White |
Assignee | Unknown |
Created | 2015-01-08T23:07:12.000+0000 |
Updated | 2020-01-30T09:43:10.000+0000 |
Description
Right now the iOS plist values CFBundleVersion and CFBundleShortVersionString are ignored in the tiapp.xml file as they are auto-generated by Titanium. However, I am a believer that if I type a CFBundleVersion into that manifest, I should expect it to come out that way on the other end, and not get ignored & auto-generated.
I think auto generation is great, but when an override is defined, it should take that value.
Right now there's no way to release multiple builds for the same version of the app. Meaning, nobody can actively use TestFlight. If one wants to have multiple builds of the same version, you'd have to modify CFBundleVersion, but we don't have control over that. That means we have to create new version releases every time we need to upload a new build.
Attachments
No comments