Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Update to cordova@6.4.0 #632

Closed
mwbrooks opened this issue Jul 22, 2016 · 3 comments
Closed

Update to cordova@6.4.0 #632

mwbrooks opened this issue Jul 22, 2016 · 3 comments
Assignees

Comments

@mwbrooks
Copy link
Collaborator

Cordova CLI 6.3.0 is now available:
http://cordova.apache.org/news/2016/07/13/tools-release.html

@surajpindoria
Copy link
Collaborator

surajpindoria commented Jul 28, 2016

Going to put this on hold for now. It requires changes to PhoneGap template apps which in turn requires changes in the desktop app. Current plan is to time this along with template support for desktop.

Affected Templates

  • phonegap-template-hello-world
  • phonegap-template-push
  • phonegap-app-star-track

@kylerjensen
Copy link

kylerjensen commented Nov 11, 2016

I suggest we modify this issue to support cordova v6.4.0 and we prioritize it because phonegap-plugin-push v1.9.0 (with support for iOS 10) is broken until phonegap begins requiring cordova v6.4.0.
The following does not successfully add the new version of phonegap-plugin-push to the iOS project (the plugin is skipped because it requires cordova v6.4.0 but phonegap requires cordova v6.1.1, so even if you have both installed it cannot succeed):

npm install -g phonegap@latest
phonegap plugin add phonegap-plugin-push@latest
phonegap platform add --save ios
phonegap prepare ios

@surajpindoria
Copy link
Collaborator

Hi @Kjens93,

I was just taking a look at this yesterday and was planning on using Cordova 6.4.0 as the issue is outdated now. We were just waiting on the latest release of the PhoneGap Desktop app before moving forward with this. That release is done so this issue is no longer blocked.

@surajpindoria surajpindoria changed the title Update to cordova@6.3.0 Update to cordova@6.4.0 Nov 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants