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

Reuse identical iOS icons #90

Open
aeirola opened this issue Apr 9, 2022 · 0 comments
Open

Reuse identical iOS icons #90

aeirola opened this issue Apr 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@aeirola
Copy link
Owner

aeirola commented Apr 9, 2022

Currently the iOS icon generation produces identical icons with different filenames. For example [email protected] and [email protected] are both 40x40 pixel PNGs of the same icon. These could be the same icon file, e.g. 40.png, which is then just referenced multiple times in Contents.json.

Probably wont affect the actual installation sizes, as XCode / App Store likely optimizes per device bundles. But will at least decrease the icon generation time and size on disk.

@aeirola aeirola added the enhancement New feature or request label Apr 9, 2022
@aeirola aeirola self-assigned this Apr 9, 2022
@aeirola aeirola added this to the 1.0.0 milestone Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant