pwa-builder / ManifoldCordova

JS Plugin for Cordova
Other
94 stars 93 forks source link

Update Cordova? #66

Closed jsmylnycky closed 7 years ago

jsmylnycky commented 8 years ago

I'm running the latest version of Cordova, which means I get deprecation warnings because this plugin requires very outdated versions of iOS and Android.

Installing "cordova-plugin-hostedwebapp" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 5.1.1, failed version requirement: <=4.1.1
Skipping 'cordova-plugin-hostedwebapp' for android
Installing "cordova-plugin-hostedwebapp" for ios
Plugin doesn't support this project's cordova-ios version. cordova-ios: 4.1.1, failed version requirement: <=3.9.2
Skipping 'cordova-plugin-hostedwebapp' for ios

Any chance of getting this updated anytime soon?

colinfindlay-nz commented 8 years ago

Also wondering the same thing. Tried my own manual update and it broken horribly on iOS, this is likely due to me not having much of a clue just yet.

boyofgreen commented 8 years ago

Yes, we have an update planned in a few weeks. We originally allowed the plugin to work with any version, but we got stuck with a few compat issues, so we backed off of the edge versions. Adding @f2bo for awareness.

jasonshortphd commented 8 years ago

What version of Cordova are you trying to use?

I am testing using the 5.x, but since that doesn't exist for ios yet it resolves it to current 4.1.1. Is this the same thing you guys are seeing?

jsmylnycky commented 8 years ago

@jasonshortphd 4.1.1, as it's noted in my original post... :)

colinfindlay-nz commented 8 years ago

@jasonshortphd I feel bad asking about timeframes, but do you have any? I've just noticed that the restriction on having cordova-ios 3.9.2 excludes the use of phonegap-plugin-push which is fundamental to my current project 😢

jasonshortphd commented 8 years ago

I have submitted the changes to the owner, he just has to accept them. :) I tested on my Mac and everything worked fine, would love to get some feedback once it is merged.

boyofgreen commented 8 years ago

Hi @silver2k sorry about the delay, we are going to pull the remaining issue out of this release so we can move forward with the new version. We should have it in testing early next week, which I can share with you

colinfindlay-nz commented 8 years ago

Thanks for the update guys. I'm currently using the code in the fork khino999/ManifoldCordova with great success - however the sooner I can get back to a proper release the better I'll feel 😃