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/11/20 00:40:20 UTC

[2/2] ios commit: CordovaLibAppTest -- Added Globalization, InAppBrowser plugins to Cordova.plist

CordovaLibAppTest -- Added Globalization, InAppBrowser plugins to 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/f43a3316
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/f43a3316
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/f43a3316

Branch: refs/heads/master
Commit: f43a3316ea9c823b00f0f9e1f7a4616a9c10a38e
Parents: cc9c2be
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 19 15:39:50 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 19 15:39:50 2012 -0800

----------------------------------------------------------------------
 CordovaLibTests/CordovaLibApp/Cordova.plist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/f43a3316/CordovaLibTests/CordovaLibApp/Cordova.plist
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/Cordova.plist b/CordovaLibTests/CordovaLibApp/Cordova.plist
index 8bbb2a1..f4176b5 100644
--- a/CordovaLibTests/CordovaLibApp/Cordova.plist
+++ b/CordovaLibTests/CordovaLibApp/Cordova.plist
@@ -66,6 +66,10 @@
 		<string>CDVEcho</string>
 		<key>Battery</key>
 		<string>CDVBattery</string>
+		<key>Globalization</key>
+		<string>CDVGlobalization</string>
+		<key>InAppBrowser</key>
+		<string>CDVInAppBrowser</string>		
 	</dict>
 </dict>
 </plist>