Where is pngcrush for Xcode 4.3?

后端 未结 4 486
执笔经年
执笔经年 2021-02-08 07:27

There was an Apple-customized version of pngcrush in every version of Xcode before 4.3. I can\'t find it in Xcode 4.3. Is it still available as a standalone e

4条回答
  •  有刺的猬
    2021-02-08 08:07

    Starting from Xcode 4.3 they decided to repackage it as a single app bundle. Check this out http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.html

    Plug-ins, templates and other sub-components. Any path for component additions to developer tools that was previously found in a subdirectory of /Developer is now going to be located internal to the Xcode 4.3 application bundle.

    Other standalone utility applications and add-on technologies. Several additional tools are no longer part of the default Xcode installation, they are now downloadable as separate packages. The More Developer Tools menu command provides a direct jump to developer.apple.com/downloads in Safari where these development tools can be found.

    So anything missing you might find it inside the app bundle or it'd be an additional download.

提交回复
热议问题