3

I've created an iPad app, and want to turn it into a universal app (i.e. one app that works for iPhone and iPad). The Apple docs seem to only talk about the "Upgrade Current Target for iPad" option. Is there an option to go the other way?

4

2 回答 2

3

我不知道是否有更好的方法来做到这一点,但我想我会先制作一个新的空白通用应用程序,然后复制你的 iPad 代码/笔尖/plists/等。

于 2010-06-01T19:40:42.970 回答
2

在 XCode 中打开项目,然后在项目菜单中单击“编辑活动目标 (...)”。为配置选择“所有配置”。在部署标题下,您会找到“目标设备系列”。您可以使用搜索框找到它。编辑并选择 iPhone/iPad 以使应用程序通用。

于 2011-02-07T13:18:30.350 回答