简体   繁体   English

设置应用程序图标,而无需在Xcode 7中使用资产目录

[英]Set App icon without using Asset catalog in Xcode 7

I'm developing tvOS application with Swift. 我正在用Swift开发tvOS应用程序。 And i need to set the app icon by image files in my Resources folder ( don't use the Asset catalog ). 而且我需要通过我的Resources文件夹中的图像文件设置应用程序图标( 不要使用Asset目录 )。 i tried setting the key CFBundleIcons in .plist but it seems not working. 我尝试在.plist中设置密钥CFBundleIcons ,但似乎无法正常工作。

Is there any idea? 有什么主意吗 Thanks in advance. 提前致谢。

There are two ways to set the App Icon: 设置应用程序图标的方法有两种:

  1. Use Asset Catalog 使用资产目录
  2. Use Asset Catalog 使用资产目录

See here for more requirements on these icons 有关这些图标的更多要求,请参见此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM