10

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

Rafał Sroka
  • 39,540
  • 23
  • 113
  • 143
Marty
  • 2,965
  • 4
  • 30
  • 45

2 Answers2

14

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.

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213
1

Duplicate your existing plist file, then right click any property and select iPhone Settings plist under Property List Type.

Collin Thomas
  • 1,590
  • 1
  • 13
  • 12