Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FE6410A43 for ; Thu, 11 Jul 2013 00:48:19 +0000 (UTC) Received: (qmail 28998 invoked by uid 500); 11 Jul 2013 00:48:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 28982 invoked by uid 500); 11 Jul 2013 00:48:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 28975 invoked by uid 99); 11 Jul 2013 00:48:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 00:48:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CE79C88CC1C; Thu, 11 Jul 2013 00:48:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <8c214ddb9741442ba5194dba12075f3f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: [CB-3175] Change to in config.xml and remove deprecation notice in iOS Date: Thu, 11 Jul 2013 00:48:18 +0000 (UTC) Updated Branches: refs/heads/master c24b6e3ac -> 3e18f93ef [CB-3175] Change to in config.xml and remove deprecation notice in iOS Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/3e18f93e Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/3e18f93e Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/3e18f93e Branch: refs/heads/master Commit: 3e18f93ef8d468a7e79fc97566ad548e5034c264 Parents: c24b6e3 Author: Shazron Abdullah Authored: Wed Jul 10 17:48:08 2013 -0700 Committer: Shazron Abdullah Committed: Wed Jul 10 17:48:08 2013 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVConfigParser.m | 13 ------ CordovaLibTests/CordovaLibApp/config.xml | 55 ----------------------- bin/templates/project/__TESTING__/config.xml | 6 --- 3 files changed, 74 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3e18f93e/CordovaLib/Classes/CDVConfigParser.m ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVConfigParser.m b/CordovaLib/Classes/CDVConfigParser.m index 83fe83f..bf7ff4b 100644 --- a/CordovaLib/Classes/CDVConfigParser.m +++ b/CordovaLib/Classes/CDVConfigParser.m @@ -50,19 +50,6 @@ { if ([elementName isEqualToString:@"preference"]) { settings[[attributeDict[@"name"] lowercaseString]] = attributeDict[@"value"]; - } else if ([elementName isEqualToString:@"plugin"]) { - NSString* name = [attributeDict[@"name"] lowercaseString]; - pluginsDict[name] = attributeDict[@"value"]; - if ([@"true" isEqualToString : attributeDict[@"onload"]]) { - [self.startupPluginNames addObject:name]; - } - NSLog(@"\nUse of the tag has been deprecated. Use a tag instead. Change:\n" - @" \n" - @"To:\n" - @" \n" - @" \n" - @" \n" - , attributeDict[@"name"], attributeDict[@"value"], attributeDict[@"name"], attributeDict[@"value"]); } else if ([elementName isEqualToString:@"feature"]) { // store feature name to use with correct parameter set featureName = [attributeDict[@"name"] lowercaseString]; } else if ((featureName != nil) && [elementName isEqualToString:@"param"]) { http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3e18f93e/CordovaLibTests/CordovaLibApp/config.xml ---------------------------------------------------------------------- diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml index 4fb4e6e..cae1e58 100644 --- a/CordovaLibTests/CordovaLibApp/config.xml +++ b/CordovaLibTests/CordovaLibApp/config.xml @@ -51,61 +51,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3e18f93e/bin/templates/project/__TESTING__/config.xml ---------------------------------------------------------------------- diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml index 49b2ba9..cae1e58 100644 --- a/bin/templates/project/__TESTING__/config.xml +++ b/bin/templates/project/__TESTING__/config.xml @@ -51,13 +51,7 @@ - - - - - -