Guest User

Untitled

a guest
Dec 17th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. <platform name="ios">
  2. <allow-intent href="itms:*" />
  3. <allow-intent href="itms-apps:*" />
  4. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  5. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  6. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  7. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  8. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
  9. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  10. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  11. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  12. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  13. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  14. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  15. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  16. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  17. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  18. <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
  19. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  20. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  21. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  22. <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
  23. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  24. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  25. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  26. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
  27. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  28. <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
  29. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  30. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  31. <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
  32. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  33. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  34. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  35. <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
  36. <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
  37. <string>This app requires access to your photos so you may upload them as meals or feed posts.</string>
  38. </config-file>
  39. <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
  40. <string>This app requires access to your camera so you may upload photos as meals or feed posts.</string>
  41. </config-file>
  42. <config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist">
  43. <string>This app requires access to your photos so you may upload them as meals or feed posts.</string>
  44. </config-file>
  45. <config-file parent="NSLocationAlwaysAndWhenInUseUsageDescription" target="*-Info.plist">
  46. <string>This app requires access to your location so that you can post where you are on the feed.</string>
  47. </config-file>
  48. <config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
  49. <string>This app requires access to your location so that you can post where you are on the feed.</string>
  50. </config-file>
  51. </platform>
Add Comment
Please, Sign In to add comment