我什么时候需要包含armv7?我也可以仅使用armv6 为iOS5 设备构建吗?
我正在制作一款游戏,我希望兼容所有旧设备,只要它们都在 iOS4.0 或更高版本上运行。我确实有一些专门针对 iOS5 的功能。
现在,在进行构建时,我应该同时使用armv6 和armv7 架构,还是可以单独使用armv?我正在使用 xcode 4.2
任何有关此的解释将不胜感激。虽然我确实知道如何使其兼容旧设备,但我需要一些关于何时需要 armv7 的说明。
提前致谢。
I am making a game that I want compatible for all older devices to as long as they all run on iOS4.0 or above. I do have some features specific for iOS5.
Now while making the build should i use both armv6 as well as armv7 architectures or can I just use armv alone? I am using xcode 4.2
Any explanation regarding this would be much appreciated. While I do know how to make it compatible for older devices I need some clarifications on when armv7 is required.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
armv7 适用于 iPad、iPad 2、iPhone 3GS、iPhone 4 和 iPhone 4s。
armv7 is for iPad, iPad 2, iPhone 3GS, iPhone 4, and iPhone 4s.