.plist 文件的属性列表中的选项由什么决定?
当我尝试向现有 iPhone Info.plist
添加项目时,列表中的选项与 iPhone 无关(例如“应用程序在 Classic 中可见”,这似乎成为一些桌面操作系统的东西)。
如何获取 iPhone 的正确选择列表?谢谢!
ps 我在编辑 avTouch
示例项目的 Info.plist
文件时发现了这一点。
When I try to add an item to an existing iPhone Info.plist
, the options in the list is not iPhone-relevant (e.g. "Application is visible in Classic" which seems to be some desktop OS stuff).
How can I get back the proper list of choices for iPhone? Thanks!
p.s. I found this when editing the avTouch
sample project's Info.plist
file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能不是所有 iPhone 相关条目的详尽列表,但也许是一个好的开始:
iPhone 应用程序的推荐键 和 Bundle 编程指南的 iPhone plist 键部分。
不确定您是否可以将 xcode 的 plist 编辑器中的选择限制为仅包含 iPhone 相关的键。
This might not be an exhaustive list of all iPhone-relevant entries, but maybe a good start:
Recommended Keys for iPhone Applications and the Bundle Programming Guide's section on iPhone plist keys.
Not sure if you can limit the choice in xcode's plist editor to only include iPhone-related keys.