[
https://issues.apache.org/jira/browse/CB-13140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123760#comment-16123760
]
Shazron Abdullah commented on CB-13140:
---------------------------------------
We have support for this through the {{ios-CFBundleVersion}} attribute for the
{{widget}} tag in config.xml currently:
https://cordova.apache.org/docs/en/latest/config_ref/#widget
> Support for `bundleVersion` cli option
> --------------------------------------
>
> Key: CB-13140
> URL: https://issues.apache.org/jira/browse/CB-13140
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-ios
> Affects Versions: 4.4.0
> Reporter: Sergii Stotskyi
> Assignee: Shazron Abdullah
>
> *Issue*:
> Add support for `bundleVersion` cli option in cordova-ios package similar to
> `--vesionCode=1` in cordova-android package
> *Actual result*:
> No way to pass `bundleVersion` as cli option for `cordova build ios`
> *Expected result*:
> when `--bundleVersion=1` is passed it should be used as `CFBundleVersion` in
> info.plist
> {code}
> cordova build ios --bundleVersion=1
> {code}
> Currently in cordova-android it's possible to do this:
> {code}
> cordova build android -- --versionCode=1
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]