This is an Xcode 2.2.1 project file for the Jpeg library. It creates a universal framework. Yay!

Uncompress this into the jpeg-6b dir and then open the project using xcode. Presto!

To make this a private framework (or embeddable framework), execute the following command in Terminal from the same directory that the libjpeg.framework folder is in:
    install_name_tool -id @executable_path/../Frameworks/libjpeg.framework/Versions/6b/libjpeg libjpeg.framework/libjpeg

download xcode project

get jpeg-6b sources (external)

go back