mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
README.md update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#Cordova (iOS) plugins should be submitted here.
|
||||
|
||||
|
||||
The present https://github.com/phonegap/phonegap-plugins/tree/master/iPhone should be preserved for use with projects still using [PhoneGap 1.4.1](https://github.com/phonegap/phonegap/tags) and before.
|
||||
The [/iPhone](https://github.com/phonegap/phonegap-plugins/tree/master/iPhone) folder should be preserved for use with projects still using [PhoneGap 1.4.1](https://github.com/phonegap/phonegap/tags) and before.
|
||||
|
||||
* Added ActionSheet (iOS) plugin with Cordova support.
|
||||
* Added AdPlugin (iOS) plugin with Cordova support.
|
||||
@@ -54,12 +54,13 @@ Please refer to the Plugin Upgrade Guides distributed in the [download](http://p
|
||||
|
||||
|
||||
#Cordova Plugin Upgrade Guide
|
||||
|
||||
This document is for developers who need to upgrade their Cordova plugins to a newer Cordova version. Starting with Cordova 1.5.0, some classes have been renamed, which will require the plugin to be upgraded. Make sure your project itself has been upgraded using the "Cordova Upgrade Guide" document.
|
||||
|
||||
This document is for developers who need to upgrade their Cordova plugins to a newer Cordova version. Starting with Cordova 1.5.0, some classes have been renamed, which will require the plugin to be upgraded. Make sure your project itself has been upgraded using the "Cordova Upgrade Guide" document.
|
||||
Upgrading older Cordova plugins to 2.0.0
|
||||
|
||||
1. Install Cordova 2.0.0
|
||||
1. Install Cordova 2.0.0
|
||||
2. Follow the "Upgrading older Cordova plugins to 1.9.0" section, if necessary
|
||||
2. Follow the "Upgrading older Cordova plugins to 1.9.0" section, if necessary
|
||||
3. No changes in plugin structure from 1.9.x
|
||||
4. Change in import header use: in 2.0.0, Cordova projects use the CordovaLib project as a subproject, it now uses the CORDOVA_FRAMEWORK styled import like this:<br>
|
||||
|
||||
#import <Cordova/CDV.h>
|
||||
|
||||
Reference in New Issue
Block a user