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/05/13 23:00:34 UTC

ios commit: removed accel & compass from config.xml

Updated Branches:
  refs/heads/3.0.0 913d94dc3 -> af0d321d5


removed accel & compass 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/af0d321d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/af0d321d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/af0d321d

Branch: refs/heads/3.0.0
Commit: af0d321d5c8b00ff39bbe7eeddf55e867673aec3
Parents: 913d94d
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 13 14:00:07 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 13 14:00:07 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/config.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/af0d321d/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index cc1256a..6f73ab6 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -41,12 +41,6 @@
     <feature name="Device">
       <param name="ios-package" value="CDVDevice"/>
     </feature>
-    <feature name="Accelerometer">
-      <param name="ios-package" value="CDVAccelerometer"/>
-    </feature>
-    <feature name="Compass">
-      <param name="ios-package" value="CDVLocation"/>
-    </feature>
     <feature name="Media">
       <param name="ios-package" value="CDVSound"/>
     </feature>