通用应用程序暂时禁用 ipad
我已经创建了一个通用应用程序,但想暂时禁用 ipad,直到我完成 ipad 版本的开发。原因是我想提交我的 iPhone 应用程序,然后在 iPad 版本上工作。
目前,当从 ipad 启动时,它会自动调用 CaveConditionsAppDelegate_iPad.h/m...
知道如何做到这一点吗?
I have created a universal app but would like to temporarly disable ipad until I have finished developing the ipad version. Reason is I would like to submit my iphone app and later work on the ipad version.
At the moment it automatically calls CaveConditionsAppDelegate_iPad.h/m when starting with ipad...
any idea how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在构建设置中,将目标设备系列更改为仅限 iPhone。
请注意,如果您已经发布了 iPad 版本,则以后无法放弃对它的支持。
来自评论:
解决方案是从plist中删除“主nib文件基本名称(ipad)”。
In your build settings change the Targeted Device Family to iPhone only.
Beware that if you've released a version for iPad already, you can't drop support for it later.
From Comments:
Solution was to remove the "Main nib file basename (ipad)" from the plist.