简体   繁体   中英

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?:

我希望其他plist出现在我的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

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.

复制现有的plist文件,然后右键单击任何属性,并在Property List Type下选择iPhone Settings plist。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM