372 lines
17 KiB
Plaintext
372 lines
17 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
|
|
8E6096C509F314CF006D8BD7 /* huffsv7.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096BC09F314CF006D8BD7 /* huffsv7.c */; };
|
|
8E6096C609F314CF006D8BD7 /* huffsv46.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096BD09F314CF006D8BD7 /* huffsv46.c */; };
|
|
8E6096C709F314CF006D8BD7 /* idtag.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096BE09F314CF006D8BD7 /* idtag.c */; };
|
|
8E6096C809F314CF006D8BD7 /* mpc_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096BF09F314CF006D8BD7 /* mpc_decoder.c */; };
|
|
8E6096C909F314CF006D8BD7 /* mpc_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096C009F314CF006D8BD7 /* mpc_reader.c */; };
|
|
8E6096CA09F314CF006D8BD7 /* requant.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096C109F314CF006D8BD7 /* requant.c */; };
|
|
8E6096CC09F314CF006D8BD7 /* streaminfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096C309F314CF006D8BD7 /* streaminfo.c */; };
|
|
8E6096CD09F314CF006D8BD7 /* synth_filter.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E6096C409F314CF006D8BD7 /* synth_filter.c */; };
|
|
8E6096DC09F314DB006D8BD7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096CE09F314DB006D8BD7 /* config.h */; };
|
|
8E6096DD09F314DB006D8BD7 /* mainpage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096CF09F314DB006D8BD7 /* mainpage.h */; };
|
|
8E6096DE09F314DB006D8BD7 /* config_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D109F314DB006D8BD7 /* config_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E009F314DB006D8BD7 /* config_win32.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D309F314DB006D8BD7 /* config_win32.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E109F314DB006D8BD7 /* decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D409F314DB006D8BD7 /* decoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E209F314DB006D8BD7 /* huffman.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D509F314DB006D8BD7 /* huffman.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E309F314DB006D8BD7 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D609F314DB006D8BD7 /* internal.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E409F314DB006D8BD7 /* math.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D709F314DB006D8BD7 /* math.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E509F314DB006D8BD7 /* mpcdec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D809F314DB006D8BD7 /* mpcdec.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E609F314DB006D8BD7 /* reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096D909F314DB006D8BD7 /* reader.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E709F314DB006D8BD7 /* requant.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096DA09F314DB006D8BD7 /* requant.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E6096E809F314DB006D8BD7 /* streaminfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6096DB09F314DB006D8BD7 /* streaminfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
|
8DC2EF5B0486A6940098B216 /* mpcdec.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = mpcdec.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8E6096BC09F314CF006D8BD7 /* huffsv7.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffsv7.c; path = Files/src/huffsv7.c; sourceTree = "<group>"; };
|
|
8E6096BD09F314CF006D8BD7 /* huffsv46.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffsv46.c; path = Files/src/huffsv46.c; sourceTree = "<group>"; };
|
|
8E6096BE09F314CF006D8BD7 /* idtag.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = idtag.c; path = Files/src/idtag.c; sourceTree = "<group>"; };
|
|
8E6096BF09F314CF006D8BD7 /* mpc_decoder.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mpc_decoder.c; path = Files/src/mpc_decoder.c; sourceTree = "<group>"; };
|
|
8E6096C009F314CF006D8BD7 /* mpc_reader.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mpc_reader.c; path = Files/src/mpc_reader.c; sourceTree = "<group>"; };
|
|
8E6096C109F314CF006D8BD7 /* requant.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = requant.c; path = Files/src/requant.c; sourceTree = "<group>"; };
|
|
8E6096C209F314CF006D8BD7 /* sample.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = sample.cpp; path = Files/src/sample.cpp; sourceTree = "<group>"; };
|
|
8E6096C309F314CF006D8BD7 /* streaminfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = streaminfo.c; path = Files/src/streaminfo.c; sourceTree = "<group>"; };
|
|
8E6096C409F314CF006D8BD7 /* synth_filter.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = synth_filter.c; path = Files/src/synth_filter.c; sourceTree = "<group>"; };
|
|
8E6096CE09F314DB006D8BD7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = Files/include/config.h; sourceTree = "<group>"; };
|
|
8E6096CF09F314DB006D8BD7 /* mainpage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mainpage.h; path = Files/include/mainpage.h; sourceTree = "<group>"; };
|
|
8E6096D109F314DB006D8BD7 /* config_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = config_types.h; sourceTree = "<group>"; };
|
|
8E6096D309F314DB006D8BD7 /* config_win32.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = config_win32.h; sourceTree = "<group>"; };
|
|
8E6096D409F314DB006D8BD7 /* decoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = decoder.h; sourceTree = "<group>"; };
|
|
8E6096D509F314DB006D8BD7 /* huffman.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = "<group>"; };
|
|
8E6096D609F314DB006D8BD7 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
|
|
8E6096D709F314DB006D8BD7 /* math.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = math.h; sourceTree = "<group>"; };
|
|
8E6096D809F314DB006D8BD7 /* mpcdec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mpcdec.h; sourceTree = "<group>"; };
|
|
8E6096D909F314DB006D8BD7 /* reader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = reader.h; sourceTree = "<group>"; };
|
|
8E6096DA09F314DB006D8BD7 /* requant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = requant.h; sourceTree = "<group>"; };
|
|
8E6096DB09F314DB006D8BD7 /* streaminfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = streaminfo.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8DC2EF560486A6940098B216 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
034768DFFF38A50411DB9C8B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DC2EF5B0486A6940098B216 /* mpcdec.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D691FE84028FC02AAC07 /* MPCDec */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E6096BB09F314B2006D8BD7 /* Headers */,
|
|
8E6096BA09F314AD006D8BD7 /* Source */,
|
|
089C1665FE841158C02AAC07 /* Resources */,
|
|
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
|
|
034768DFFF38A50411DB9C8B /* Products */,
|
|
);
|
|
name = MPCDec;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
|
|
1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = "External Frameworks and Libraries";
|
|
sourceTree = "<group>";
|
|
};
|
|
089C1665FE841158C02AAC07 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DC2EF5A0486A6940098B216 /* Info.plist */,
|
|
089C1666FE841158C02AAC07 /* InfoPlist.strings */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
8E6096BA09F314AD006D8BD7 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E6096BC09F314CF006D8BD7 /* huffsv7.c */,
|
|
8E6096BD09F314CF006D8BD7 /* huffsv46.c */,
|
|
8E6096BE09F314CF006D8BD7 /* idtag.c */,
|
|
8E6096BF09F314CF006D8BD7 /* mpc_decoder.c */,
|
|
8E6096C009F314CF006D8BD7 /* mpc_reader.c */,
|
|
8E6096C109F314CF006D8BD7 /* requant.c */,
|
|
8E6096C209F314CF006D8BD7 /* sample.cpp */,
|
|
8E6096C309F314CF006D8BD7 /* streaminfo.c */,
|
|
8E6096C409F314CF006D8BD7 /* synth_filter.c */,
|
|
);
|
|
name = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
8E6096BB09F314B2006D8BD7 /* Headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E6096CE09F314DB006D8BD7 /* config.h */,
|
|
8E6096CF09F314DB006D8BD7 /* mainpage.h */,
|
|
8E6096D009F314DB006D8BD7 /* mpcdec */,
|
|
);
|
|
name = Headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
8E6096D009F314DB006D8BD7 /* mpcdec */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E6096D109F314DB006D8BD7 /* config_types.h */,
|
|
8E6096D309F314DB006D8BD7 /* config_win32.h */,
|
|
8E6096D409F314DB006D8BD7 /* decoder.h */,
|
|
8E6096D509F314DB006D8BD7 /* huffman.h */,
|
|
8E6096D609F314DB006D8BD7 /* internal.h */,
|
|
8E6096D709F314DB006D8BD7 /* math.h */,
|
|
8E6096D809F314DB006D8BD7 /* mpcdec.h */,
|
|
8E6096D909F314DB006D8BD7 /* reader.h */,
|
|
8E6096DA09F314DB006D8BD7 /* requant.h */,
|
|
8E6096DB09F314DB006D8BD7 /* streaminfo.h */,
|
|
);
|
|
name = mpcdec;
|
|
path = Files/include/mpcdec;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
8DC2EF500486A6940098B216 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8E6096DC09F314DB006D8BD7 /* config.h in Headers */,
|
|
8E6096DD09F314DB006D8BD7 /* mainpage.h in Headers */,
|
|
8E6096DE09F314DB006D8BD7 /* config_types.h in Headers */,
|
|
8E6096E009F314DB006D8BD7 /* config_win32.h in Headers */,
|
|
8E6096E109F314DB006D8BD7 /* decoder.h in Headers */,
|
|
8E6096E209F314DB006D8BD7 /* huffman.h in Headers */,
|
|
8E6096E309F314DB006D8BD7 /* internal.h in Headers */,
|
|
8E6096E409F314DB006D8BD7 /* math.h in Headers */,
|
|
8E6096E509F314DB006D8BD7 /* mpcdec.h in Headers */,
|
|
8E6096E609F314DB006D8BD7 /* reader.h in Headers */,
|
|
8E6096E709F314DB006D8BD7 /* requant.h in Headers */,
|
|
8E6096E809F314DB006D8BD7 /* streaminfo.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8DC2EF4F0486A6940098B216 /* mpcdec Framework */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "mpcdec Framework" */;
|
|
buildPhases = (
|
|
8DC2EF500486A6940098B216 /* Headers */,
|
|
8DC2EF520486A6940098B216 /* Resources */,
|
|
8DC2EF540486A6940098B216 /* Sources */,
|
|
8DC2EF560486A6940098B216 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "mpcdec Framework";
|
|
productInstallPath = "$(HOME)/Library/Frameworks";
|
|
productName = MPCDec;
|
|
productReference = 8DC2EF5B0486A6940098B216 /* mpcdec.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0867D690FE84028FC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0500;
|
|
};
|
|
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "MPCDec" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 0867D691FE84028FC02AAC07 /* MPCDec */;
|
|
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8DC2EF4F0486A6940098B216 /* mpcdec Framework */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8DC2EF520486A6940098B216 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8DC2EF540486A6940098B216 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8E6096C509F314CF006D8BD7 /* huffsv7.c in Sources */,
|
|
8E6096C609F314CF006D8BD7 /* huffsv46.c in Sources */,
|
|
8E6096C709F314CF006D8BD7 /* idtag.c in Sources */,
|
|
8E6096C809F314CF006D8BD7 /* mpc_decoder.c in Sources */,
|
|
8E6096C909F314CF006D8BD7 /* mpc_reader.c in Sources */,
|
|
8E6096CA09F314CF006D8BD7 /* requant.c in Sources */,
|
|
8E6096CC09F314CF006D8BD7 /* streaminfo.c in Sources */,
|
|
8E6096CD09F314CF006D8BD7 /* synth_filter.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C1667FE841158C02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB91AE08733DA50010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
GCC_PREFIX_HEADER = "";
|
|
HEADER_SEARCH_PATHS = Files/include/;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "@loader_path/../Frameworks";
|
|
PRODUCT_NAME = mpcdec;
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = framework;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB91AF08733DA50010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
GCC_PREFIX_HEADER = "";
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "@loader_path/../Frameworks";
|
|
PRODUCT_NAME = mpcdec;
|
|
SKIP_INSTALL = YES;
|
|
USER_HEADER_SEARCH_PATHS = Files/include/;
|
|
WRAPPER_EXTENSION = framework;
|
|
};
|
|
name = Release;
|
|
};
|
|
1DEB91B208733DA50010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx;
|
|
SYMROOT = ../../build;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB91B308733DA50010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx;
|
|
SYMROOT = ../../build;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "mpcdec Framework" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB91AE08733DA50010E9CD /* Debug */,
|
|
1DEB91AF08733DA50010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "MPCDec" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB91B208733DA50010E9CD /* Debug */,
|
|
1DEB91B308733DA50010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
|
|
}
|