You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/03/20 22:25:44 UTC

[jira] [Commented] (CB-6322) Simplify platforms/platform code for platform specifics

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

ASF GitHub Bot commented on CB-6322:
------------------------------------

GitHub user jsoref opened a pull request:

    https://github.com/apache/cordova-cli/pull/146

    CB-6322 Simplify platforms/platform code for platform specifics

    https://issues.apache.org/jira/browse/CB-6322

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jsoref/cordova-cli cb_6322

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-cli/pull/146.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #146
    
----
commit e250bbdab119235703279a7479256fb97f6036f5
Author: Josh Soref <js...@blackberry.com>
Date:   2014-03-20T21:24:40Z

    CB-6322 Simplify platforms/platform code for platform specifics

----


> Simplify platforms/platform code for platform specifics
> -------------------------------------------------------
>
>                 Key: CB-6322
>                 URL: https://issues.apache.org/jira/browse/CB-6322
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.4.0
>            Reporter: Josh Soref
>            Assignee: Josh Soref
>
> Currently people who want to add a platform have to hack both platforms.js and platform.js
> Ideally they shouldn't have to hack platform.js at all.
> Before this change:
> {quote}
> $ cordova platform
> Installed platforms: 
> Available platforms: android, blackberry10, firefoxos, ios
> {quote}
> After this change:
> {quote}
> $ cordova platform
> Installed platforms: 
> Available platforms: amazon-fireos, android, blackberry10, firefoxos, ios
> {quote}



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