You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2014/04/23 02:40:17 UTC

[jira] [Resolved] (CB-2934) Add a ./cordova/build project-level script for OSX

     [ https://issues.apache.org/jira/browse/CB-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved CB-2934.
----------------------------------

    Resolution: Fixed

added in https://github.com/apache/cordova-osx/commit/cf43a8df437acc53c3c527470941a86cd63b3fca

> Add a ./cordova/build project-level script for OSX
> --------------------------------------------------
>
>                 Key: CB-2934
>                 URL: https://issues.apache.org/jira/browse/CB-2934
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: OSX
>            Reporter: Filip Maj
>             Fix For: 3.5.0
>
>
> {code}
> build [--debug] [--release]
> {code}
> Builds the application and compiles to the platform's appropriate binary format. 
> By default builds a debug release:
> {code}
> build --debug
> {code}
> Supports building a release (possibly signed) build using:
> {code}
> build --release
> {code}
> Implicitly calls {{./cordova/clean}} first (see CB-2920).
> If both {{release}} and {{debug}} parameters are specified, error out with exit code 2 and an appropriate error message.



--
This message was sent by Atlassian JIRA
(v6.2#6252)