How can I skip compressing one PNG?

前端 未结 4 1294
攒了一身酷
攒了一身酷 2020-11-29 07:09

(Note: I have solved this problem, but it took long enough that I\'m posting question/answer here.)

The Xcode build process \"optimizes\" my PNGs when build

4条回答
  •  隐瞒了意图╮
    2020-11-29 07:34

    For all you guys using Xcode 6.4 and above:

    Go to: "Targets" - "YourProject Name".

    Next go to the "Build Settings" tab. Just below the Tab name click the "Basic" and "Combined" Button.

    Next scroll down to the "Packaging" seperator and you will find "Compress PNG Files" set to "Yes" by default.

提交回复
热议问题