在 Info.plist 中设置通用应用程序的主笔尖?
我使用的是最新版本的 Xcode,我的 iDevices 是 5.0.1。我试图指定应用程序应加载的笔尖,具体取决于它是 iPad 还是 iPhone,用于我的 Info.plist 中的通用应用程序,但这似乎比我想象的要难!
我认为我们应该使用: NSMainNibFile
但似乎,他们的密钥不再使用!
有人可以告诉我应该怎么做吗?
谢谢!
I am using the latest version of Xcode and my iDevices are 5.0.1. I am trying to specify the nib that the app should load depending if it is an iPad or iPhone for a universal app in my Info.plist but it seems that this is harder than I thought!
I thought we were supposed to use:
NSMainNibFile
But it seems that, that they key is no longer used!
Can someone tell me how I should do this instead?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您使用设备的
Universal
设置创建项目时,您将获得两者:如果您想根据现有项目进行设置:
摘要
->iOS 应用程序目标
->将设备
设置为通用
。You'll get both when you create the project with
Universal
setting for device:If you want to set it base on your exist project:
Summary
->iOS Application Target
-> setDevices
toUniversal
.