You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/07/13 00:01:07 UTC

ios commit: Updating plist to include new device plugin.

Updated Branches:
  refs/heads/master aef4d8351 -> 4fffce69f


Updating plist to include new device plugin.


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

Branch: refs/heads/master
Commit: 4fffce69fb98731242586db48ad6a180f374334a
Parents: aef4d83
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 12 15:03:28 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 12 15:03:28 2012 -0700

----------------------------------------------------------------------
 Cordova-based Application/Cordova.plist |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/4fffce69/Cordova-based Application/Cordova.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Cordova.plist b/Cordova-based Application/Cordova.plist
index 7d1fbdf..69d86a3 100644
--- a/Cordova-based Application/Cordova.plist	
+++ b/Cordova-based Application/Cordova.plist	
@@ -46,6 +46,8 @@
 	<array/>
 	<key>Plugins</key>
 	<dict>
+		<key>Device</key>
+		<string>CDVDevice</string>
 		<key>Logger</key>
 		<string>CDVLogger</string>
 		<key>Compass</key>