Hi
I'm making a series of apps. There are three of them. They actually differ only in content. But settings needed for all three of them are the same. So in order user not to fill the same three times, I think it will be fine to have one setting section in Settings app. I mean I use the same Settings.bundle in a project for all it's three targets. I've even set it's 'Title' string property (in Root.plist) to some value, so that it would be the same for all three targets. But this does not help - I've got three sections in Settings.app, each with a name of target.
Is it actually possible to have single section in Settings.app for several apps?
I'm making a series of apps. There are three of them. They actually differ only in content. But settings needed for all three of them are the same. So in order user not to fill the same three times, I think it will be fine to have one setting section in Settings app. I mean I use the same Settings.bundle in a project for all it's three targets. I've even set it's 'Title' string property (in Root.plist) to some value, so that it would be the same for all three targets. But this does not help - I've got three sections in Settings.app, each with a name of target.
Is it actually possible to have single section in Settings.app for several apps?