Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update cordova config with plugins and platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lepus2589 committed Dec 6, 2015
1 parent 83b1aad commit c21a785
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
</author>
<content src="index.html" />

<plugin name="cordova-plugin-whitelist" spec="1" />

<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Expand All @@ -32,4 +30,9 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>

<plugin name="cordova-plugin-whitelist" spec="~1.2.0" />

<engine name="browser" spec="~4.0.0" />
<engine name="android" spec="~4.1.1" />
</widget>

0 comments on commit c21a785

Please sign in to comment.