Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/brodycj/cordova-pgpluginshim
- Owner: brodycj
- Created: 2012-04-13T20:22:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-18T14:27:37.000Z (over 12 years ago)
- Last Synced: 2024-07-31T00:17:16.980Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)