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

[1/2] ios commit: Default project template -- Added InAppBrowser plugin to Cordova.plist

Updated Branches:
  refs/heads/master cc9c2bedc -> 5a4b0ea62


Default project template -- Added InAppBrowser plugin 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/5a4b0ea6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/5a4b0ea6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/5a4b0ea6

Branch: refs/heads/master
Commit: 5a4b0ea62c09b44c0df8bf7eb8075fc2fc33b9eb
Parents: f43a331
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 19 15:40:14 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 19 15:40:14 2012 -0800

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/Cordova.plist |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/5a4b0ea6/bin/templates/project/__TESTING__/Cordova.plist
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/Cordova.plist b/bin/templates/project/__TESTING__/Cordova.plist
index 3200bd1..528fc29 100644
--- a/bin/templates/project/__TESTING__/Cordova.plist
+++ b/bin/templates/project/__TESTING__/Cordova.plist
@@ -86,6 +86,8 @@
 		<string>CDVBattery</string>
 		<key>Globalization</key>
 		<string>CDVGlobalization</string>
+		<key>InAppBrowser</key>
+		<string>CDVInAppBrowser</string>
 	</dict>
 </dict>
 </plist>