I tried looking for information on how to install them (in red) using CMake, but so far no luck:

The problem with the 1st red field:
First of all, although the device looks like it is set to "Universal" correctly, the value is not interpreted correctly by Xcode. When I install it in the "Universal" manually using the drop-down list, it gives a tab for iPhone and iPad. In addition, I know that this is not correctly interpreted, because the application does not work correctly (in my case, neither the launching image, nor the application itself starts in full screen mode).
I don't think setting orientation programmatically is an option for me, since I also need the launch image in the correct orientation. So I canโt do something like this: How to programmatically set device orientation in iOS7?
The second problem with the red field:
I use the asset file for all of my icons, so for now I need to create using CMake, and then click "Use Asset Directory" every time. I found this, but not very useful: http://cmake.3232098.n2.nabble.com/Icon-and-Launch-image-support-for-iOS-apps-td7590970.html
source share