[ https://issues.apache.org/jira/browse/CB-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shazron Abdullah resolved CB-1165. ---------------------------------- Resolution: Fixed Assignee: Shazron Abdullah (was: Michael Brooks) Fix commit - http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/f7a8f485 > Update Plugin Dev Guide for new iOS plugin signature (old one still > supported, but deprecated) > ---------------------------------------------------------------------------------------------- > > Key: CB-1165 > URL: https://issues.apache.org/jira/browse/CB-1165 > Project: Apache Cordova > Issue Type: Task > Components: Docs, iOS > Affects Versions: 2.0.0 > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Fix For: 2.1.0 > > > The new signature is: > {code} > - (void) myMethod:(CDVInvokedUrlCommand*)command; > {code} > the old signature was: > {code} > - (void) myMethod:(NSMutableArray*)arguments > withDict:(NSMutableDictionary*)options; > {code} > Most of the core plugins have been migrated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira