[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,5 +1,5 @@
Libpng 1.4.4beta08 - August 26, 2010
Libpng 1.4.4beta08 - September 2, 2010
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@ -70,7 +70,9 @@ version 1.4.4beta07 [August 26, 2010]
Eliminated a deprecated reference to png_ptr->io_ptr in pngtest.c
Eliminated new unnecessary #if tests regarding the sCAL chunk from pngrutil.c
version 1.4.4beta08 [August 26, 2010]
version 1.4.4beta08 [September 2, 2010]
Updated the xcode project to work with libpng-1.4.x and added iOS targets
for simulator and device (Philippe Hausler).
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -2654,7 +2654,9 @@ version 1.4.4beta07 [August 26, 2010]
Eliminated a deprecated reference to png_ptr->io_ptr in pngtest.c
Eliminated new unnecessary #if tests regarding the sCAL chunk from pngrutil.c
version 1.4.4beta08 [August 26, 2010]
version 1.4.4beta08 [September 2, 2010]
Updated the xcode project to work with libpng-1.4.x and added iOS targets
for simulator and device (Philippe Hausler).
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

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.

File diff suppressed because it is too large Load Diff