Updated Branches: refs/heads/master c61dc14ff -> f80d3f47a
Add a config.xml so that mobile-spec can be used as a CLI www/ directory Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/f80d3f47 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/f80d3f47 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/f80d3f47 Branch: refs/heads/master Commit: f80d3f47a45131c29846b55bc374921a0f5b809a Parents: c61dc14 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 21:29:33 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 21:29:33 2013 -0400 ---------------------------------------------------------------------- config.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/f80d3f47/config.xml ---------------------------------------------------------------------- diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..1a38b63 --- /dev/null +++ b/config.xml @@ -0,0 +1,13 @@ +<?xml version='1.0' encoding='utf-8'?> +<widget id="org.apache.mobilespec" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> + <name>mobilespec</name> + <description> + Cordova test suite. + </description> + <access origin="audio.ibeat.org" /> + <access origin="cordova-filetransfer.jitsu.com" /> + <access origin="whatheaders.com" /> + <access origin="apache.org" subdomains="true"/> + <access origin="www.google.com" /> + <access origin="httpssss://example.com" /> +</widget>
