Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brodycj/cordova-pgpluginshim

Shim files to run PhoneGap 1.4- plugins on Cordova 1.5+
https://github.com/brodycj/cordova-pgpluginshim

Last synced: about 1 month ago
JSON representation

Shim files to run PhoneGap 1.4- plugins on Cordova 1.5+

Awesome Lists containing this project

README

        

# Cordova PGPluginShim

Run pre-Cordova/PhoneGap 1.5 iPhone plugins on Cordova 1.5+

## How

- Include PGPlugin.h and PGPlugin.m in the Classes folder and be sure to include them as added files and not as softlinks
- Include any PhoneGap plugins in the Plugins folder and add to Cordova.plist
- Optional for pre-Cordova 2.0: include PGPluginShim.js before any old PhoneGap Javascript plugins
- Build and run

## Status

- First checkin: tested and working well for [phonegap-plugins / iPhone / Prompt](https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/Prompt)
- Test with [phonegap-plugins / iPhone / BundleFileReader](https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/BundleFileReader) is now tested and working (typedef and 2 enums added to PGPlugin.h)