Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目中有 2 个不同的目标(完整和轻型)。 我也有不同的 Default.png 文件(一个用于完整版,一个用于轻量版)。
是否可以在项目中包含两个文件(具有不同的文件夹)并从目标捆绑资源中排除另一个文件?
例如有: TARGET FULL 保留在文件夹 A 中的仅 Bundle 文件 Default.png 中 TARGET LIGHT 保留在文件夹 B 中的仅 Bundle 文件 Default.png 中
或者还有其他方法可以做到这一点吗?
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.
Default.png
UILaunchImageFile
Info.plist