f13537c2a1
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4467 127b21dd-08f5-0310-b4b7-95ae10353056
351 lines
16 KiB
Plaintext
351 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1A78B59E12D74BE900D42EE7 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A78B58A12D74BE900D42EE7 /* png.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1A78B59F12D74BE900D42EE7 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A78B58B12D74BE900D42EE7 /* pngconf.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1A78B5A012D74BE900D42EE7 /* pngpriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A78B58C12D74BE900D42EE7 /* pngpriv.h */; };
|
|
1A78B5A212D74BE900D42EE7 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B58E12D74BE900D42EE7 /* png.c */; };
|
|
1A78B5A312D74BE900D42EE7 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B58F12D74BE900D42EE7 /* pngerror.c */; };
|
|
1A78B5A412D74BE900D42EE7 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59012D74BE900D42EE7 /* pngget.c */; };
|
|
1A78B5A512D74BE900D42EE7 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59112D74BE900D42EE7 /* pngmem.c */; };
|
|
1A78B5A612D74BE900D42EE7 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59212D74BE900D42EE7 /* pngpread.c */; };
|
|
1A78B5A712D74BE900D42EE7 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59312D74BE900D42EE7 /* pngread.c */; };
|
|
1A78B5A812D74BE900D42EE7 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59412D74BE900D42EE7 /* pngrio.c */; };
|
|
1A78B5A912D74BE900D42EE7 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59512D74BE900D42EE7 /* pngrtran.c */; };
|
|
1A78B5AA12D74BE900D42EE7 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59612D74BE900D42EE7 /* pngrutil.c */; };
|
|
1A78B5AB12D74BE900D42EE7 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59712D74BE900D42EE7 /* pngset.c */; };
|
|
1A78B5AD12D74BE900D42EE7 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59912D74BE900D42EE7 /* pngtrans.c */; };
|
|
1A78B5AE12D74BE900D42EE7 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59A12D74BE900D42EE7 /* pngwio.c */; };
|
|
1A78B5AF12D74BE900D42EE7 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59B12D74BE900D42EE7 /* pngwrite.c */; };
|
|
1A78B5B012D74BE900D42EE7 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59C12D74BE900D42EE7 /* pngwtran.c */; };
|
|
1A78B5B112D74BE900D42EE7 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A78B59D12D74BE900D42EE7 /* pngwutil.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1A71E6F30BCE340C00CD5C13 /* libpng_for_oolite.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpng_for_oolite.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1A78B4F412D74B8100D42EE7 /* oolite-targets.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "oolite-targets.xcconfig"; path = "../../../src/Cocoa/oolite-targets.xcconfig"; sourceTree = SOURCE_ROOT; };
|
|
1A78B58A12D74BE900D42EE7 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; };
|
|
1A78B58B12D74BE900D42EE7 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; };
|
|
1A78B58C12D74BE900D42EE7 /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = "<group>"; };
|
|
1A78B58D12D74BE900D42EE7 /* example.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = example.c; sourceTree = "<group>"; };
|
|
1A78B58E12D74BE900D42EE7 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; };
|
|
1A78B58F12D74BE900D42EE7 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = "<group>"; };
|
|
1A78B59012D74BE900D42EE7 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = "<group>"; };
|
|
1A78B59112D74BE900D42EE7 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = "<group>"; };
|
|
1A78B59212D74BE900D42EE7 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = "<group>"; };
|
|
1A78B59312D74BE900D42EE7 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = "<group>"; };
|
|
1A78B59412D74BE900D42EE7 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = "<group>"; };
|
|
1A78B59512D74BE900D42EE7 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = "<group>"; };
|
|
1A78B59612D74BE900D42EE7 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = "<group>"; };
|
|
1A78B59712D74BE900D42EE7 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = "<group>"; };
|
|
1A78B59812D74BE900D42EE7 /* pngtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtest.c; sourceTree = "<group>"; };
|
|
1A78B59912D74BE900D42EE7 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = "<group>"; };
|
|
1A78B59A12D74BE900D42EE7 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = "<group>"; };
|
|
1A78B59B12D74BE900D42EE7 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = "<group>"; };
|
|
1A78B59C12D74BE900D42EE7 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = "<group>"; };
|
|
1A78B59D12D74BE900D42EE7 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
1A71E6F10BCE340C00CD5C13 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1A71E6F30BCE340C00CD5C13 /* libpng_for_oolite.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
1A78B58512D74BAD00D42EE7 /* libpng */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1A78B58A12D74BE900D42EE7 /* png.h */,
|
|
1A78B58B12D74BE900D42EE7 /* pngconf.h */,
|
|
1A78B58C12D74BE900D42EE7 /* pngpriv.h */,
|
|
1A78B58D12D74BE900D42EE7 /* example.c */,
|
|
1A78B58E12D74BE900D42EE7 /* png.c */,
|
|
1A78B58F12D74BE900D42EE7 /* pngerror.c */,
|
|
1A78B59012D74BE900D42EE7 /* pngget.c */,
|
|
1A78B59112D74BE900D42EE7 /* pngmem.c */,
|
|
1A78B59212D74BE900D42EE7 /* pngpread.c */,
|
|
1A78B59312D74BE900D42EE7 /* pngread.c */,
|
|
1A78B59412D74BE900D42EE7 /* pngrio.c */,
|
|
1A78B59512D74BE900D42EE7 /* pngrtran.c */,
|
|
1A78B59612D74BE900D42EE7 /* pngrutil.c */,
|
|
1A78B59712D74BE900D42EE7 /* pngset.c */,
|
|
1A78B59812D74BE900D42EE7 /* pngtest.c */,
|
|
1A78B59912D74BE900D42EE7 /* pngtrans.c */,
|
|
1A78B59A12D74BE900D42EE7 /* pngwio.c */,
|
|
1A78B59B12D74BE900D42EE7 /* pngwrite.c */,
|
|
1A78B59C12D74BE900D42EE7 /* pngwtran.c */,
|
|
1A78B59D12D74BE900D42EE7 /* pngwutil.c */,
|
|
);
|
|
name = libpng;
|
|
path = "../../Cross-platform-deps/libpng";
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* Oolite_GUSTO */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1A78B4F412D74B8100D42EE7 /* oolite-targets.xcconfig */,
|
|
1A78B58512D74BAD00D42EE7 /* libpng */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
);
|
|
name = Oolite_GUSTO;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
1A71E6EF0BCE340C00CD5C13 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1A78B59E12D74BE900D42EE7 /* png.h in Headers */,
|
|
1A78B59F12D74BE900D42EE7 /* pngconf.h in Headers */,
|
|
1A78B5A012D74BE900D42EE7 /* pngpriv.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1A71E6F20BCE340C00CD5C13 /* libpng */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1A71E6FC0BCE345800CD5C13 /* Build configuration list for PBXNativeTarget "libpng" */;
|
|
buildPhases = (
|
|
1AA0D03212CAB13100BB883D /* Update Code */,
|
|
1A71E6EF0BCE340C00CD5C13 /* Headers */,
|
|
1A71E6F00BCE340C00CD5C13 /* Sources */,
|
|
1A71E6F10BCE340C00CD5C13 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = libpng;
|
|
productName = "libpng-custom";
|
|
productReference = 1A71E6F30BCE340C00CD5C13 /* libpng_for_oolite.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = YES;
|
|
ORGANIZATIONNAME = "the Oolite team";
|
|
};
|
|
buildConfigurationList = 08B31CB008FE63D70038D42F /* Build configuration list for PBXProject "libpng" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* Oolite_GUSTO */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
1A71E6F20BCE340C00CD5C13 /* libpng */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
1AA0D03212CAB13100BB883D /* Update Code */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/../../URLs/libpng.url",
|
|
);
|
|
name = "Update Code";
|
|
outputPaths = (
|
|
"$(SRCROOT)/../../Cross-platform-deps/libpng/current.url",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "cd \"$SRCROOT/../scripts\"\n./update-library.sh libpng tgz\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
1A71E6F00BCE340C00CD5C13 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1A78B5A212D74BE900D42EE7 /* png.c in Sources */,
|
|
1A78B5A312D74BE900D42EE7 /* pngerror.c in Sources */,
|
|
1A78B5A412D74BE900D42EE7 /* pngget.c in Sources */,
|
|
1A78B5A512D74BE900D42EE7 /* pngmem.c in Sources */,
|
|
1A78B5A612D74BE900D42EE7 /* pngpread.c in Sources */,
|
|
1A78B5A712D74BE900D42EE7 /* pngread.c in Sources */,
|
|
1A78B5A812D74BE900D42EE7 /* pngrio.c in Sources */,
|
|
1A78B5A912D74BE900D42EE7 /* pngrtran.c in Sources */,
|
|
1A78B5AA12D74BE900D42EE7 /* pngrutil.c in Sources */,
|
|
1A78B5AB12D74BE900D42EE7 /* pngset.c in Sources */,
|
|
1A78B5AD12D74BE900D42EE7 /* pngtrans.c in Sources */,
|
|
1A78B5AE12D74BE900D42EE7 /* pngwio.c in Sources */,
|
|
1A78B5AF12D74BE900D42EE7 /* pngwrite.c in Sources */,
|
|
1A78B5B012D74BE900D42EE7 /* pngwtran.c in Sources */,
|
|
1A78B5B112D74BE900D42EE7 /* pngwutil.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
08B31CB108FE63D70038D42F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS_QUOTED_1)";
|
|
HEADER_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/Cocoa-deps/Ogg Vorbis\"";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
|
OTHER_CFLAGS = "-DLOADSAVEGUI";
|
|
SDKROOT = macosx10.4;
|
|
};
|
|
name = Debug;
|
|
};
|
|
08B31CB208FE63D70038D42F /* Deployment */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
x86_64,
|
|
ppc,
|
|
i386,
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS_QUOTED_1)";
|
|
HEADER_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/Cocoa-deps/Ogg Vorbis\"";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
|
OTHER_CFLAGS = "-DLOADSAVEGUI";
|
|
SDKROOT = macosx10.4;
|
|
"SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
|
|
};
|
|
name = Deployment;
|
|
};
|
|
1A0832D60C2F105000E3AE25 /* TestRelease */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 1A78B4F412D74B8100D42EE7 /* oolite-targets.xcconfig */;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src/Core/Materials/\"";
|
|
INSTALL_PATH = /usr/local/lib;
|
|
LLVM_LTO = YES;
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = png_for_oolite;
|
|
PUBLIC_HEADERS_FOLDER_PATH = include/png/;
|
|
SYMROOT = ../../../build;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = TestRelease;
|
|
};
|
|
1A0832D80C2F105000E3AE25 /* TestRelease */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS_QUOTED_1)";
|
|
HEADER_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/Cocoa-deps/Ogg Vorbis\"";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
|
OTHER_CFLAGS = "-DLOADSAVEGUI";
|
|
SDKROOT = macosx10.4;
|
|
};
|
|
name = TestRelease;
|
|
};
|
|
1A71E6FD0BCE345800CD5C13 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 1A78B4F412D74B8100D42EE7 /* oolite-targets.xcconfig */;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = "";
|
|
"GCC_VERSION[sdk=macosx*][arch=*]" = 4.0;
|
|
GENERATE_MASTER_OBJECT_FILE = YES;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src/Core/Materials/\"";
|
|
INSTALL_PATH = /usr/local/lib;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = png_for_oolite;
|
|
PUBLIC_HEADERS_FOLDER_PATH = include/png/;
|
|
SYMROOT = ../../../build;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1A71E6FE0BCE345800CD5C13 /* Deployment */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 1A78B4F412D74B8100D42EE7 /* oolite-targets.xcconfig */;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src/Core/Materials/\"";
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = png_for_oolite;
|
|
PUBLIC_HEADERS_FOLDER_PATH = include/png/;
|
|
SDKROOT_i386 = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
|
|
SYMROOT = ../../../build;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Deployment;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
08B31CB008FE63D70038D42F /* Build configuration list for PBXProject "libpng" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
08B31CB108FE63D70038D42F /* Debug */,
|
|
08B31CB208FE63D70038D42F /* Deployment */,
|
|
1A0832D80C2F105000E3AE25 /* TestRelease */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Deployment;
|
|
};
|
|
1A71E6FC0BCE345800CD5C13 /* Build configuration list for PBXNativeTarget "libpng" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1A71E6FD0BCE345800CD5C13 /* Debug */,
|
|
1A71E6FE0BCE345800CD5C13 /* Deployment */,
|
|
1A0832D60C2F105000E3AE25 /* TestRelease */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Deployment;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|