You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/03 00:15:12 UTC

ios commit: Removed space in service name for "Splash Screen" in Cordova.plist

Updated Branches:
  refs/heads/master a147ad2cc -> b24e96e84


Removed space in service name for "Splash Screen" in Cordova.plist


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

Branch: refs/heads/master
Commit: b24e96e84a519c08eb3fcdb26d341a33077d8f86
Parents: a147ad2
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Apr 2 15:15:04 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Apr 2 15:15:04 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/b24e96e8/Cordova-based Application/Cordova.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Cordova.plist b/Cordova-based Application/Cordova.plist
index 6081a69..eaf4824 100644
--- a/Cordova-based Application/Cordova.plist	
+++ b/Cordova-based Application/Cordova.plist	
@@ -48,7 +48,7 @@
 		<string>CDVSound</string>
 		<key>Capture</key>
 		<string>CDVCapture</string>
-		<key>Splash Screen</key>
+		<key>SplashScreen</key>
 		<string>CDVSplashScreen</string>
 		<key>Battery</key>
 		<string>CDVBattery</string>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/b24e96e8/CordovaLib/CordovaLibApp/Cordova.plist
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLibApp/Cordova.plist b/CordovaLib/CordovaLibApp/Cordova.plist
index 6081a69..eaf4824 100644
--- a/CordovaLib/CordovaLibApp/Cordova.plist
+++ b/CordovaLib/CordovaLibApp/Cordova.plist
@@ -48,7 +48,7 @@
 		<string>CDVSound</string>
 		<key>Capture</key>
 		<string>CDVCapture</string>
-		<key>Splash Screen</key>
+		<key>SplashScreen</key>
 		<string>CDVSplashScreen</string>
 		<key>Battery</key>
 		<string>CDVBattery</string>