开发者

Universal app disable ipad temporarly

开发者 https://www.devze.com 2023-04-12 00:56 出处:网络
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 a开发者_如何学运维nd later wo

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 a开发者_如何学运维nd 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消