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