Skip to content

Commit

Permalink
Update config.xml for cordova 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BelinChung committed Sep 12, 2015
1 parent 73da9e3 commit ff7b1e4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions config.xml
@@ -1,16 +1,29 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.hiapp.hiapp" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.hiapp.hiapp" version="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HiApp</name>
<description>
A hybrid app made with Framework7.With PhoneGap you can easily convert it to native iOS app.
</description>
<author email="BelinChung@gmail.com" href="http://dearb.me/hi/">
<author email="BelinChung@gmail.com" href="https://hi.dearb.me/">
BelinChung
</author>
<content src="index.html" />

<plugin name="cordova-plugin-whitelist" version="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:*" />

<preference name="DisallowOverscroll" value="true"/>

<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />

<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="www/res/icons/ios/icon-60.png" width="60" height="60" />
Expand Down

0 comments on commit ff7b1e4

Please sign in to comment.