xcode iOS 7 中的新图标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18771117/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
New icons in iOS 7
提问by Tomas Timinskas
I was trying to update my iOS app and I received some warnings about three missing icons.
我试图更新我的 iOS 应用程序,但我收到了一些关于三个丢失图标的警告。
Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format.
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.
缺少推荐的图标文件 - 捆绑包不包含 .png 格式的精确“120x120”像素的 iPhone/iPod Touch 应用程序图标。
缺少推荐的图标文件 - 捆绑包不包含 .png 格式的完全“76x76”像素的 iPad 应用程序图标。
缺少推荐的图标文件 - 捆绑包不包含 .png 格式的精确“152x152”像素的 iPad 应用程序图标。
I don't know if I have to add these icons too and where to add them or if a have to replace them for the ones that the app already has (57-114 for iPhone and 72-144 for iPad).
我不知道我是否也必须添加这些图标以及在哪里添加它们,或者是否必须将它们替换为应用程序已有的图标(iPhone 为 57-114,iPad 为 72-144)。