0

我很难集成 InAppSettingsKit。首先,XCode 没有认识到settings.bundle我添加到我的项目中实际上包含文件。所以我必须通过 Finder 打开那个包来获取root.plist文件。

当我打开它时,首选项仅限于基本类型,例如 Group、Title 等,如果我尝试使用 IASK 提供的东西,例如PSGroupIdentifier,它会立即恢复为 Group。

我在这里想念什么?什么告诉 plist 文件允许哪些类型?

4

1 回答 1

0

First, to see the contents of Settings.bundle, click on it, and in the right pane (the inspector), set File Type to "Application Bundle".

As for Root.plist, these are items that are being used specifically in the Settings app, and as such are limited to a fixed number of options. When you view it from inside XCode, you will see that when you create a new entry, there are only certain entries you can create.

于 2012-02-21T17:22:39.373 回答