0 Star 10 Fork 5

yadong.zhang / cordova-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.xml 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
yadong.zhang 提交于 2018-06-21 20:39 . 打开第三方app
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.zyd.cordova" version="1.0.0" 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" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<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>
<engine name="android" spec="^7.0.0" />
<plugin name="cordova-hot-code-push-plugin" spec="cordova-hot-code-push-plugin" />
<plugin name="cordova-plugin-local-notification" spec="cordova-plugin-local-notification" />
<plugin name="com.lampa.startapp" spec="https://github.com/lampaa/com.lampa.startapp.git" />
<plugin name="cordova-plugin-appavailability" spec="^0.4.2" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
<plugin name="cordova-plugin-file-opener2" spec="https://github.com/pwlin/cordova-plugin-file-opener2.git" />
</widget>
Android
1
https://gitee.com/yadong.zhang/cordova-study.git
git@gitee.com:yadong.zhang/cordova-study.git
yadong.zhang
cordova-study
cordova-study
master

搜索帮助