Advertisement
Guest User

Untitled

a guest
May 26th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.26 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.teamweek" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3.     <name>Teamweek</name>
  4.     <description>
  5.         A sample Apache Cordova application that responds to the deviceready event.
  6.     </description>
  7.     <author email="dev@cordova.apache.org" href="http://cordova.io">
  8.         Apache Cordova Team
  9.     </author>
  10.     <content src="index.html" />
  11.     <plugin name="cordova-plugin-whitelist" version="1" />
  12.     <access origin="*" />
  13.     <allow-intent href="http://*/*" />
  14.     <allow-intent href="https://*/*" />
  15.     <allow-intent href="tel:*" />
  16.     <allow-intent href="sms:*" />
  17.     <allow-intent href="mailto:*" />
  18.     <allow-intent href="geo:*" />
  19.     <platform name="android">
  20.         <allow-intent href="market:*" />
  21.     </platform>
  22.     <platform name="ios">
  23.         <allow-intent href="itms:*" />
  24.         <allow-intent href="itms-apps:*" />
  25.     </platform>
  26.     <engine name="ios" spec="^3.8.0" />
  27.     <engine name="android" spec="^4.0.0" />
  28.     <plugin name="cordova-plugin-statusbar" spec="^1.0.0" />
  29.     <preference name="StatusBarOverlaysWebView" value="false" />
  30.     <preference name="StatusBarBackgroundColor" value="#000000" />
  31. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement