You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/08/03 04:00:02 UTC

[jira] [Updated] (CB-1165) Update Plugin Dev Guide for new iOS plugin signature (old one still supported, but deprecated)

     [ https://issues.apache.org/jira/browse/CB-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-1165:
---------------------------------

    Comment: was deleted

(was: 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