mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
b876e2342d
When building the iOS port of ScummVM using configure instead of Xcode, the on-screen icons were not copied to the generated bundle. Assets not being application icons or launch images are compiled to an Assets.car file by Xcode and put in the root directory of the application bundle. Generate a Assets.car containg the on-screen icons by running the following command in the dists/ios7 directory: xcrun actool ./Images.xcassets --compile build --platform iphoneos \ --minimum-deployment-target 7.0 --app-icon AppIcon \ --output-partial-info-plist partial.plist \ --launch-image LaunchImage The Assets.car seems to be a proprietary Apple’s archive that first appeared in iOS 7. This commit adds a compiled Assets.car contating the assets to the ios7 dists, just as in the tvos dist. The Assets.car file is then copied to the root directory of the app bundle in the ports.mk file when running "make ios7bundle"
291 KiB
291 KiB