[master] Updated the xcode project to work with libpng-1.4.x and added iOS

targets for simulator and device (Philippe Hausler).
This commit is contained in:
Glenn Randers-Pehrson
2010-09-02 06:41:40 -05:00
parent cc411ae004
commit 65cdb3dfa8
4 changed files with 681 additions and 231 deletions

View File

@@ -1,9 +1,3 @@
The xcode project has not been entirely updated to libpng-1.4.0.
It needs to *not* depend on pnggccrd.c or pngvcrd.c
It needs to PNG_NO_PEDANTIC_WARNINGS in the CFLAGS while building
the library, but not while building an application.
If an updated version is not received, this project will
be removed when libpng-1.4.0 is released.
1 September 2010: Philippe Hausler updated the xcode project to work
with libpng-1.4.x and added iOS targets for simulator and device.