What is PngCrush in iOS?

后端 未结 3 1310
忘了有多久
忘了有多久 2020-12-06 03:38

i know that Pngcrush is an image optimisation technique in iOS , but my doubt is does X-code will perform this internally during each build or before deploying our app to iT

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 04:18

    By default, XCode performs automatically the crunching.

    You can control this behavior from your project's build settings:

    Search for the setting "Compress PNG Files" and set the value you want.

提交回复
热议问题