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 25633CE26 for ; Fri, 3 Aug 2012 15:21:03 +0000 (UTC) Received: (qmail 75408 invoked by uid 500); 3 Aug 2012 15:21:02 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 75372 invoked by uid 500); 3 Aug 2012 15:21: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 75353 invoked by uid 99); 3 Aug 2012 15:21: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 15:21:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B324C14052C for ; Fri, 3 Aug 2012 15:21:02 +0000 (UTC) Date: Fri, 3 Aug 2012 15:21:02 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1534197103.10767.1344007262736.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1912407423.111055.1343410295343.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-1150) Clean up iOS's exec to not pull out "options" object 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-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428176#comment-13428176 ] Andrew Grieve commented on CB-1150: ----------------------------------- Updated plugins. commits: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=0b9c472b53f85d0bf845db17b48314221fb4cd70 https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=46ecf98c23110b427fc39c1c0e08a8b5d01367dd https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=b4c70c2e72bbe3d3a5056a682a79658b40f65610 https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=09a3a48502acbc47b30b86ab926edf174d165b15 https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=8e97f5001e2a16733357679d5bcfe98bbf379b3a https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=8da8fbc75470d1f11a464361e9af7e509573e95c https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=151a0f66093a61fbd87387eb8ebe93c6bb01ee27 https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=886a4fc0283061abaaa7593befc8ff7767e4faf5 https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=01eb22da37382be1b3944ede5e08a5ec9a6641d7 > Clean up iOS's exec to not pull out "options" object > ---------------------------------------------------- > > Key: CB-1150 > URL: https://issues.apache.org/jira/browse/CB-1150 > Project: Apache Cordova > Issue Type: Improvement > Components: iOS > Reporter: Andrew Grieve > Assignee: Andrew Grieve > Priority: Minor > Fix For: 2.1.0 > > > This can be cleaned up by passing all params in exec as an array, and extracting the first dict only if the plugin implements the method:withDict: selector. Plugins that implement just method: will be passed the CDVInvokedUrlCommand directly. -- 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