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/03/16 19:14:49 UTC

[16/29] ios commit: updating plist of plugin names -> classes to adhere to common labels

updating plist of plugin names -> classes to adhere to common labels


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/7cdc0537
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/7cdc0537
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/7cdc0537

Branch: refs/heads/master
Commit: 7cdc0537c679399e8e5d5eb3bb642937bcdc278e
Parents: e0023ca
Author: Fil Maj <fi...@nitobi.com>
Authored: Thu Feb 23 11:55:51 2012 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Mar 16 10:56:49 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/7cdc0537/Cordova-based Application/Cordova.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Cordova.plist b/Cordova-based Application/Cordova.plist
index 979e17b..22fa073 100644
--- a/Cordova-based Application/Cordova.plist	
+++ b/Cordova-based Application/Cordova.plist	
@@ -24,31 +24,31 @@
 	<array/>
 	<key>Plugins</key>
 	<dict>
-		<key>org.apache.cordova.accelerometer</key>
+		<key>Accelerometer</key>
 		<string>CDVAccelerometer</string>
-		<key>org.apache.cordova.camera</key>
+		<key>Camera</key>
 		<string>CDVCamera</string>
-		<key>org.apache.cordova.connection</key>
+    <key>Network Status</key>
 		<string>CDVConnection</string>
-		<key>org.apache.cordova.contacts</key>
+		<key>Contacts</key>
 		<string>CDVContacts</string>
-		<key>org.apache.cordova.debugconsole</key>
+		<key>Debug Console</key>
 		<string>CDVDebugConsole</string>
-		<key>org.apache.cordova.file</key>
+		<key>File</key>
 		<string>CDVFile</string>
 		<key>org.apache.cordova.filetransfer</key>
 		<string>CDVFileTransfer</string>
-		<key>org.apache.cordova.geolocation</key>
+		<key>Geolocation</key>
 		<string>CDVLocation</string>
-		<key>org.apache.cordova.notification</key>
+		<key>Notification</key>
 		<string>CDVNotification</string>
 		<key>org.apache.cordova.media</key>
 		<string>CDVSound</string>
-		<key>org.apache.cordova.mediacapture</key>
+		<key>Capture</key>
 		<string>CDVCapture</string>
-		<key>org.apache.cordova.splashscreen</key>
+		<key>Splash Screen</key>
 		<string>CDVSplashScreen</string>
-		<key>org.apache.cordova.battery</key>
+		<key>Battery</key>
 		<string>CDVBattery</string>
 	</dict>
 </dict>