将通用应用程序更改为 ipad 3.2 应用程序

发布于 2024-09-24 17:51:40 字数 55 浏览 3 评论 0原文

我正在创建一个通用应用程序,现在我想将该应用程序更改为 ipad 3.2 应用程序。我该怎么做。

i am creating an universal application now i want to change that application into ipad 3.2 application.How can i do that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

话少心凉 2024-10-01 17:51:40

几乎与将 ipad 应用程序转换为 iPhone 完全相反。通用应用程序

  • 删除为iPhone创建的.xib(包含主窗口/应用程序代理/等)
  • 从Info.plist文件中删除NSMainNibFile~ipad条目
  • 更改基本SDK设置从 4.x 更改为 3.2
  • 将部署目标设置更改为 3.2
  • 将目标设备系列构建设置设置为 iPad(从 iPhone/iPad)
  • 删除您为创建特定于 iPhone 的代码路径而创建的任何代码

Pretty much the exact opposite of Convert ipad application to iphone. Universal app

  • Remove the .xib created for the iPhone (contains the Main Window/App Delegate/etc.)
  • Remove the NSMainNibFile~ipad entry from your Info.plist file
  • Change the Base SDK setting from 4.x to 3.2
  • Change your Deployment Target setting to 3.2
  • Set the Targeted Device Family build setting to iPad (from iPhone/iPad)
  • Remove any code you've created to make an iPhone-specific code path
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文