Updated Branches: refs/heads/3.0.0 972e5ce19 -> 7d637e362
removed globalization Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/7d637e36 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/7d637e36 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/7d637e36 Branch: refs/heads/3.0.0 Commit: 7d637e36215ad6a8550a6c2ce7931f364e5eb818 Parents: 972e5ce Author: Steven Gill <[email protected]> Authored: Thu Jun 13 11:48:14 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jun 13 11:48:14 2013 -0700 ---------------------------------------------------------------------- bin/templates/project/__TESTING__/config.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7d637e36/bin/templates/project/__TESTING__/config.xml ---------------------------------------------------------------------- diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml index aded8e0..16e6919 100644 --- a/bin/templates/project/__TESTING__/config.xml +++ b/bin/templates/project/__TESTING__/config.xml @@ -73,9 +73,6 @@ <feature name="Capture"> <param name="ios-package" value="CDVCapture"/> </feature> - <feature name="Globalization"> - <param name="ios-package" value="CDVGlobalization"/> - </feature> <feature name="Logger"> <param name="ios-package" value="CDVLogger"/> </feature>
