在 Info.plist 中设置通用应用程序的主笔尖?

发布于 2024-12-19 19:28:22 字数 211 浏览 2 评论 0原文

我使用的是最新版本的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷…雨湿花 2024-12-26 19:28:22

当您使用设备的 Universal 设置创建项目时,您将获得两者:

文件->新->新项目->空应用程序 ->将设备系列设置为通用


如果您想根据现有项目进行设置:

  1. 选择项目目标(侧栏上的蓝色目标)。
  2. 摘要 -> iOS 应用程序目标 ->将设备设置为通用

You'll get both when you create the project with Universal setting for device:

File -> New -> New Project -> Empty Application -> set the Device Family to Universal.


If you want to set it base on your exist project:

  1. Choose the project target(the blue one on the sidebar).
  2. Summary -> iOS Application Target -> set Devices to Universal.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文