react-native-svg-app-icon icon indicating copy to clipboard operation
react-native-svg-app-icon copied to clipboard

Reuse identical iOS icons

Open aeirola opened this issue 2 years ago • 0 comments

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 avatar Apr 09 '22 07:04 aeirola