You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by sgrebnov <gi...@git.apache.org> on 2015/04/19 06:23:59 UTC

[GitHub] cordova-docs pull request: CB-8820 - Ensure platform guides are ac...

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-docs/pull/279

    CB-8820 - Ensure platform guides are actual

    CB-8821 Ensure Android Platform Guide is actual
    * Add changes in favor of replacing Ant w/ Gradle
    * Replace Eclipse example w/ Android Studio as officially recommended option/tool
    * Add more details about particular Android packages/components required to be installed
    * Added information how to list available deploy targets
    
    CB-8822 Ensure iOS Platform Guide is actual
    * Added ios-sim and ios-deploy requirements and added installation instructions
    * Added instructions to run/deploy ios app from command-line
    
    CB-8823 Ensure Windows Platform Guide is actual
    * Removed separate intallation instructions for Windows 8.0 only support
    * Added information how to list available deploy targets

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

    $ git pull https://github.com/MSOpenTech/cordova-docs CB-8820

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

    https://github.com/apache/cordova-docs/pull/279.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 #279
    
----
commit 39dfc3f429764b329a6eb5a67dcc5a4839db1cd5
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-04-13T17:00:13Z

    CB-8823 Ensure Windows Platform Guide is actual
    
    * Removed separate intallation instructions for Windows 8.0 only support
    * Added information how to list available deploy targets

commit dab4dfd66da1feedd5ce17836fb6f8dc77f3f86f
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-04-13T18:26:10Z

    CB-8822 Ensure iOS Platform Guide is actual
    
    * Added ios-sim and ios-deploy requirements and added installation instructions
    * Added instructions to run/deploy ios app from command-line

commit f90b9d66056349aa33480675f013ae9269823d8d
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-04-14T01:35:39Z

    CB-8821 Ensure Android Platform Guide is actual
    
    * Add changes in favor of replacing Ant w/ Gradle
    * Replace Eclipse example w/ Android Studio as officially recommended option/tool
    * Add more details about particular Android packages/components required to be installed
    * Added information how to list available deploy targets

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8820 - Ensure platform guides are ac...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-docs/pull/279


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8820 - Ensure platform guides are ac...

Posted by stevengill <gi...@git.apache.org>.
Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/279#discussion_r28904679
  
    --- Diff: docs/en/edge/guide/platforms/android/index.md ---
    @@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line Interface.
     
     ## Requirements and Support
     
    -Cordova for Android requires the Android SDK. See the Android SDK's
    -[System Requirements](http://developer.android.com/sdk/index.html).
    +Cordova for Android requires the Android SDK which could be installed
    +on OS X, Linux or Windows operation system. See the Android SDK's
    +[System Requirements](http://developer.android.com/sdk/index.html#Requirements).
     
     Cordova supports Android 2.3.x (Gingerbread, starting with Android API level 10)
    --- End diff --
    
    I decided to just merge it in. I can fix it on master myself. Can you
    comment on the mailing list thread "Deprecation Wars. ICS vs Gingerbread"
    
    On Wed, Apr 22, 2015 at 12:07 PM, Sergey Grebnov <no...@github.com>
    wrote:
    
    > In docs/en/edge/guide/platforms/android/index.md
    > <https://github.com/apache/cordova-docs/pull/279#discussion_r28904464>:
    >
    > > @@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line Interface.
    > >
    > >  ## Requirements and Support
    > >
    > > -Cordova for Android requires the Android SDK. See the Android SDK's
    > > -[System Requirements](http://developer.android.com/sdk/index.html).
    > > +Cordova for Android requires the Android SDK which could be installed
    > > +on OS X, Linux or Windows operation system. See the Android SDK's
    > > +[System Requirements](http://developer.android.com/sdk/index.html#Requirements).
    > >
    > >  Cordova supports Android 2.3.x (Gingerbread, starting with Android API level 10)
    >
    > Thx Steve, will double check, but I still see minSdkVersion is 10 in
    > platform template
    > < uses-sdk android:minSdkVersion="10" />
    >
    > --
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/cordova-docs/pull/279/files#r28904464>.
    >



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8820 - Ensure platform guides are ac...

Posted by stevengill <gi...@git.apache.org>.
Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/279#discussion_r28898337
  
    --- Diff: docs/en/edge/guide/platforms/android/index.md ---
    @@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line Interface.
     
     ## Requirements and Support
     
    -Cordova for Android requires the Android SDK. See the Android SDK's
    -[System Requirements](http://developer.android.com/sdk/index.html).
    +Cordova for Android requires the Android SDK which could be installed
    +on OS X, Linux or Windows operation system. See the Android SDK's
    +[System Requirements](http://developer.android.com/sdk/index.html#Requirements).
     
     Cordova supports Android 2.3.x (Gingerbread, starting with Android API level 10)
    --- End diff --
    
    I saw on the list that cordova-android 4.0.0 dropped support for gingerbread


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8820 - Ensure platform guides are ac...

Posted by sgrebnov <gi...@git.apache.org>.
Github user sgrebnov commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/279#discussion_r28904464
  
    --- Diff: docs/en/edge/guide/platforms/android/index.md ---
    @@ -29,11 +29,12 @@ Overview.  For details on the CLI, see The Command-Line Interface.
     
     ## Requirements and Support
     
    -Cordova for Android requires the Android SDK. See the Android SDK's
    -[System Requirements](http://developer.android.com/sdk/index.html).
    +Cordova for Android requires the Android SDK which could be installed
    +on OS X, Linux or Windows operation system. See the Android SDK's
    +[System Requirements](http://developer.android.com/sdk/index.html#Requirements).
     
     Cordova supports Android 2.3.x (Gingerbread, starting with Android API level 10)
    --- End diff --
    
    Thx Steve, will double check, but I still see minSdkVersion is 10 in platform template
     < uses-sdk android:minSdkVersion="10" />


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org