You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergii Stotskyi (JIRA)" <ji...@apache.org> on 2017/08/11 20:30:00 UTC

[jira] [Comment Edited] (CB-13140) Support for `bundleVersion` cli option

    [ https://issues.apache.org/jira/browse/CB-13140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123987#comment-16123987 ] 

Sergii Stotskyi edited comment on CB-13140 at 8/11/17 8:29 PM:
---------------------------------------------------------------

I know but Android version also allows to pass this as cli option which is very useful for automation builds because I don't need to read and parse xml to change this attribute.


was (Author: sergii.stotskyi):
I know but Android version also allows to pass this as cli option which is very useful for automation builds because I don't need to read and parse xml to change this option.

> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org