You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/01/07 08:42:48 UTC

[3/5] cordova-lib git commit: add test project config.xml

add test project config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/abc493d6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/abc493d6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/abc493d6

Branch: refs/heads/master
Commit: abc493d62127225924ab84d8d2d06687e0e7b95d
Parents: 3cb4220
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jul 23 15:40:56 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jul 23 15:40:56 2015 -0700

----------------------------------------------------------------------
 .../plugins/recursivePlug/demo/config.xml       | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/abc493d6/cordova-lib/spec-plugman/plugins/recursivePlug/demo/config.xml
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-plugman/plugins/recursivePlug/demo/config.xml b/cordova-lib/spec-plugman/plugins/recursivePlug/demo/config.xml
new file mode 100644
index 0000000..bda996b
--- /dev/null
+++ b/cordova-lib/spec-plugman/plugins/recursivePlug/demo/config.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+    <name>HelloCordova</name>
+    <description>
+        A sample Apache Cordova application that responds to the deviceready event.
+    </description>
+    <author email="dev@cordova.apache.org" href="http://cordova.io">
+        Apache Cordova Team
+    </author>
+    <content src="index.html" />
+    <access origin="*" />
+    <allow-intent href="http://*/*" />
+    <allow-intent href="https://*/*" />
+    <allow-intent href="tel:*" />
+    <allow-intent href="sms:*" />
+    <allow-intent href="mailto:*" />
+    <allow-intent href="geo:*" />
+    <platform name="android">
+        <allow-intent href="market:*" />
+    </platform>
+    <platform name="ios">
+        <allow-intent href="itms:*" />
+        <allow-intent href="itms-apps:*" />
+    </platform>
+</widget>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org