Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple targets - multiple Settings.bundle files? [duplicate]

I am making a iPhone app that has two different targets. They use the same files, with some #ifdef here and there, and that works just fine.

But now the project has stopped. Does anybody know how to have different Settings.bundles for both targets? Thank you!

like image 963
Emil Avatar asked Feb 27 '23 12:02

Emil


1 Answers

See answer to Can an Xcode project with multiple targets have different Settings.bundle's for each target? .. short answer yes, you can do it.

like image 67
Jann Avatar answered Mar 06 '23 22:03

Jann