Grisu-NOE / mobile-app

This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.
MIT License
26 stars 11 forks source link

Missing iPad splash screen #118

Open ajgassner opened 8 years ago

ajgassner commented 8 years ago
/platforms/ios/Grisu/Images.xcassets: A 83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and later /platforms/ios/Grisu/Images.xcassets: AppIcon.appiconset/icon-83.5@2x.png is 96x96 but should be 167x167. /platforms/ios/Grisu/Images.xcassets/: warning: Ambiguous Content: AppIcon.appiconset/icon-83.5@2x.png is 96x96 but should be 167x167.
ChESch commented 8 years ago

Don't quite get the path, i can't find the folder platform in the root directory of the project.

ChESch commented 8 years ago

Maybe you can use the ionic integrated automatic icon and splash screen generator for the iOS icons

http://blog.ionic.io/automating-icons-and-splash-screens/

Have a look at the Headline "Platform Specifics", if you change the "iTunesArtwork@2x.png" to "icon.png" and run

"$ ionic resources --icon $ ionic resources --splash", this could solve the problem.