Advertisement
Guest User

Untitled

a guest
Nov 6th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.meumobi.irmobi.estacio"
  3. version="2.4.0"
  4. android-versionCode="24000"
  5. xmlns="http://www.w3.org/ns/widgets"
  6. xmlns:gap="http://phonegap.com/ns/1.0"
  7. xmlns:android="http://schemas.android.com/apk/res/android">
  8. <name>Estácio IR</name>
  9. <description>Estácio Relações com Investidores</description>
  10. <author email="contact@meumobi.com" href="http://meumobi.com">meumobi Team</author>
  11.  
  12. <!--
  13. https://cordova.apache.org/docs/en/latest/config_ref/#preference
  14. -->
  15. <preference name="android-build-tool" value="gradle" />
  16. <preference name="android-installLocation" value="auto" />
  17. <preference name="android-targetSdkVersion" value="26" />
  18. <preference name="android-minSdkVersion" value="19" />
  19. <preference name="orientation" value="default" />
  20. <preference name="BackupWebStorage" value="none" />
  21. <preference name="detect-data-types" value="true" />
  22. <preference name="disable-cursor" value="false" />
  23. <preference name="DisallowOverscroll" value="true" />
  24. <preference name="exit-on-suspend" value="false" />
  25. <preference name="orientation" value="default" />
  26. <preference name="permissions" value="none" />
  27. <preference name="prerendered-icon" value="true" />
  28. <preference name="stay-in-webview" value="false" />
  29. <preference name="target-device" value="universal" />
  30. <preference name="phonegap-version" value="cli-8.0.0" />
  31. <preference name="pgb-builder-version" value="2" />
  32.  
  33. <!--
  34. cordova-plugin-splashscreen
  35. -->
  36. <preference name="AutoHideSplashScreen" value="false"/>
  37. <preference name="FadeSplashScreen" value="false"/>
  38. <preference name="ShowSplashScreenSpinner" value="false"/>
  39.  
  40. <!--
  41. cordova-plugin-statusbar
  42. -->
  43. <preference name="StatusBarBackgroundColor" value="#000000"/>
  44. <preference name="StatusBarOverlaysWebView" value="false"/>
  45. <preference name="StatusBarStyle" value="lightcontent" />
  46.  
  47. <!--
  48. Cordova Core plugins
  49. -->
  50.  
  51. <plugin name="cordova-plugin-splashscreen" spec="~5.0.1"/>
  52. <plugin name="cordova-plugin-statusbar" spec="~2.4.2"/>
  53.  
  54. <icon src="res/icon/ios/iTunesArtwork@2x.png" />
  55. <splash src="res/screen/ios/Default-568h@2x~iphone.png" />
  56. <platform name="ios">
  57. <!--
  58. https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
  59. https://cordova.apache.org/docs/en/latest/config_ref/images.html
  60. -->
  61. <!-- iOS 8.0+ -->
  62. <!-- iPhone 6 Plus -->
  63. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-60x60@3x.png" width="180" height="180" />
  64. <!-- iOS 7.0+ -->
  65. <!-- iPhone / iPod Touch -->
  66. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-60x60@1x.png" width="60" height="60" />
  67. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-60x60@2x.png" width="120" height="120" />
  68. <!-- iPad -->
  69. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-76x76@1x.png" width="76" height="76" />
  70. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-76x76@2x.png" width="152" height="152" />
  71. <!-- Spotlight Icon -->
  72. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-40x40@1x.png" width="40" height="40" />
  73. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-40x40@2x.png" width="80" height="80" />
  74. <!-- iOS 6.1 -->
  75. <!-- iPhone / iPod Touch -->
  76. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-57x57@1x.png" width="57" height="57" />
  77. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-57x57@2x.png" width="114" height="114" />
  78. <!-- iPad -->
  79. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-72x72@1x.png" width="72" height="72" />
  80. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-57x57@2x.png" width="144" height="144" />
  81. <!-- iPhone Spotlight and Settings Icon -->
  82. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-29x29@1x.png" width="29" height="29" />
  83. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-29x29@2x.png" width="58" height="58" />
  84. <!-- iPad Spotlight and Settings Icon -->
  85. <icon src="res/icon/ios/AppIcon.appiconset/Icon-Small-50x50@1x.png" width="50" height="50" />
  86. <icon src="res/icon/ios/AppIcon.appiconset/Icon-Small-50x50@2x.png" width="100" height="100" />
  87. <!-- iPad Pro -->
  88. <icon src="res/icon/ios/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png" width="167" height="167" />
  89.  
  90. <icon src="res/icon/ios/iTunesArtwork@2x.png" width="1024" height="1024" />
  91.  
  92. <splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640" />
  93. <splash height="1334" src="res/screen/ios/Default-667h.png" width="750" />
  94. <splash height="2208" src="res/screen/ios/Default-736h.png" width="1242" />
  95. <splash height="1242" src="res/screen/ios/Default-Landscape-736h.png" width="2208" />
  96. <splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
  97. <splash height="2048" src="res/screen/ios/Default-Landscape@~ipadpro.png" width="2732" />
  98. <splash height="768" src="res/screen/ios/Default-Landscape~ipad.png" width="1024" />
  99. <splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
  100. <splash height="2732" src="res/screen/ios/Default-Portrait@~ipadpro.png" width="2048" />
  101. <splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768" />
  102. <splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640" />
  103. <splash height="480" src="res/screen/ios/Default~iphone.png" width="320" />
  104. <splash height="2732" src="res/screen/ios/Default@2x~universal~anyany.png" width="2732" />
  105.  
  106. </platform>
  107.  
  108. <!--
  109. Navigation Whitelist
  110. Controls which URLs the WebView itself can be navigated to
  111. -->
  112. <allow-navigation href="*"/>
  113. <allow-navigation href="cdvfile://*"/>
  114. <!--
  115. Network Request Whitelist
  116. Controls which network requests (images, XHRs, etc) are allowed to be made
  117. -->
  118. <access origin="*"/>
  119. <!-- For chrisben/imgcache.js
  120. https://github.com/chrisben/imgcache.js/blob/master/CORDOVA.md
  121. -->
  122. <access origin="cdvfile://*"/>
  123. <!--
  124. Intent Whitelist
  125. Controls which URLs the app is allowed to ask the system to open
  126. -->
  127. <allow-intent href="file://*"/>
  128. <allow-intent href="sms:*"/>
  129. <allow-intent href="tel:*"/>
  130. <allow-intent href="geo:*"/>
  131. <allow-intent href="http://*/*"/>
  132. <allow-intent href="https://*/*"/>
  133. <allow-intent href="mailto:*"/>
  134. <allow-intent href="geo:*"/>
  135. <allow-intent href="cdvfile://*"/>
  136. <platform name="android">
  137. <allow-intent href="market:*" />
  138. </platform>
  139. <platform name="ios">
  140. <!--
  141. localize app name
  142. https://github.com/meumobi/IRmobi/issues/184
  143. -->
  144. <!-- plugin name="cordova-plugin-private-santander-app-title-localization" spec="https://github.com/meumobi/cordova-plugin-private-santander-app-title-localization.git" /-->
  145. <allow-intent href="itms:*" />
  146. <allow-intent href="itms-apps:*" />
  147. <allow-intent href="ibooks:*"/>
  148. </platform>
  149.  
  150. <content src="index.html"/>
  151. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement