Documentation in progress now and will be release with RMS 7.0 soon.
But you can just install latest version (where added iPhone XS,XS Max and XR models support) - try 6.2.0.dev5 (from
rhomobile.tau-technologies.com/index.html)and just generate new application by next command:
rhogen app Test
generator make folder Test where you can find complete empty ready for run application.
Now we recommend use new way for iOS and Android resources like icons and splash screens.
So icons and loading images now located in special folder "resources" and stored separately for iOS and Android
You can found complete set of icons and splash screens in /resources/ios/ folder.
I recommend copy resources folder into your app and replace all icons and splash images by your design, but you must keep images size in pixels !
Current list of splash images for all iphones is :
Default.png - for old iPhone 3G
Default@2x.png - for iPhone 4/4S
Default-568h@2x.png - iPhone 5/5S,5C
Default-667h@2x.png - - iPhone 6,7,8
Default-736h@3x.png - iPhone 6 plus, 7 plus, 8 plus
Default-812h@3x.png - iPhone X, XS
Default-896h@2x.png - iPhone XR
Default-896h@3x.png - iPhone XS Max
Default-Landscape-736h@3x.png - iPhone 6 plus, 7 plus, 8 plus landscape
Default-Landscape-812h@3x.png - iPhone X, XS landscape
Default-Landscape-896h@2x.png - iPhone XR landscape
Default-Landscape-896h@3x.png - iPhone XS Max landscape
Default-Landscape.png - old iPad landscape no Retina
Default-Landscape@2x.png - iPad landscape Retina
Default-Portrait.png - old iPad no Retina
Default-Portrait@2x.png - iPad Retina
After generate XCode project you will be able found all images in Media.asset package (see project structure three in left panel)