Libpng framework on OS X

I'm looking for an Xcode project file that will allow me to trivially build a dynamic framework for libpng to embed in a Mac OS X app package. I found this project for libpng 1.2.8 , but I need something sane. I can make the project file myself, but I would rather not reinvent the wheel if I don't need to. It already exists, and if so, where?

+2


source to share


2 answers


Browse the KyngChaos UnixImageIO infrastructure . It includes libpng.



+2


source


If you download the libpng framework code from http://www.libpng.org/pub/png/libpng.html it contains an xcode project that creates the framework.



+1


source







All Articles