Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="br.com.yboh.newenttruckinfo" version="1.3.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>TruckInfo</name>
  4. <description>
  5. TruckInfo MB
  6. </description>
  7. <author email="adm@yboh.com" href="http://yboh.com.br/">
  8. YBOH - Your Business on hands
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <preference name="webviewbounce" value="false" />
  13. <preference name="UIWebViewBounce" value="false" />
  14. <preference name="DisallowOverscroll" value="true" />
  15. <preference name="SplashScreenDelay" value="4000" />
  16. <preference name="FadeSplashScreenDuration" value="1000" />
  17. <preference name="android-minSdkVersion" value="16" />
  18. <preference name="BackupWebStorage" value="none" />
  19. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  20. <preference name="SplashScreen" value="screen" />
  21. <preference name="AndroidPersistentFileLocation" value="Internal" />
  22. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  23. <preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />
  24. <preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
  25. <preference name="KeyboardDisplayRequiresUserAction" value="false" />
  26. <feature name="Keyboard">
  27. <param name="ios-package" onload="true" value="IonicKeyboard" />
  28. </feature>
  29. <feature name="StatusBar">
  30. <param name="ios-package" onload="true" value="CDVStatusBar" />
  31. </feature>
  32. <platform name="android">
  33. <preference name="Orientation" value="Default" />
  34. <icon density="ldpi" src="resources\android\icon\drawable-ldpi-icon.png" />
  35. <icon density="mdpi" src="resources\android\icon\drawable-mdpi-icon.png" />
  36. <icon density="hdpi" src="resources\android\icon\drawable-hdpi-icon.png" />
  37. <icon density="xhdpi" src="resources\android\icon\drawable-xhdpi-icon.png" />
  38. <icon density="xxhdpi" src="resources\android\icon\drawable-xxhdpi-icon.png" />
  39. <icon density="xxxhdpi" src="resources\android\icon\drawable-xxxhdpi-icon.png" />
  40. <splash density="land-ldpi" src="resources\android\splash\drawable-land-ldpi-screen.png" />
  41. <splash density="land-mdpi" src="resources\android\splash\drawable-land-mdpi-screen.png" />
  42. <splash density="land-hdpi" src="resources\android\splash\drawable-land-hdpi-screen.png" />
  43. <splash density="land-xhdpi" src="resources\android\splash\drawable-land-xhdpi-screen.png" />
  44. <splash density="land-xxhdpi" src="resources\android\splash\drawable-land-xxhdpi-screen.png" />
  45. <splash density="land-xxxhdpi" src="resources\android\splash\drawable-land-xxxhdpi-screen.png" />
  46. <splash density="port-ldpi" src="resources\android\splash\drawable-port-ldpi-screen.png" />
  47. <splash density="port-mdpi" src="resources\android\splash\drawable-port-mdpi-screen.png" />
  48. <splash density="port-hdpi" src="resources\android\splash\drawable-port-hdpi-screen.png" />
  49. <splash density="port-xhdpi" src="resources\android\splash\drawable-port-xhdpi-screen.png" />
  50. <splash density="port-xxhdpi" src="resources\android\splash\drawable-port-xxhdpi-screen.png" />
  51. <splash density="port-xxxhdpi" src="resources\android\splash\drawable-port-xxxhdpi-screen.png" />
  52. </platform>
  53. <platform name="ios">
  54. <preference name="Orientation" value="all" />
  55. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  56. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  57. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  58. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  59. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  60. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  61. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  62. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  63. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  64. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  65. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  66. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  67. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  68. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  69. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  70. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  71. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
  72. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  73. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  74. </platform>
  75. <allow-navigation href="*://*.truckinfomb.com.br/*" />
  76. <allow-navigation href="*://*.yboh.com.br/*" />
  77. <icon src="resources\android\icon\drawable-xhdpi-icon.png" />
  78. <engine name="android" spec="^6.2.3" />
  79. <plugin name="cordova-sqlite-storage" spec="~1.5.2" />
  80. <plugin name="cordova-plugin-x-socialsharing" spec="git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" />
  81. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement