src/3rdparty/libpng/projects/xcode/libpng.xcodeproj/project.pbxproj
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 // !$*UTF8*$!
       
     2 {
       
     3 	archiveVersion = 1;
       
     4 	classes = {
       
     5 	};
       
     6 	objectVersion = 44;
       
     7 	objects = {
       
     8 
       
     9 /* Begin PBXBuildFile section */
       
    10 		14461C7109C3C37F005840C0 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C5D09C3C37F005840C0 /* png.c */; };
       
    11 		14461C7209C3C37F005840C0 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 14461C5E09C3C37F005840C0 /* png.h */; settings = {ATTRIBUTES = (Public, ); }; };
       
    12 		14461C7309C3C37F005840C0 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 14461C5F09C3C37F005840C0 /* pngconf.h */; settings = {ATTRIBUTES = (Public, ); }; };
       
    13 		14461C7409C3C37F005840C0 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6009C3C37F005840C0 /* pngerror.c */; };
       
    14 		14461C7509C3C37F005840C0 /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6109C3C37F005840C0 /* pnggccrd.c */; };
       
    15 		14461C7609C3C37F005840C0 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6209C3C37F005840C0 /* pngget.c */; };
       
    16 		14461C7709C3C37F005840C0 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6309C3C37F005840C0 /* pngmem.c */; };
       
    17 		14461C7809C3C37F005840C0 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6409C3C37F005840C0 /* pngpread.c */; };
       
    18 		14461C7909C3C37F005840C0 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6509C3C37F005840C0 /* pngread.c */; };
       
    19 		14461C7A09C3C37F005840C0 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6609C3C37F005840C0 /* pngrio.c */; };
       
    20 		14461C7B09C3C37F005840C0 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6709C3C37F005840C0 /* pngrtran.c */; };
       
    21 		14461C7C09C3C37F005840C0 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6809C3C37F005840C0 /* pngrutil.c */; };
       
    22 		14461C7D09C3C37F005840C0 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6909C3C37F005840C0 /* pngset.c */; };
       
    23 		14461C7F09C3C37F005840C0 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6B09C3C37F005840C0 /* pngtrans.c */; };
       
    24 		14461C8009C3C37F005840C0 /* pngvcrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6C09C3C37F005840C0 /* pngvcrd.c */; };
       
    25 		14461C8109C3C37F005840C0 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6D09C3C37F005840C0 /* pngwio.c */; };
       
    26 		14461C8209C3C37F005840C0 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6E09C3C37F005840C0 /* pngwrite.c */; };
       
    27 		14461C8309C3C37F005840C0 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C6F09C3C37F005840C0 /* pngwtran.c */; };
       
    28 		14461C8409C3C37F005840C0 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 14461C7009C3C37F005840C0 /* pngwutil.c */; };
       
    29 		67FA470510693F6B0078FB9E /* pngpriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 67FA470410693F6B0078FB9E /* pngpriv.h */; };
       
    30 /* End PBXBuildFile section */
       
    31 
       
    32 /* Begin PBXFileReference section */
       
    33 		14461C5D09C3C37F005840C0 /* png.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = png.c; path = ../../png.c; sourceTree = SOURCE_ROOT; };
       
    34 		14461C5E09C3C37F005840C0 /* png.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = png.h; path = ../../png.h; sourceTree = SOURCE_ROOT; };
       
    35 		14461C5F09C3C37F005840C0 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pngconf.h; path = ../../pngconf.h; sourceTree = SOURCE_ROOT; };
       
    36 		14461C6009C3C37F005840C0 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = ../../pngerror.c; sourceTree = SOURCE_ROOT; };
       
    37 		14461C6109C3C37F005840C0 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pnggccrd.c; path = ../../pnggccrd.c; sourceTree = SOURCE_ROOT; };
       
    38 		14461C6209C3C37F005840C0 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = ../../pngget.c; sourceTree = SOURCE_ROOT; };
       
    39 		14461C6309C3C37F005840C0 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = ../../pngmem.c; sourceTree = SOURCE_ROOT; };
       
    40 		14461C6409C3C37F005840C0 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = ../../pngpread.c; sourceTree = SOURCE_ROOT; };
       
    41 		14461C6509C3C37F005840C0 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = ../../pngread.c; sourceTree = SOURCE_ROOT; };
       
    42 		14461C6609C3C37F005840C0 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = ../../pngrio.c; sourceTree = SOURCE_ROOT; };
       
    43 		14461C6709C3C37F005840C0 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = ../../pngrtran.c; sourceTree = SOURCE_ROOT; };
       
    44 		14461C6809C3C37F005840C0 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = ../../pngrutil.c; sourceTree = SOURCE_ROOT; };
       
    45 		14461C6909C3C37F005840C0 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = ../../pngset.c; sourceTree = SOURCE_ROOT; };
       
    46 		14461C6B09C3C37F005840C0 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = ../../pngtrans.c; sourceTree = SOURCE_ROOT; };
       
    47 		14461C6C09C3C37F005840C0 /* pngvcrd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngvcrd.c; path = ../../pngvcrd.c; sourceTree = SOURCE_ROOT; };
       
    48 		14461C6D09C3C37F005840C0 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = ../../pngwio.c; sourceTree = SOURCE_ROOT; };
       
    49 		14461C6E09C3C37F005840C0 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = ../../pngwrite.c; sourceTree = SOURCE_ROOT; };
       
    50 		14461C6F09C3C37F005840C0 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = ../../pngwtran.c; sourceTree = SOURCE_ROOT; };
       
    51 		14461C7009C3C37F005840C0 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = ../../pngwutil.c; sourceTree = SOURCE_ROOT; };
       
    52 		67FA470410693F6B0078FB9E /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngpriv.h; path = ../../pngpriv.h; sourceTree = SOURCE_ROOT; };
       
    53 		8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
       
    54 		8D07F2C80486CC7A007CD1D0 /* libpng.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = libpng.framework; sourceTree = BUILT_PRODUCTS_DIR; };
       
    55 /* End PBXFileReference section */
       
    56 
       
    57 /* Begin PBXFrameworksBuildPhase section */
       
    58 		8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
       
    59 			isa = PBXFrameworksBuildPhase;
       
    60 			buildActionMask = 2147483647;
       
    61 			files = (
       
    62 			);
       
    63 			runOnlyForDeploymentPostprocessing = 0;
       
    64 		};
       
    65 /* End PBXFrameworksBuildPhase section */
       
    66 
       
    67 /* Begin PBXGroup section */
       
    68 		034768DDFF38A45A11DB9C8B /* Products */ = {
       
    69 			isa = PBXGroup;
       
    70 			children = (
       
    71 				8D07F2C80486CC7A007CD1D0 /* libpng.framework */,
       
    72 			);
       
    73 			name = Products;
       
    74 			sourceTree = "<group>";
       
    75 		};
       
    76 		0867D691FE84028FC02AAC07 /* libpng */ = {
       
    77 			isa = PBXGroup;
       
    78 			children = (
       
    79 				08FB77ACFE841707C02AAC07 /* Source */,
       
    80 				089C1665FE841158C02AAC07 /* Resources */,
       
    81 				034768DDFF38A45A11DB9C8B /* Products */,
       
    82 			);
       
    83 			name = libpng;
       
    84 			sourceTree = "<group>";
       
    85 		};
       
    86 		089C1665FE841158C02AAC07 /* Resources */ = {
       
    87 			isa = PBXGroup;
       
    88 			children = (
       
    89 				8D07F2C70486CC7A007CD1D0 /* Info.plist */,
       
    90 			);
       
    91 			name = Resources;
       
    92 			sourceTree = "<group>";
       
    93 		};
       
    94 		08FB77ACFE841707C02AAC07 /* Source */ = {
       
    95 			isa = PBXGroup;
       
    96 			children = (
       
    97 				67FA470410693F6B0078FB9E /* pngpriv.h */,
       
    98 				14461C5D09C3C37F005840C0 /* png.c */,
       
    99 				14461C5E09C3C37F005840C0 /* png.h */,
       
   100 				14461C5F09C3C37F005840C0 /* pngconf.h */,
       
   101 				14461C6009C3C37F005840C0 /* pngerror.c */,
       
   102 				14461C6109C3C37F005840C0 /* pnggccrd.c */,
       
   103 				14461C6209C3C37F005840C0 /* pngget.c */,
       
   104 				14461C6309C3C37F005840C0 /* pngmem.c */,
       
   105 				14461C6409C3C37F005840C0 /* pngpread.c */,
       
   106 				14461C6509C3C37F005840C0 /* pngread.c */,
       
   107 				14461C6609C3C37F005840C0 /* pngrio.c */,
       
   108 				14461C6709C3C37F005840C0 /* pngrtran.c */,
       
   109 				14461C6809C3C37F005840C0 /* pngrutil.c */,
       
   110 				14461C6909C3C37F005840C0 /* pngset.c */,
       
   111 				14461C6B09C3C37F005840C0 /* pngtrans.c */,
       
   112 				14461C6C09C3C37F005840C0 /* pngvcrd.c */,
       
   113 				14461C6D09C3C37F005840C0 /* pngwio.c */,
       
   114 				14461C6E09C3C37F005840C0 /* pngwrite.c */,
       
   115 				14461C6F09C3C37F005840C0 /* pngwtran.c */,
       
   116 				14461C7009C3C37F005840C0 /* pngwutil.c */,
       
   117 			);
       
   118 			name = Source;
       
   119 			sourceTree = "<group>";
       
   120 		};
       
   121 /* End PBXGroup section */
       
   122 
       
   123 /* Begin PBXHeadersBuildPhase section */
       
   124 		8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
       
   125 			isa = PBXHeadersBuildPhase;
       
   126 			buildActionMask = 2147483647;
       
   127 			files = (
       
   128 				14461C7209C3C37F005840C0 /* png.h in Headers */,
       
   129 				14461C7309C3C37F005840C0 /* pngconf.h in Headers */,
       
   130 				67FA470510693F6B0078FB9E /* pngpriv.h in Headers */,
       
   131 			);
       
   132 			runOnlyForDeploymentPostprocessing = 0;
       
   133 		};
       
   134 /* End PBXHeadersBuildPhase section */
       
   135 
       
   136 /* Begin PBXNativeTarget section */
       
   137 		8D07F2BC0486CC7A007CD1D0 /* libpng */ = {
       
   138 			isa = PBXNativeTarget;
       
   139 			buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "libpng" */;
       
   140 			buildPhases = (
       
   141 				8D07F2BD0486CC7A007CD1D0 /* Headers */,
       
   142 				8D07F2BF0486CC7A007CD1D0 /* Resources */,
       
   143 				8D07F2C10486CC7A007CD1D0 /* Sources */,
       
   144 				8D07F2C30486CC7A007CD1D0 /* Frameworks */,
       
   145 				8D07F2C50486CC7A007CD1D0 /* Rez */,
       
   146 			);
       
   147 			buildRules = (
       
   148 			);
       
   149 			dependencies = (
       
   150 			);
       
   151 			name = libpng;
       
   152 			productInstallPath = "$(HOME)/Library/Frameworks";
       
   153 			productName = libpng;
       
   154 			productReference = 8D07F2C80486CC7A007CD1D0 /* libpng.framework */;
       
   155 			productType = "com.apple.product-type.framework";
       
   156 		};
       
   157 /* End PBXNativeTarget section */
       
   158 
       
   159 /* Begin PBXProject section */
       
   160 		0867D690FE84028FC02AAC07 /* Project object */ = {
       
   161 			isa = PBXProject;
       
   162 			buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "libpng" */;
       
   163 			compatibilityVersion = "Xcode 2.4";
       
   164 			hasScannedForEncodings = 1;
       
   165 			mainGroup = 0867D691FE84028FC02AAC07 /* libpng */;
       
   166 			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
       
   167 			projectDirPath = "";
       
   168 			projectRoot = ../..;
       
   169 			targets = (
       
   170 				8D07F2BC0486CC7A007CD1D0 /* libpng */,
       
   171 			);
       
   172 		};
       
   173 /* End PBXProject section */
       
   174 
       
   175 /* Begin PBXResourcesBuildPhase section */
       
   176 		8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
       
   177 			isa = PBXResourcesBuildPhase;
       
   178 			buildActionMask = 2147483647;
       
   179 			files = (
       
   180 			);
       
   181 			runOnlyForDeploymentPostprocessing = 0;
       
   182 		};
       
   183 /* End PBXResourcesBuildPhase section */
       
   184 
       
   185 /* Begin PBXRezBuildPhase section */
       
   186 		8D07F2C50486CC7A007CD1D0 /* Rez */ = {
       
   187 			isa = PBXRezBuildPhase;
       
   188 			buildActionMask = 2147483647;
       
   189 			files = (
       
   190 			);
       
   191 			runOnlyForDeploymentPostprocessing = 0;
       
   192 		};
       
   193 /* End PBXRezBuildPhase section */
       
   194 
       
   195 /* Begin PBXSourcesBuildPhase section */
       
   196 		8D07F2C10486CC7A007CD1D0 /* Sources */ = {
       
   197 			isa = PBXSourcesBuildPhase;
       
   198 			buildActionMask = 2147483647;
       
   199 			files = (
       
   200 				14461C7109C3C37F005840C0 /* png.c in Sources */,
       
   201 				14461C7409C3C37F005840C0 /* pngerror.c in Sources */,
       
   202 				14461C7509C3C37F005840C0 /* pnggccrd.c in Sources */,
       
   203 				14461C7609C3C37F005840C0 /* pngget.c in Sources */,
       
   204 				14461C7709C3C37F005840C0 /* pngmem.c in Sources */,
       
   205 				14461C7809C3C37F005840C0 /* pngpread.c in Sources */,
       
   206 				14461C7909C3C37F005840C0 /* pngread.c in Sources */,
       
   207 				14461C7A09C3C37F005840C0 /* pngrio.c in Sources */,
       
   208 				14461C7B09C3C37F005840C0 /* pngrtran.c in Sources */,
       
   209 				14461C7C09C3C37F005840C0 /* pngrutil.c in Sources */,
       
   210 				14461C7D09C3C37F005840C0 /* pngset.c in Sources */,
       
   211 				14461C7F09C3C37F005840C0 /* pngtrans.c in Sources */,
       
   212 				14461C8009C3C37F005840C0 /* pngvcrd.c in Sources */,
       
   213 				14461C8109C3C37F005840C0 /* pngwio.c in Sources */,
       
   214 				14461C8209C3C37F005840C0 /* pngwrite.c in Sources */,
       
   215 				14461C8309C3C37F005840C0 /* pngwtran.c in Sources */,
       
   216 				14461C8409C3C37F005840C0 /* pngwutil.c in Sources */,
       
   217 			);
       
   218 			runOnlyForDeploymentPostprocessing = 0;
       
   219 		};
       
   220 /* End PBXSourcesBuildPhase section */
       
   221 
       
   222 /* Begin XCBuildConfiguration section */
       
   223 		4FADC24308B4156D00ABE55E /* Debug */ = {
       
   224 			isa = XCBuildConfiguration;
       
   225 			buildSettings = {
       
   226 				COPY_PHASE_STRIP = NO;
       
   227 				DYLIB_COMPATIBILITY_VERSION = 14;
       
   228 				DYLIB_CURRENT_VERSION = 14;
       
   229 				FRAMEWORK_VERSION = 1.4.0;
       
   230 				GCC_PRECOMPILE_PREFIX_HEADER = NO;
       
   231 				GCC_PREFIX_HEADER = "";
       
   232 				INFOPLIST_FILE = Info.plist;
       
   233 				INSTALL_PATH = "@executable_path/../Frameworks";
       
   234 				LIBRARY_STYLE = DYNAMIC;
       
   235 				MACH_O_TYPE = mh_dylib;
       
   236 				OTHER_LDFLAGS = "-lz";
       
   237 				PRODUCT_NAME = libpng;
       
   238 				WRAPPER_EXTENSION = framework;
       
   239 			};
       
   240 			name = Debug;
       
   241 		};
       
   242 		4FADC24408B4156D00ABE55E /* Release */ = {
       
   243 			isa = XCBuildConfiguration;
       
   244 			buildSettings = {
       
   245 				DYLIB_COMPATIBILITY_VERSION = 14;
       
   246 				DYLIB_CURRENT_VERSION = 14;
       
   247 				FRAMEWORK_VERSION = 1.4.0;
       
   248 				GCC_PRECOMPILE_PREFIX_HEADER = NO;
       
   249 				GCC_PREFIX_HEADER = "";
       
   250 				INFOPLIST_FILE = Info.plist;
       
   251 				INSTALL_PATH = "@executable_path/../Frameworks";
       
   252 				LIBRARY_STYLE = DYNAMIC;
       
   253 				MACH_O_TYPE = mh_dylib;
       
   254 				OTHER_LDFLAGS = "-lz";
       
   255 				PRODUCT_NAME = libpng;
       
   256 				WRAPPER_EXTENSION = framework;
       
   257 			};
       
   258 			name = Release;
       
   259 		};
       
   260 		4FADC24708B4156D00ABE55E /* Debug */ = {
       
   261 			isa = XCBuildConfiguration;
       
   262 			buildSettings = {
       
   263 				ARCHS = (
       
   264 					i386,
       
   265 					ppc,
       
   266 					ppc64,
       
   267 					x86_64,
       
   268 				);
       
   269 				DEPLOYMENT_POSTPROCESSING = YES;
       
   270 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
       
   271 				GCC_ENABLE_CPP_RTTI = NO;
       
   272 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
       
   273 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
       
   274 				GCC_OPTIMIZATION_LEVEL = 0;
       
   275 				GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
       
   276 				GCC_VERSION_i386 = 4.0;
       
   277 				GCC_VERSION_ppc = 3.3;
       
   278 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
       
   279 				GCC_WARN_UNUSED_VARIABLE = YES;
       
   280 				MACOSX_DEPLOYMENT_TARGET = 10.5;
       
   281 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
       
   282 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.2;
       
   283 				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
       
   284 				MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
       
   285 				PREBINDING = NO;
       
   286 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
       
   287 				"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
       
   288 				"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
       
   289 				SDKROOT_i386 = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
       
   290 				SDKROOT_ppc = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
       
   291 				ZERO_LINK = NO;
       
   292 			};
       
   293 			name = Debug;
       
   294 		};
       
   295 		4FADC24808B4156D00ABE55E /* Release */ = {
       
   296 			isa = XCBuildConfiguration;
       
   297 			buildSettings = {
       
   298 				ARCHS = (
       
   299 					i386,
       
   300 					ppc,
       
   301 					ppc64,
       
   302 					x86_64,
       
   303 				);
       
   304 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
       
   305 				GCC_ENABLE_CPP_RTTI = NO;
       
   306 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
       
   307 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
       
   308 				GCC_OPTIMIZATION_LEVEL = 2;
       
   309 				GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
       
   310 				GCC_VERSION_i386 = 4.0;
       
   311 				GCC_VERSION_ppc = 3.3;
       
   312 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
       
   313 				GCC_WARN_UNUSED_VARIABLE = YES;
       
   314 				MACOSX_DEPLOYMENT_TARGET = 10.5;
       
   315 				"MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4;
       
   316 				"MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.2;
       
   317 				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
       
   318 				MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
       
   319 				PREBINDING = NO;
       
   320 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
       
   321 				"SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
       
   322 				"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
       
   323 				SDKROOT_i386 = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
       
   324 				SDKROOT_ppc = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
       
   325 				ZERO_LINK = NO;
       
   326 			};
       
   327 			name = Release;
       
   328 		};
       
   329 /* End XCBuildConfiguration section */
       
   330 
       
   331 /* Begin XCConfigurationList section */
       
   332 		4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "libpng" */ = {
       
   333 			isa = XCConfigurationList;
       
   334 			buildConfigurations = (
       
   335 				4FADC24308B4156D00ABE55E /* Debug */,
       
   336 				4FADC24408B4156D00ABE55E /* Release */,
       
   337 			);
       
   338 			defaultConfigurationIsVisible = 0;
       
   339 			defaultConfigurationName = Release;
       
   340 		};
       
   341 		4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "libpng" */ = {
       
   342 			isa = XCConfigurationList;
       
   343 			buildConfigurations = (
       
   344 				4FADC24708B4156D00ABE55E /* Debug */,
       
   345 				4FADC24808B4156D00ABE55E /* Release */,
       
   346 			);
       
   347 			defaultConfigurationIsVisible = 0;
       
   348 			defaultConfigurationName = Release;
       
   349 		};
       
   350 /* End XCConfigurationList section */
       
   351 	};
       
   352 	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
       
   353 }