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/10/28 23:11:44 UTC

[07/19] git commit: [CB-4825] Add CoreMotion.framework to plugin.xml

[CB-4825] Add CoreMotion.framework to 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/90932591
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/90932591
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/90932591

Branch: refs/heads/master
Commit: 90932591e862f04aa4b4f57885db31592562c081
Parents: b2e17a7
Author: James Jong <wj...@gmail.com>
Authored: Wed Oct 9 16:31:54 2013 -0400
Committer: James Jong <wj...@gmail.com>
Committed: Wed Oct 9 16:31:54 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/90932591/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cbf620d..948632c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -42,6 +42,7 @@
         <header-file src="src/ios/CDVAccelerometer.h" />
         <source-file src="src/ios/CDVAccelerometer.m" />
         
+        <framework src="CoreMotion.framework" />
     </platform>
 
     <!-- blackberry10 -->