cocos2d:Convert iPhone App to Universal App(cocos2d:将 iPhone 应用程序转换为通用应用程序)
问题描述
我已经使用 cocos2d box2d 项目模板在 cocos2d 99.4 中开发了一个 App 应用程序.它在 iPhone 4、iPod 中运行良好......但我需要它转换为通用......我的意思也是 iPad 版本......我已经将它升级到 iPad 版本......所以它可以在 iPad 上运行......但体积很小像 iPhone...
谁能帮忙??
谢谢
要将您的项目转换为通用应用程序,请参阅 iPad 编程指南:p><块引用>
配置您的 Xcode 项目
创造通用的第一步应用程序是配置你的 Xcode项目.如果您正在创建一个新的项目,您可以创建一个通用的使用基于窗口的应用程序应用程序模板.如果你是更新现有项目,您可以使用 Xcode 的升级当前目标用于更新项目的 iPad 命令:
- 打开您的 Xcode 项目.
- 在目标"部分中,选择要更新为通用应用.
- 选择 Project > Upgrade Current Target for iPad 并按照提示操作创建一个通用应用程序.
Xcode 通过以下方式更新您的项目修改几个构建设置支持 iPhone 和 iPad.
重要提示:您应该始终使用 Upgrade Current Target for iPad 命令来迁移现有项目.不要尝试手动迁移文件.
I have developed an App app in cocos2d 99.4 using cocos2d box2d project template.It works well in iPhone 4,iPod.....but i need it to convert to universal...i mean iPad version also ......i already upgraded it to iPad version....so that it runs in iPad...but in small size like iPhone...
can any one help??
Thanks
To convert your project to a universal app, see "Creating a Universal Application" in the iPad Programming Guide:
Configuring Your Xcode Project
The first step to creating a universal application is to configure your Xcode project. If you are creating a new project, you can create a universal application using the Window-based application template. If you are updating an existing project, you can use Xcode’s Upgrade Current Target for iPad command to update your project:
- Open your Xcode project.
- In the Targets section, select the target you want to update to a universal application.
- Select Project > Upgrade Current Target for iPad and follow the prompts to create one universal application.
Xcode updates your project by modifying several build settings to support both iPhone and iPad.
Important: You should always use the Upgrade Current Target for iPad command to migrate existing projects. Do not try to migrate files manually.
这篇关于cocos2d:将 iPhone 应用程序转换为通用应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:cocos2d:将 iPhone 应用程序转换为通用应用程序
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01