Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add extra plists in xCode in the Settings.bundle for use with the InAppSettingsKit iPhone library?

This is probably a really silly question. but I'm struggling with it :(

I am trying to add a Root.inApp.plist file to my project so that i can have inapp specific settings for my iPhone app.

I have integrated InAppSettingsKit fine, its currently only working with the one Root.plist file tho. I would like to add a Root.inApp.plist file to my project so that i can have inapp specific settings.

When i try to add another property file in Xcode it doesn't seem to sit under the Settings.bundle, how do i get it to show up in my Settings.bundle structure like this?:

I want other plists to show up under my Settings.bundle

I have tried to import the inappsettingskit bundle file also without luck :( my project doesn't recognise the Settings.bundle for some reason

Please help

like image 762
Marty Avatar asked Nov 02 '11 01:11

Marty


1 Answers

No way to do that in Xcode, I believe. Just reveal the Settings bundle in Finder and add the new file to it. It'll automatically show up in Xcode.

like image 152
Ortwin Gentz Avatar answered Oct 12 '22 23:10

Ortwin Gentz