Updated Branches: refs/heads/master 17ebec747 -> 938c1ea0e
updated ios directories in plugin.xml Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/938c1ea0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/938c1ea0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/938c1ea0 Branch: refs/heads/master Commit: 938c1ea0ef317f28781d13891ebf68abfe2eb0b1 Parents: 17ebec7 Author: Steven Gill <[email protected]> Authored: Wed Apr 24 15:26:57 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Wed Apr 24 15:26:57 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/938c1ea0/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index e6b1742..6228ac4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,8 +24,8 @@ id="org.apache.cordova.core.AccelListener"> <plugin name="Accelerometer" value="CDVAccelerometer"/> </config-file> - <header-file src="CDVAccelerometer.h" target-dir="org/apache/cordova/core" /> - <source-file src="CDVAccelerometer.m" target-dir="org/apache/cordova/core" /> + <header-file src="src/ios/CDVAccelerometer.h" target-dir="org/apache/cordova/core" /> + <source-file src="src/ios/CDVAccelerometer.m" target-dir="org/apache/cordova/core" /> </platform>
