I would like to know if anyone has experience in updating a telephone conversation. I would like to receive help.
I have an iOS Phonegap based project that uses phonegap 1.4.1. I need to update it to the latest version. Latest Version Currently 2.2.0
The steps described in the phone gap document only indicate how to upgrade from one version to another, but this does not help me in updating the phone gap from a very old version to the latest.
http://docs.phonegap.com/en/2.2.0/guide_upgrading_ios_index.md.html#Upgrading%20Cordova%20iOS
I see three BIG changes from 1.4.1 to the latest version.
From 1.4.1 to 1.5.0 PhoneGap.framework has been renamed Cordova.framework
From 1.9.0 to 2.0.0, Cordova.framework is removed; instead, it uses CordovaLib as a subproject.
2.0.0 to 2.1.0 automatic <counting (ARC) provided by CordovaLib
I'm not sure the best approach for me is to upgrade my old telephone interchange, I'm not sure that I will jump right from 1.4.1 to 2.2.0, given the fact that there are no documents / manuals to follow.
I am going to first update the phone difference from 1.4.1 to 1.9, and then update 1.9.0 to 2.0.0 and to 2.2.0. But this is a lot of work.
Please give me some suggestion on this, or is there anyone stumbled upon this?
Thanks in advance.