Guest User

Untitled

a guest
May 28th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.MyPrivateApp.MyPrivateApp" version="1.0.14"
  3. xmlns="http://www.w3.org/ns/widgets"
  4. xmlns:cdv="http://cordova.apache.org/ns/1.0">
  5. <name>MyPrivateApp</name>
  6. <description>
  7. MyPrivateApp
  8. </description>
  9. <author email="support@MyPrivateApp.com" href="http://cordova.io">
  10. MyPrivateApp LLC
  11. </author>
  12. <content src="index.html" />
  13. <icon src="icon.png" />
  14. <access origin="*" />
  15. <allow-intent href="http://*/*" />
  16. <allow-intent href="https://*/*" />
  17. <allow-intent href="tel:*" />
  18. <allow-intent href="sms:*" />
  19. <allow-intent href="mailto:*" />
  20. <allow-intent href="geo:*" />
  21. <feature name="http://api.phonegap.com/1.0/camera" />
  22. <feature name="http://api.phonegap.com/1.0/file" />
  23. <platform name="android">
  24. <resource-file src="google-services.json" target="google-services.json" />
  25. <preference name="android-minSdkVersion" value="14" />
  26. <allow-intent href="market:*" />
  27. </platform>
  28. <platform name="ios">
  29. <resource-file src="GoogleService-Info.plist" />
  30. <allow-intent href="itms:*" />
  31. <allow-intent href="itms-apps:*" />
  32. <preference name="BackupWebStorage" value="none" />
  33. <icon height="180" src="www/res/icon/ios/icon-60@3x.png" width="180" />
  34. <icon height="60" src="www/res/icon/ios/icon-60.png" width="60" />
  35. <icon height="120" src="www/res/icon/ios/icon-60@2x.png" width="120" />
  36. <icon height="76" src="www/res/icon/ios/icon-76.png" width="76" />
  37. <icon height="152" src="www/res/icon/ios/icon-76@2x.png" width="152" />
  38. <icon height="40" src="www/res/icon/ios/icon-40.png" width="40" />
  39. <icon height="57" src="www/res/icon/ios/icon.png" width="57" />
  40. <icon height="114" src="www/res/icon/ios/icon@2x.png" width="114" />
  41. <icon height="72" src="www/res/icon/ios/icon-72.png" width="72" />
  42. <icon height="144" src="www/res/icon/ios/icon-72@2x.png" width="144" />
  43. <icon height="58" platform="ios" src="www/res/icon/ios/icon-58.png" width="58" />
  44. <icon height="87" platform="ios" src="www/res/icon/ios/icon-87.png" width="87" />
  45. <icon height="1024" platform="ios" src="www/res/icon/ios/icon-1024.png" width="1024" />
  46. </platform>
  47. <preference name="DisallowOverscroll" value="true" />
  48. <plugin name="cordova-plugin-whitelist" spec="~1.2.0" />
  49. <plugin name="cordova-plugin-console" spec="~1.0.1" />
  50. <plugin name="cordova-plugin-statusbar" spec="~1.0.1" />
  51. <plugin name="cordova-plugin-camera" source="npm" spec="~2.4.1">
  52. <param name="CAMERA_USAGE_DESCRIPTION" value="The application utilized camera function when you take pictures of the goods and services you want to share" />
  53. <param name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="The application may require access to photo library for you to upload images " />
  54. </plugin>
  55. <preference name="phonegap-version" value="cli-7.1.0" />
  56. <preference name="orientation" value="portrait" />
  57. <plugin name="phonegap-plugin-push" spec="~2.0.0" />
  58. <engine name="browser" spec="~5.0.2" />
  59. <plugin name="cordova-plugin-inappbrowser" spec="~2.0.2" />
  60. </widget>
Add Comment
Please, Sign In to add comment