react-native-svg-app-icon
react-native-svg-app-icon copied to clipboard
Reuse identical iOS icons
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.