Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.plant-fit.plantfit-app" version="1.0.25" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
  3. <name>Plant-Fit</name>
  4. <description>The Official Plant-Fit App; HGV Servicing and Plant Hire for the UK</description>
  5. <author email="info@plant-fit.co.uk" href="http://plant-fit.co.uk">Plant-Fit LTD</author>
  6.  
  7. <content src="index.html" />
  8.  
  9. <preference name="DisallowOverscroll" value="true" />
  10. <preference name="phonegap-version" value="cli-6.3.0" />
  11. <preference name="android-minSdkVersion" value="14" />
  12. <preference name="StatusBarStyle" value="default" />
  13. <preference name="ShowSplashScreenSpinner" value="false" />
  14. <preference name="target-device" value="universal" />
  15. <preference name="orientation" value="default" />
  16.  
  17. <preference name="iosPersistentFileLocation" value="Documents" />
  18. <preference name="iosPersistentFileLocation" value="Compatibility" />
  19. <preference name="AndroidPersistentFileLocation" value="Internal" />
  20. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  21.  
  22. <plugin name="phonegap-plugin-barcodescanner" source="npm" />
  23. <variable name="CAMERA_USAGE_DESCRIPTION" value="Used for access to QR system." />
  24. </plugin>
  25. <plugin name="cordova-plugin-zip" source="npm" />
  26. <plugin name="cordova-plugin-battery-status" source="npm" spec="~1.2.0" />
  27. <plugin name="cordova-plugin-camera" spec="~2.3.0">
  28. <variable name="CAMERA_USAGE_DESCRIPTION" value="Used for access to QR system." />
  29. </plugin>
  30. <plugin name="cordova-plugin-console" source="npm" spec="~1.0.4" />
  31. <plugin name="cordova-plugin-device" source="npm" spec="~1.1.3" />
  32. <plugin name="cordova-plugin-device-motion" source="npm" spec="~1.2.2" />
  33. <plugin name="cordova-plugin-device-orientation" source="npm" spec="~1.0.4" />
  34. <plugin name="cordova-plugin-dialogs" source="npm" spec="~1.3.0" />
  35. <plugin name="cordova-plugin-file" source="npm" spec="~4.3.0" />
  36. <plugin name="cordova-plugin-file-transfer" source="npm" spec="~1.6.0" />
  37. <plugin name="cordova-plugin-globalization" source="npm" spec="~1.0.4" />
  38. <plugin name="cordova-plugin-inappbrowser" source="npm" spec="~1.5.0" />
  39. <plugin name="cordova-plugin-media" source="npm" spec="~2.4.0" />
  40. <plugin name="cordova-plugin-network-information" source="npm" spec="~1.3.0" />
  41. <plugin name="cordova-plugin-splashscreen" source="npm" spec="~4.0.0" />
  42. <plugin name="cordova-plugin-statusbar" source="npm" spec="~2.2.0" />
  43. <plugin name="cordova-plugin-vibration" source="npm" spec="~2.1.2" />
  44. <plugin name="cordova-plugin-whitelist" source="npm" spec="~1.3.0" />
  45.  
  46. <gap:config-file platform="ios" parent="ITSAppUsesNonExemptEncryption" mode="add">
  47. <false/>
  48. </gap:config-file>
  49.  
  50. <platform name="ios">
  51. <preference name="deployment-target" value="7.0" />
  52. <icon height="512" width="512" src="res/icon/iTunesArtwork.png" />
  53. <icon height="1024" width="1024" src="res/icon/ios/iTunesArtwork@2x.png" />
  54. <!-- iPhone 6+ -->
  55. <icon height="180" width="180" src="res/icon/ios/Icon-60@3x.png" />
  56. <!-- iPhone / iPod Touch -->
  57. <icon height="120" width="120" src="res/icon/ios/Icon-60@2x.png" />
  58. <icon height="60" width="60" src="res/icon/ios/Icon-60.png" />
  59.  
  60. <!-- iPad -->
  61. <icon height="76" width="76" src="res/icon/ios/Icon-76.png" />
  62. <icon height="152" width="152" src="res/icon/ios/Icon-76@2x.png" />
  63. <!-- Spotlight -->
  64. <icon height="40" width="40" src="res/icon/ios/Icon-Small-40.png" />
  65. <icon height="80" width="80" src="res/icon/ios/Icon-Small-40@2x.png" />
  66. <icon height="120" width="120" src="res/icon/ios/Icon-Small-40@3x.png" />
  67.  
  68. <!-- Settings -->
  69. <icon height="29" width="29" src="res/icon/ios/Icon-Small.png" />
  70. <icon height="58" width="58" src="res/icon/ios/Icon-Small@2x.png" />
  71. <icon height="87" width="87" src="res/icon/ios/Icon-Small@3x.png" />
  72.  
  73.  
  74. <!-- iPhone non-retina -->
  75. <splash src="res/screen/ios/screen-iphone-portrait.png" height="480" width="320" />
  76.  
  77. <!-- iPhone retina -->
  78. <splash src="res/screen/ios/screen-iphone-portrait-2x.png" height="960" width="640" />
  79.  
  80. <!-- iPad Non-Retina -->
  81. <splash src="res/screen/ios/screen-ipad-portrait.png" height="1024" width="768" />
  82. <splash src="res/screen/ios/screen-ipad-landscape.png" height="768" width="1024" />
  83.  
  84. <!-- iPad Retina -->
  85. <splash src="res/screen/ios/screen-ipad-portrait-2x.png" height="2048" width="1536" />
  86. <splash src="res/screen/ios/screen-ipad-landscape-2x.png" height="1536" width="2048" />
  87.  
  88. <!-- iPhone 5 -->
  89. <splash src="res/screen/ios/screen-iphone-portrait-568h-2x.png" height="1136" width="640" />
  90.  
  91. <!-- iPhone 6/6+ -->
  92. <splash src="res/screen/ios/iphone6.png" height="1334" width="750" />
  93. <splash src="res/screen/ios/iphone6p.png" height="2208" width="1242" />
  94. </platform>
  95.  
  96. <platform name="android">
  97. <preference name="Orientation" value="default" />
  98. <preference name="SplashScreenDelay" value="0" />
  99. <icon gap:qualifier="ldpi" src="res/icon/android/ldpi.png" />
  100. <icon gap:qualifier="mdpi" src="res/icon/android/mdpi.png" />
  101. <icon gap:qualifier="hdpi" src="res/icon/android/hdpi.png" />
  102. <icon gap:qualifier="xhdpi" src="res/icon/android/xhdpi.png" />
  103. <icon gap:qualifier="xxhdpi" src="res/icon/android/xxhdpi.png" />
  104. <icon gap:qualifier="xxxhdpi" src="res/icon/android/xxxhdpi.png" />
  105. </platform>
  106.  
  107. <icon src="icon.png" gap:platform="ios" width="57" height="57" />
  108. <icon src="icon.png" gap:platform="android" width="57" height="57" />
  109. <icon src="icon.png" gap:role="default" width="57" height="57" />
  110.  
  111. <icon src="icon-128.png" width="128" height="128" />
  112. <icon src="icon-256.png" width="256" height="256" gap:role="default" />
  113. <icon src="icon-57.png" gap:platform="ios" width="57" height="57" />
  114. <icon src="icon-120.png" gap:platform="ios" width="120" height="120" />
  115. <icon src="icon-152.png" gap:platform="ios" width="152" height="152" />
  116. <icon src="icon-114.png" gap:platform="ios" width="114" height="114" />
  117. <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />
  118.  
  119. <splash gap:platform="android" gap:qualifier="port-ldpi" src="res/screen/android/screen-ldpi-portrait.png" />
  120. <splash gap:platform="android" gap:qualifier="port-mdpi" src="res/screen/android/screen-mdpi-portrait.png" />
  121. <splash gap:platform="android" gap:qualifier="port-hdpi" src="res/screen/android/screen-hdpi-portrait.png" />
  122. <splash gap:platform="android" gap:qualifier="port-xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" />
  123.  
  124. <access origin="*" />
  125. <plugin name="cordova-plugin-whitelist" version="1" />
  126. <allow-intent href="http://*/*" />
  127. <allow-intent href="https://*/*" />
  128. <allow-intent href="tel:*" />
  129. <allow-intent href="sms:*" />
  130. <allow-intent href="mailto:*" />
  131. <allow-intent href="geo:*" />
  132. <platform name="android">
  133. <allow-intent href="market:*" />
  134. </platform>
  135. <platform name="ios">
  136. <allow-intent href="itms:*" />
  137. <allow-intent href="itms-apps:*" />
  138. </platform>
  139. <engine name="ios" spec="~4.0.1" />
  140. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement