I have a project that I would like to use on a white label. Basically, you only need to change the icons, startup images and info.plist. The problem is that the project is too large, and I really do not want to add additional goals and resources to it.
The solution I see is to create a separate project and add the first as a project dependency. This white labeling project will not have any code except for a bullet of targets with different images and information for them. In this case, every time I want to use a shortcut for the application, I would simply create another target with my own set of images. And whenever I want to do another release, I could easily collect all these goals and get a bunch of options for the same application. That sounds easy.
The problem is implementation. I linked the project as a dependency, just like I did with the target. But every time I create an application, it creates an executable with the original name, even if it is different from info.plist. This is probably because the original target has its own info.plist. Another thing is how to replace the resources of the original goal with others.
Appreciate any help
ios build xcode target
Ezeki
source share