Add 1.6.0 Cordova plugin to 2.2.0 Cordova project
Posted
by
BlackFlam3
on Stack Overflow
See other posts from Stack Overflow
or by BlackFlam3
Published on 2012-11-26T07:47:59Z
Indexed on
2012/11/27
11:04 UTC
Read the original article
Hit count: 326
How do I add a cordova plugin made on 1.6.0 to a 2.2.0 cordova project for iOS?
Upgrade the 1.6.0 project to 1.7.0, then 1.8.0 and so on (doesn't feel right)?
Or how do I resolve the current callback signature on the new Cordova(2.2.0) that uses "(CDInvokedURL *)command" as parameter instead of (NSDictionary *)options?
More specifically, I am trying to add the Calendar Plugin for iOS to a Cordova 2.2.0 project.
© Stack Overflow or respective owner