Guest User

Untitled

a guest
Dec 5th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <platform name="ios">
  2. <preference name="deployment-target" value="7.0" />
  3. <icon height="512" src="res/icon/iTunesArtwork.png" width="512" />
  4. <icon height="1024" src="res/icon/ios/iTunesArtwork@2x.png" width="1024" />
  5. <icon height="180" src="res/icon/ios/Icon-60@3x.png" width="180" />
  6. <icon height="120" src="res/icon/ios/Icon-60@2x.png" width="120" />
  7. <icon height="60" src="res/icon/ios/Icon-60.png" width="60" />
  8. <icon height="76" src="res/icon/ios/Icon-76.png" width="76" />
  9. <icon height="152" src="res/icon/ios/Icon-76@2x.png" width="152" />
  10. <icon height="40" src="res/icon/ios/Icon-Small-40.png" width="40" />
  11. <icon height="80" src="res/icon/ios/Icon-Small-40@2x.png" width="80" />
  12. <icon height="120" src="res/icon/ios/Icon-Small-40@3x.png" width="120" />
  13. <icon height="29" src="res/icon/ios/Icon-Small.png" width="29" />
  14. <icon height="58" src="res/icon/ios/Icon-Small@2x.png" width="58" />
  15. <icon height="87" src="res/icon/ios/Icon-Small@3x.png" width="87" />
  16.  
  17. <splash src="res/screen/ios/Default@2x~iphone~anyany.png" />
  18. <splash src="res/screen/ios/Default@2x~iphone~comany.png" />
  19. <splash src="res/screen/ios/Default@2x~iphone~comcom.png" />
  20. <splash src="res/screen/ios/Default@3x~iphone~anyany.png" />
  21. <splash src="res/screen/ios/Default@3x~iphone~anycom.png" />
  22. <splash src="res/screen/ios/Default@3x~iphone~comany.png" />
  23. <splash src="res/screen/ios/Default@2x~ipad~anyany.png" />
  24. <splash src="res/screen/ios/Default@2x~ipad~comany.png" />
  25. </platform>
  26.  
  27. <plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
  28. <preference name="ShowSplashScreenSpinner" value="false" />
Add Comment
Please, Sign In to add comment