views:

21

answers:

1

May I use a settings bundle in xcode which is not called Settings.bundle?

If I have multiple settings bundles (for multiple build targets), must I define these additional names anywhere? My application seems to always look for one called Settings.bundle.

A: 

Solved this by adding a script in pre-build where the alternative bundle is renamed to Settings.bundle

Egil