Advertisement
ahmadtri26

config

Feb 8th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget android-versionCode="52" id="com.goexpress.application" version="3.2.08" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>GO-X</name>
  4. <description>Go-Xpress Cambodia</description>
  5. <author email="info@goexpress-kh.com" href="http://stiasoftware.com/">STIA Developer Team</author>
  6. <content src="index.html" />
  7. <access origin="*" />
  8. <allow-navigation href="http://*/*" />
  9. <allow-navigation href="https://*/*" />
  10. <allow-intent href="http://*/*" />
  11. <allow-intent href="https://*/*" />
  12. <allow-intent href="tel:*" />
  13. <allow-intent href="sms:*" />
  14. <allow-intent href="mailto:*" />
  15. <allow-intent href="geo:*" />
  16. <platform name="android">
  17. <allow-intent href="market:*" />
  18. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  19. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  20. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  21. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  22. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  23. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  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. </platform>
  31. <platform name="ios">
  32. <allow-intent href="itms:*" />
  33. <allow-intent href="itms-apps:*" />
  34. </platform>
  35. <preference name="webviewbounce" value="false" />
  36. <preference name="UIWebViewBounce" value="false" />
  37. <preference name="DisallowOverscroll" value="true" />
  38. <preference name="android-minSdkVersion" value="16" />
  39. <preference name="BackupWebStorage" value="none" />
  40. <preference name="FadeSplashScreen" value="false" />
  41. <preference name="FadeSplashScreenDuration" value="0" />
  42. <preference name="AutoHideSplashScreen" value="false" />
  43. <preference name="SplashScreenBackgroundColor" value="0xFFFFFFFF" />
  44. <preference name="SplashScreen" value="screen" />
  45. <preference name="SplashScreenDelay" value="1000" />
  46. <preference name="ShowSplashScreenSpinner" value="true" />
  47. <preference name="Orientation" value="portrait" />
  48. <preference name="loadUrlTimeoutValue" value="60000" />
  49. <preference name="KeyboardDisplayRequiresUserAction" value="false" />
  50. <feature name="StatusBar">
  51. <param name="ios-package" onload="true" value="CDVStatusBar" />
  52. </feature>
  53. <engine name="android" spec="6.3.0" />
  54. <engine name="browser" spec="~4.1.0" />
  55. <engine name="ios" spec="4.5.1" />
  56. <plugin name="com.synconset.imagepicker" spec="~2.1.8">
  57. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " />
  58. </plugin>
  59. <plugin name="com.telerik.plugins.nativepagetransitions" spec="0.6.5" />
  60. <plugin name="cordova-android-support-gradle-release" spec="1.1.1">
  61. <variable name="ANDROID_SUPPORT_VERSION" value="25.+" />
  62. </plugin>
  63. <plugin name="cordova-base64-to-gallery" spec="^4.1.3" />
  64. <plugin name="cordova-plugin-add-swift-support" spec="1.7.1" />
  65. <plugin name="cordova-plugin-android-permissions" spec="^0.10.0" />
  66. <plugin name="cordova-plugin-app-version" spec="0.1.9" />
  67. <plugin name="cordova-plugin-background-mode" spec="0.7.2" />
  68. <plugin name="cordova-plugin-badge" spec="0.7.4" />
  69. <plugin name="cordova-plugin-camera" spec="^4.0.1">
  70. <variable name="CAMERA_USAGE_DESCRIPTION" value="To take photo" />
  71. <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="To choose photos" />
  72. </plugin>
  73. <plugin name="cordova-plugin-compat" spec="1.2.0" />
  74. <plugin name="cordova-plugin-console" spec="1.0.4" />
  75. <plugin name="cordova-plugin-crop" spec="^0.4.0" />
  76. <plugin name="cordova-plugin-device" spec="1.1.3" />
  77. <plugin name="cordova-plugin-facebook4" spec="1.8.0">
  78. <variable name="APP_ID" value="1742897859267179" />
  79. <variable name="APP_NAME" value="com.goexpress.application" />
  80. </plugin>
  81. <plugin name="cordova-plugin-fcm" spec="1.1.5" />
  82. <plugin name="cordova-plugin-file" spec="4.3.3" />
  83. <plugin name="cordova-plugin-file-transfer" spec="1.6.1" />
  84. <plugin name="cordova-plugin-filepath" spec="1.1.0" />
  85. <plugin name="cordova-plugin-geolocation" spec="2.4.0" />
  86. <plugin name="cordova-plugin-image-picker" spec="^1.1.3">
  87. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="To choose images" />
  88. </plugin>
  89. <plugin name="cordova-plugin-inappbrowser" spec="1.5.0" />
  90. <plugin name="cordova-plugin-ionic-webview" spec="1.1.14" />
  91. <plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
  92. <variable name="CAMERA_USAGE_DESCRIPTION" value="This app needs camera access" />
  93. <variable name="MICROPHONE_USAGE_DESCRIPTION" value="This app needs microphone access" />
  94. <variable name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" value="This app needs write-access to photo library" />
  95. <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="This app needs read/write-access photo library access" />
  96. </plugin>
  97. <plugin name="cordova-plugin-market" spec="1.2.0" />
  98. <plugin name="cordova-plugin-media" spec="2.4.1" />
  99. <plugin name="cordova-plugin-nativeaudio" spec="3.0.7" />
  100. <plugin name="cordova-plugin-network-information" spec="1.3.2" />
  101. <plugin name="cordova-plugin-photo-library" spec="2.1.0">
  102. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="To choose photos" />
  103. </plugin>
  104. <plugin name="cordova-plugin-splashscreen" spec="4.0.0" />
  105. <plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
  106. <plugin name="cordova-plugin-whitelist" spec="1.3.0" />
  107. <plugin name="cordova-sms-plugin" spec="0.1.11" />
  108. <plugin name="cordova-sqlite-storage" spec="1.4.8" />
  109. <plugin name="de.appplant.cordova.plugin.local-notification" spec="0.8.5" />
  110. <plugin name="ionic-plugin-keyboard" spec="2.2.1" />
  111. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement