You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/11 02:51:39 UTC

[25/36] ios commit: removed geolocation from config.xml

removed geolocation from config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0ecd899a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0ecd899a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0ecd899a

Branch: refs/heads/3.0.0
Commit: 0ecd899abc6ea86855c3f977d5cee822b114e438
Parents: 8cb40ae
Author: Steven Gill <st...@gmail.com>
Authored: Tue May 14 14:30:11 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Jun 10 17:35:55 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/0ecd899a/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index 1a5836f..6c42a3b 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -53,9 +53,6 @@
     <preference name="TopActivityIndicator" value="gray" />
 
 
-    <feature name="Geolocation">
-      <param name="ios-package" value="CDVLocation"/>
-    </feature>
     <feature name="Device">
       <param name="ios-package" value="CDVDevice"/>
     </feature>