I am trying to create 2 versions of the exact same app with 2 different branding? So i created 2 folders in my project
Resources -> Folder1
Resources -> Folder2
I added Folder1 to target 1, and Folder2 to target 2. The 2 folders contain 2 images named the same but they look different.
However, doesn't matter which target I build it always uses logo in my Folder1 folder. Although this folder only belongs to target 1.
Any way around this?