我正在尝试自动化将iTunesArtwork文件包含到我的IOS版本中的过程。我正在使用Titanium来构建我的项目,并希望在构建IOS构建时将iTunesArtwork文件放到资源文件夹中。有没有人知道怎么在钛工作室里做这件事?Resources文件夹中的其他文件是info.plist和Default.png(闪屏)。
我知道我可以在Xcode中手动完成这项工作,但我正在尝试减少构建最终产品所需的手动工作量。
有没有人以前遇到过这种情况,或者知道一种解决办法?
发布于 2013-06-05 11:45:40
我昨天才查过这个。我还没有尝试过,但下面是我找到的答案链接:http://docs.appcelerator.com/titanium/latest/#!/guide/Icons_and_Splash_Screens-section-29004897_IconsandSplashScreens-iOSgraphicassetrequirementsandoptions
如果你有特定的语言:http://docs.appcelerator.com/titanium/latest/#!/guide/Icons_and_Splash_Screens-section-29004897_IconsandSplashScreens-iOS
https://stackoverflow.com/questions/16927072
复制相似问题