Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PORTS: DISTS: Add ios7 on-screen icon assets #5407

Merged
merged 1 commit into from Nov 11, 2023

Conversation

larsamannen
Copy link
Contributor

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"

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"
@sev-
Copy link
Member

sev- commented Nov 11, 2023

Thanks!

@sev- sev- merged commit b876e23 into scummvm:master Nov 11, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants