We want to change the Default.png, the Icon.png and the Info.plist on Xcode but we are unable to find a procedure that makes this change work predictably.
Manually after Build/XBuild does not work. Sometimes it does change something, but not all.
If we just Build from Unity first, or if we restart the Xcode application, the manual XBuild throws thousands of errors at the XBuild.
We tried the Postprocessing API but it does not work either.
With Indie you can’t change the default.png (maybe you have pro?)
How to change the icon.png is in the docs although it seems as if that only changes it for the current build (subsequent builds are overwritten) so either change it for you final build or change the icon.png in the source in which case you will need to change it each time for each project. There is a thread on here (do a search) which explains how.
thats what I do on a project by project basis - works fine. Don’t have pro so can’t comment on the default.png other than to say you can set it by using organiser (window > organizer and choose Screenshot tab). That is for images on your iphone (I suspect you can find the folder an put your own images in there) then click set as default button.
as for info.plist I too have found it a bit hit and miss so cant really help on that one sorry