0

我的项目中有 2 个不同的目标(完整和轻型)。
我也有不同的 Default.png 文件(一个用于完整版,一个用于轻量版)。

是否可以在项目中包含两个文件(具有不同的文件夹)并从目标捆绑资源中排除另一个文件?

例如有:
TARGET FULL 保留在文件夹 A 中的仅 Bundle 文件 Default.png 中
TARGET LIGHT 保留在文件夹 B 中的仅 Bundle 文件 Default.png 中

或者还有其他方法可以做到这一点吗?

4

1 回答 1

0

You can configure the target to use a launch image not named Default.png. Set the UILaunchImageFile key in your Info.plist to the correct filename.

于 2012-01-21T15:43:16.983 回答