Advertisement
Guest User

Config.xml

a guest
Feb 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.18 KB | None | 0 0
  1. <xml version='1.0' encoding='utf-8'>
  2. <widget id="com.phonegap.ecgc1" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
  3. <name>ECGC</name>
  4. <description>
  5. Official mobile app for the East Coast Gaming Conference.
  6. </description>
  7. <author email="dylan@bldg-25.com" href="http://bldg25.com">
  8. BLDG 25 Team
  9. </author>
  10. <content src="socials.html" />
  11. <content src="index.html" />
  12. <preference name="DisallowOverscroll" value="true" />
  13. <preference name="android-minSdkVersion" value="14" />
  14. <plugin name="cordova-plugin-battery-status" source="npm" spec="~1.1.1" />
  15. <plugin name="cordova-plugin-camera" source="npm" spec="~2.1.1" />
  16. <plugin name="cordova-plugin-media-capture" source="npm" spec="~1.2.0" />
  17. <plugin name="cordova-plugin-console" source="npm" spec="~1.0.2" />
  18. <plugin name="cordova-plugin-contacts" source="npm" spec="~2.0.1" />
  19. <plugin name="cordova-plugin-device" source="npm" spec="~1.1.1" />
  20. <plugin name="cordova-plugin-device-motion" source="npm" spec="~1.2.0" />
  21. <plugin name="cordova-plugin-device-orientation" source="npm" spec="~1.0.2" />
  22. <plugin name="cordova-plugin-dialogs" source="npm" spec="~1.2.0" />
  23. <plugin name="cordova-plugin-file" source="npm" spec="~4.1.1" />
  24. <plugin name="cordova-plugin-file-transfer" source="npm" spec="~1.5.0" />
  25. <plugin name="cordova-plugin-geolocation" source="npm" spec="~2.1.0" />
  26. <plugin name="cordova-plugin-globalization" source="npm" spec="~1.0.3" />
  27. <plugin name="cordova-plugin-inappbrowser" source="npm" spec="~1.3.0" />
  28. <plugin name="cordova-plugin-media" source="npm" spec="~2.2.0" />
  29. <plugin name="cordova-plugin-network-information" source="npm" spec="~1.2.0" />
  30. <plugin name="cordova-plugin-splashscreen" source="npm" spec="~3.2.1" />
  31. <plugin name="cordova-plugin-statusbar" source="npm" spec="~2.1.2" />
  32. <plugin name="cordova-plugin-vibration" source="npm" spec="~2.1.0" />
  33. <plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1" />
  34. <platform name="android">
  35. <icon density="ldpi" src="www/res/icon/android/drawable-ldpi-icon.png" />
  36. <icon density="mdpi" src="www/res/icon/android/drawable-mdpi-icon.png" />
  37. <icon density="hdpi" src="www/res/icon/android/drawable-hdpi-icon.png" />
  38. <icon density="xhdpi" src="www/res/icon/android/drawable-xhdpi-icon.png" />
  39. <icon density="xxhdpi" src="www/res/icon/android/drawable-xxhdpi-icon.png" />
  40. <icon density="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi-icon.png" />
  41. <splash density="land-ldpi" src="www/res/screen/android/drawable-land-ldpi-screen.png" />
  42. <splash density="land-mdpi" src="www/res/screen/android/drawable-land-mdpi-screen.png" />
  43. <splash density="land-hdpi" src="www/res/screen/android/drawable-land-hdpi-screen.png" />
  44. <splash density="land-xhdpi" src="www/res/screen/android/drawable-land-xhdpi-screen.png" />
  45. <splash density="land-xxhdpi" src="www/res/screen/android/drawable-land-xxhdpi-screen.png" />
  46. <splash density="land-xxxhdpi" src="www/res/screen/android/drawable-land-xxxhdpi-screen.png" />
  47. <splash density="port-ldpi" src="www/res/screen/android/drawable-port-ldpi-screen.png" />
  48. <splash density="port-mdpi" src="www/res/screen/android/drawable-port-mdpi-screen.png" />
  49. <splash density="port-hdpi" src="www/res/screen/android/drawable-port-hdpi-screen.png" />
  50. <splash density="port-xhdpi" src="www/res/screen/android/drawable-port-xhdpi-screen.png" />
  51. <splash density="port-xxhdpi" src="www/res/screen/android/drawable-port-xxhdpi-screen.png" />
  52. <splash density="port-xxxhdpi" src="www/res/screen/android/drawable-port-xxxhdpi-screen.png" />
  53. </platform>
  54. <platform name="ios">
  55. <icon height="57" platform="ios" src="www/res/icon/ios/icon.png" width="57" />
  56. <icon height="114" platform="ios" src="www/res/icon/ios/icon@2x.png" width="114" />
  57. <icon height="40" platform="ios" src="www/res/icon/ios/icon-40.png" width="40" />
  58. <icon height="80" platform="ios" src="www/res/icon/ios/icon-40@2x.png" width="80" />
  59. <icon height="50" platform="ios" src="www/res/icon/ios/icon-50.png" width="50" />
  60. <icon height="100" platform="ios" src="www/res/icon/ios/icon-50@2x.png" width="100" />
  61. <icon height="60" platform="ios" src="www/res/icon/ios/icon-60.png" width="60" />
  62. <icon height="120" platform="ios" src="www/res/icon/ios/icon-60@2x.png" width="120" />
  63. <icon height="180" platform="ios" src="www/res/icon/ios/icon-60@3x.png" width="180" />
  64. <icon height="72" platform="ios" src="www/res/icon/ios/icon-72.png" width="72" />
  65. <icon height="144" platform="ios" src="www/res/icon/ios/icon-72@2x.png" width="144" />
  66. <icon height="76" platform="ios" src="www/res/icon/ios/icon-76.png" width="76" />
  67. <icon height="152" platform="ios" src="www/res/icon/ios/icon-76@2x.png" width="152" />
  68. <icon height="29" platform="ios" src="www/res/icon/ios/icon-small.png" width="29" />
  69. <icon height="58" platform="ios" src="www/res/icon/ios/icon-small@2x.png" width="58" />
  70. <icon height="87" platform="ios" src="www/res/icon/ios/icon-small@3x.png" width="87" />
  71. <splash height="1136" platform="ios" src="www/res/screen/ios/Default-568h@2x~iphone.png" width="640" />
  72. <splash height="1334" platform="ios" src="www/res/screen/ios/Default-667h.png" width="750" />
  73. <splash height="2208" platform="ios" src="www/res/screen/ios/Default-736h.png" width="1242" />
  74. <splash height="1242" platform="ios" src="www/res/screen/ios/Default-Landscape-736h.png" width="2208" />
  75. <splash height="1536" platform="ios" src="www/res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
  76. <splash height="768" platform="ios" src="www/res/screen/ios/Default-Landscape~ipad.png" width="1024" />
  77. <splash height="2048" platform="ios" src="www/res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
  78. <splash height="1024" platform="ios" src="www/res/screen/ios/Default-Portrait~ipad.png" width="768" />
  79. <splash height="960" platform="ios" src="www/res/screen/ios/Default@2x~iphone.png" width="640" />
  80. <splash height="480" platform="ios" src="www/res/screen/ios/Default~iphone.png" width="320" />
  81. </platform>
  82. <platform name="wp8">
  83. <icon height="99" platform="wp8" src="www/res/icon/wp8/ApplicationIcon.png" width="99" />
  84. <icon height="159" platform="wp8" src="www/res/icon/wp8/Background.png" width="159" />
  85. <splash height="1280" platform="wp8" src="www/res/screen/wp8/screen-portrait.jpg" width="768" />
  86. </platform>
  87. <platform name="windows">
  88. <icon height="150" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-100.png" width="150" />
  89. <icon height="30" platform="windows" src="www/res/icon/windows/Square30x30Logo.scale-100.png" width="30" />
  90. <icon height="50" platform="windows" src="www/res/icon/windows/StoreLogo.scale-100.png" width="50" />
  91. <splash height="300" platform="windows" src="www/res/screen/windows/SplashScreen.scale-100.png" width="620" />
  92. <icon height="120" platform="windows" src="www/res/icon/windows/StoreLogo.scale-240.png" width="120" />
  93. <icon height="44" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-100.png" width="44" />
  94. <icon height="106" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-240.png" width="106" />
  95. <icon height="70" platform="windows" src="www/res/icon/windows/Square70x70Logo.scale-100.png" width="70" />
  96. <icon height="71" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-100.png" width="71" />
  97. <icon height="170" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-240.png" width="170" />
  98. <icon height="360" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-240.png" width="360" />
  99. <icon height="310" platform="windows" src="www/res/icon/windows/Square310x310Logo.scale-100.png" width="310" />
  100. <icon height="150" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-100.png" width="310" />
  101. <icon height="360" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-240.png" width="744" />
  102. <splash height="1920" platform="windows" src="www/res/screen/windows/SplashScreenPhone.scale-240.png" width="1152" />
  103. </platform>
  104. <access origin="*" launch-external="yes" />
  105. <allow-intent href="http://*/*" />
  106. <allow-intent href="https://*/*" />
  107. <allow-intent href="tel:*" />
  108. <allow-intent href="sms:*" />
  109. <allow-intent href="mailto:*" />
  110. <allow-intent href="geo:*" />
  111. <platform name="android">
  112. <allow-intent href="market:*" />
  113. <allow-navigation href="*" />
  114. <allow-intent href="*" />
  115. <access origin="*" launch-external="yes" />
  116.  
  117. </platform>
  118. <platform name="ios">
  119. <allow-intent href="itms:*" />
  120. <allow-navigation href="*" />
  121. <allow-intent href="itms-apps:*" />
  122. <access origin="*" />
  123. </platform>
  124. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement