Advertisement
Guest User

config.xml

a guest
Aug 15th, 2017
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.49 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="ag.caju.patrimonio" version="2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3.     <name>Patrimonio</name>
  4.     <description>
  5.         Tenha alguns pontos turísticos de Recife e Olinda no seu bolso.
  6.     </description>
  7.     <author email="bob@caju.nu" href="http://caju.ag">
  8.         Caju Agência Digital
  9.     </author>
  10.     <content src="index.html" />
  11.     <access origin="https://*" />
  12.     <preference name="Orientation" value="portrait" />
  13.     <preference name="SplashScreen" value="screen" />
  14.     <preference name="SplashScreenDelay" value="3000" />
  15.     <preference name="KeyboardDisplayRequiresUserAction" value="false" />
  16.     <feature name="Keyboard">
  17.         <param name="ios-package" onload="true" value="IonicKeyboard" />
  18.     </feature>
  19.     <preference name="webviewbounce" value="false" />
  20.     <preference name="UIWebViewBounce" value="false" />
  21.     <preference name="DisallowOverscroll" value="true" />
  22.     <meta content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'" http-equiv="Content-Security-Policy" />
  23.     <platform name="android">
  24.         <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
  25.         <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
  26.         <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
  27.         <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
  28.         <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
  29.         <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
  30.         <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  31.         <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  32.         <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  33.         <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  34.         <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  35.         <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  36.     </platform>
  37.     <platform name="ios">
  38.         <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  39.         <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  40.         <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  41.         <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  42.         <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  43.         <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  44.         <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  45.         <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  46.         <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  47.         <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  48.         <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  49.         <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  50.         <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  51.         <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  52.         <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  53.         <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  54.         <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  55.         <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  56.         <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  57.         <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  58.         <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  59.         <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  60.         <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  61.     </platform>
  62.     <icon src="resources/android/icon/drawable-xhdpi-icon.png" />
  63.     <engine name="android" spec="~6.2.3" />
  64.     <engine name="ios" spec="^4.4.0" />
  65.     <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
  66. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement