How to use ImageOptim with asset catalogs on iOS

Viewed 179

For PNGs not contained in an asset catalog Xcode's supposedly inferior optimization can be disabled through the COMPRESS_PNG_FILES settings. However, this doesn't seem to affect PNGs inside asset catalogs (see this question and answer). Does anyone know of a way to disable the builtin optimization on asset catalogs in favor of ImageOptim or something similar?

0 Answers
Related