Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <widget id="com.ionicframework.myapp" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>MyApp</name>
  4. <description>
  5. An Ionic Framework and Cordova project.
  6. </description>
  7. <author email="hi@ionicframework" href="http://ionicframework.com/">
  8. Ionic Framework Team
  9. </author>
  10. <content src="index.html"/>
  11. <access origin="*"/>
  12. <allow-intent href="*" />
  13. <allow-navigation href="*" />
  14. <preference name="webviewbounce" value="false"/>
  15. <preference name="UIWebViewBounce" value="false"/>
  16. <preference name="DisallowOverscroll" value="true"/>
  17. <preference name="android-minSdkVersion" value="16"/>
  18. <preference name="BackupWebStorage" value="none"/>
  19. <preference name="SplashScreen" value="screen"/>
  20. <preference name="SplashScreenDelay" value="3000"/>
  21. <feature name="StatusBar">
  22. <param name="ios-package" value="CDVStatusBar" onload="true"/>
  23. </feature>
  24. <platform name="ios">
  25. <icon src="resources/ios/icon/icon.png" width="57" height="57"/>
  26. <icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
  27. <icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
  28. <icon src="resources/ios/icon/icon-40@2x.png" width="80" height="80"/>
  29. <icon src="resources/ios/icon/icon-50.png" width="50" height="50"/>
  30. <icon src="resources/ios/icon/icon-50@2x.png" width="100" height="100"/>
  31. <icon src="resources/ios/icon/icon-60.png" width="60" height="60"/>
  32. <icon src="resources/ios/icon/icon-60@2x.png" width="120" height="120"/>
  33. <icon src="resources/ios/icon/icon-60@3x.png" width="180" height="180"/>
  34. <icon src="resources/ios/icon/icon-72.png" width="72" height="72"/>
  35. <icon src="resources/ios/icon/icon-72@2x.png" width="144" height="144"/>
  36. <icon src="resources/ios/icon/icon-76.png" width="76" height="76"/>
  37. <icon src="resources/ios/icon/icon-76@2x.png" width="152" height="152"/>
  38. <icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
  39. <icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
  40. <icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
  41. <splash src="resources/ios/splash/Default-568h@2x~iphone.png" height="1136" width="640"/>
  42. <splash src="resources/ios/splash/Default-667h.png" height="1334" width="750"/>
  43. <splash src="resources/ios/splash/Default-736h.png" height="2208" width="1242"/>
  44. <splash src="resources/ios/splash/Default-Landscape-736h.png" height="1242" width="2208"/>
  45. <splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" height="1536" width="2048"/>
  46. <splash src="resources/ios/splash/Default-Landscape~ipad.png" height="768" width="1024"/>
  47. <splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" height="2048" width="1536"/>
  48. <splash src="resources/ios/splash/Default-Portrait~ipad.png" height="1024" width="768"/>
  49. <splash src="resources/ios/splash/Default@2x~iphone.png" height="960" width="640"/>
  50. <splash src="resources/ios/splash/Default~iphone.png" height="480" width="320"/>
  51. </platform>
  52. <feature name="StatusBar">
  53. <param name="ios-package" value="CDVStatusBar" onload="true"/>
  54. </feature>
  55. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement