Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E217D9255 for ; Fri, 3 Aug 2012 01:54:02 +0000 (UTC) Received: (qmail 85810 invoked by uid 500); 3 Aug 2012 01:54:02 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 85783 invoked by uid 500); 3 Aug 2012 01:54:02 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 85769 invoked by uid 99); 3 Aug 2012 01:54:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 01:54:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 4996114052C for ; Fri, 3 Aug 2012 01:54:02 +0000 (UTC) Date: Fri, 3 Aug 2012 01:54:02 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <539254931.8568.1343958842303.JavaMail.jiratomcat@issues-vm> In-Reply-To: <197118681.118809.1343690434769.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (CB-1165) Update Plugin Dev Guide for new iOS plugin signature (old one still supported, but deprecated) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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