Cog/Plugins/modplay/modplay.xcodeproj/project.pbxproj
Christopher Snowhill 47f50052be
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
Housecleaning: More project file cleanups
This also fixes code signing for VGMStream bundle. All frameworks or
bundles which nest other frameworks or libraries must themselves be
signed first in building, not just on embedding.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-24 03:54:22 -07:00

472 lines
20 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
835CBC7D18DA7A260087A03E /* modplay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 835CBC7C18DA7A090087A03E /* modplay.framework */; };
835CBC8018DA7A3E0087A03E /* modplay.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 835CBC7C18DA7A090087A03E /* modplay.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
835CBC8518DACAE90087A03E /* libunmo3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 835CBC8318DACAE90087A03E /* libunmo3.dylib */; };
835CBC8818DACC2D0087A03E /* libunmo3.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 835CBC8318DACAE90087A03E /* libunmo3.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
8360B3FC18DD018B0059272F /* unrealfmt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8360B3F718DD018B0059272F /* unrealfmt.cpp */; };
8360B3FD18DD018B0059272F /* umx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8360B3F918DD018B0059272F /* umx.mm */; };
8360B3FE18DD018B0059272F /* unrealfmtdata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8360B3FB18DD018B0059272F /* unrealfmtdata.cpp */; };
83F4D51918D8206A009B2DE6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83F4D51818D8206A009B2DE6 /* Cocoa.framework */; };
83F4D52318D8206A009B2DE6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83F4D52118D8206A009B2DE6 /* InfoPlist.strings */; };
83F4D58018D8238A009B2DE6 /* modDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F4D57F18D8238A009B2DE6 /* modDecoder.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
835CBC7B18DA7A090087A03E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 835CBC7718DA7A090087A03E /* modplay.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 83F4D53A18D82105009B2DE6;
remoteInfo = modplay;
};
835CBC7E18DA7A2E0087A03E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 835CBC7718DA7A090087A03E /* modplay.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 83F4D53918D82105009B2DE6;
remoteInfo = modplay;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
835CBC8718DACC250087A03E /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 6;
files = (
835CBC8818DACC2D0087A03E /* libunmo3.dylib in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
83F4D57C18D82342009B2DE6 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
835CBC8018DA7A3E0087A03E /* modplay.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
833F68291CDBCAA900AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
835CBC7718DA7A090087A03E /* modplay.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = modplay.xcodeproj; path = ../../Frameworks/modplay/modplay.xcodeproj; sourceTree = "<group>"; };
835CBC8318DACAE90087A03E /* libunmo3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libunmo3.dylib; path = ../../../ThirdParty/BASS/libunmo3.dylib; sourceTree = "<group>"; };
835CBC8418DACAE90087A03E /* unmo3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unmo3.h; path = ../../../ThirdParty/BASS/unmo3.h; sourceTree = "<group>"; };
8360B3F618DD018B0059272F /* umr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = umr.h; path = ../../Dumb/archive/umx/umr.h; sourceTree = "<group>"; };
8360B3F718DD018B0059272F /* unrealfmt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unrealfmt.cpp; path = ../../Dumb/archive/umx/unrealfmt.cpp; sourceTree = "<group>"; };
8360B3F818DD018B0059272F /* urf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = urf.h; path = ../../Dumb/archive/umx/urf.h; sourceTree = "<group>"; };
8360B3F918DD018B0059272F /* umx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = umx.mm; path = ../../Dumb/archive/umx/umx.mm; sourceTree = "<group>"; };
8360B3FA18DD018B0059272F /* umx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = umx.h; path = ../../Dumb/archive/umx/umx.h; sourceTree = "<group>"; };
8360B3FB18DD018B0059272F /* unrealfmtdata.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unrealfmtdata.cpp; path = ../../Dumb/archive/umx/unrealfmtdata.cpp; sourceTree = "<group>"; };
83F4D51518D8206A009B2DE6 /* modplay.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = modplay.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
83F4D51818D8206A009B2DE6 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
83F4D51B18D8206A009B2DE6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
83F4D51C18D8206A009B2DE6 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
83F4D51D18D8206A009B2DE6 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
83F4D52018D8206A009B2DE6 /* modplay-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "modplay-Info.plist"; sourceTree = "<group>"; };
83F4D52218D8206A009B2DE6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83F4D52418D8206A009B2DE6 /* modplay-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "modplay-Prefix.pch"; sourceTree = "<group>"; };
83F4D57E18D8238A009B2DE6 /* modDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modDecoder.h; sourceTree = "<group>"; };
83F4D57F18D8238A009B2DE6 /* modDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = modDecoder.m; sourceTree = "<group>"; };
83F4D58118D8239D009B2DE6 /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
83F4D58218D823D1009B2DE6 /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
83F4D51218D8206A009B2DE6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
835CBC7D18DA7A260087A03E /* modplay.framework in Frameworks */,
83F4D51918D8206A009B2DE6 /* Cocoa.framework in Frameworks */,
835CBC8518DACAE90087A03E /* libunmo3.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
835CBC7818DA7A090087A03E /* Products */ = {
isa = PBXGroup;
children = (
835CBC7C18DA7A090087A03E /* modplay.framework */,
);
name = Products;
sourceTree = "<group>";
};
8360B3FF18DD01910059272F /* unpackers */ = {
isa = PBXGroup;
children = (
8360B40118DD01A30059272F /* umx */,
8360B40018DD01970059272F /* mo3 */,
);
name = unpackers;
sourceTree = "<group>";
};
8360B40018DD01970059272F /* mo3 */ = {
isa = PBXGroup;
children = (
835CBC8318DACAE90087A03E /* libunmo3.dylib */,
835CBC8418DACAE90087A03E /* unmo3.h */,
);
name = mo3;
sourceTree = "<group>";
};
8360B40118DD01A30059272F /* umx */ = {
isa = PBXGroup;
children = (
8360B3F618DD018B0059272F /* umr.h */,
8360B3F718DD018B0059272F /* unrealfmt.cpp */,
8360B3F818DD018B0059272F /* urf.h */,
8360B3F918DD018B0059272F /* umx.mm */,
8360B3FA18DD018B0059272F /* umx.h */,
8360B3FB18DD018B0059272F /* unrealfmtdata.cpp */,
);
name = umx;
sourceTree = "<group>";
};
83F4D50C18D8206A009B2DE6 = {
isa = PBXGroup;
children = (
83F4D51E18D8206A009B2DE6 /* modplay */,
83F4D51718D8206A009B2DE6 /* Frameworks */,
83F4D51618D8206A009B2DE6 /* Products */,
);
sourceTree = "<group>";
};
83F4D51618D8206A009B2DE6 /* Products */ = {
isa = PBXGroup;
children = (
83F4D51518D8206A009B2DE6 /* modplay.bundle */,
);
name = Products;
sourceTree = "<group>";
};
83F4D51718D8206A009B2DE6 /* Frameworks */ = {
isa = PBXGroup;
children = (
835CBC7718DA7A090087A03E /* modplay.xcodeproj */,
83F4D51818D8206A009B2DE6 /* Cocoa.framework */,
83F4D51A18D8206A009B2DE6 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
83F4D51A18D8206A009B2DE6 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
83F4D51B18D8206A009B2DE6 /* Foundation.framework */,
83F4D51C18D8206A009B2DE6 /* CoreData.framework */,
83F4D51D18D8206A009B2DE6 /* AppKit.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
83F4D51E18D8206A009B2DE6 /* modplay */ = {
isa = PBXGroup;
children = (
8360B3FF18DD01910059272F /* unpackers */,
83F4D58218D823D1009B2DE6 /* PlaylistController.h */,
83F4D58118D8239D009B2DE6 /* Plugin.h */,
83F4D57E18D8238A009B2DE6 /* modDecoder.h */,
83F4D57F18D8238A009B2DE6 /* modDecoder.m */,
83F4D51F18D8206A009B2DE6 /* Supporting Files */,
);
path = modplay;
sourceTree = "<group>";
};
83F4D51F18D8206A009B2DE6 /* Supporting Files */ = {
isa = PBXGroup;
children = (
83F4D52018D8206A009B2DE6 /* modplay-Info.plist */,
83F4D52118D8206A009B2DE6 /* InfoPlist.strings */,
83F4D52418D8206A009B2DE6 /* modplay-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
83F4D51418D8206A009B2DE6 /* modplay */ = {
isa = PBXNativeTarget;
buildConfigurationList = 83F4D52718D8206A009B2DE6 /* Build configuration list for PBXNativeTarget "modplay" */;
buildPhases = (
83F4D51118D8206A009B2DE6 /* Sources */,
83F4D51218D8206A009B2DE6 /* Frameworks */,
83F4D51318D8206A009B2DE6 /* Resources */,
83F4D57C18D82342009B2DE6 /* CopyFiles */,
835CBC8718DACC250087A03E /* CopyFiles */,
);
buildRules = (
);
dependencies = (
835CBC7F18DA7A2E0087A03E /* PBXTargetDependency */,
);
name = modplay;
productName = modplay;
productReference = 83F4D51518D8206A009B2DE6 /* modplay.bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
83F4D50D18D8206A009B2DE6 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = "";
};
buildConfigurationList = 83F4D51018D8206A009B2DE6 /* Build configuration list for PBXProject "modplay" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
es,
);
mainGroup = 83F4D50C18D8206A009B2DE6;
productRefGroup = 83F4D51618D8206A009B2DE6 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 835CBC7818DA7A090087A03E /* Products */;
ProjectRef = 835CBC7718DA7A090087A03E /* modplay.xcodeproj */;
},
);
projectRoot = "";
targets = (
83F4D51418D8206A009B2DE6 /* modplay */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
835CBC7C18DA7A090087A03E /* modplay.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = modplay.framework;
remoteRef = 835CBC7B18DA7A090087A03E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
83F4D51318D8206A009B2DE6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
83F4D52318D8206A009B2DE6 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
83F4D51118D8206A009B2DE6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8360B3FC18DD018B0059272F /* unrealfmt.cpp in Sources */,
8360B3FD18DD018B0059272F /* umx.mm in Sources */,
8360B3FE18DD018B0059272F /* unrealfmtdata.cpp in Sources */,
83F4D58018D8238A009B2DE6 /* modDecoder.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
835CBC7F18DA7A2E0087A03E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = modplay;
targetProxy = 835CBC7E18DA7A2E0087A03E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
83F4D52118D8206A009B2DE6 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
83F4D52218D8206A009B2DE6 /* en */,
833F68291CDBCAA900AFB9F0 /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
83F4D52518D8206A009B2DE6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CONFIGURATION_TEMP_DIR = "$(PROJECT_TEMP_DIR)/bundle/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-Wframe-larger-than=4000";
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
SKIP_INSTALL = YES;
};
name = Debug;
};
83F4D52618D8206A009B2DE6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CONFIGURATION_TEMP_DIR = "$(PROJECT_TEMP_DIR)/bundle/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;
OTHER_CFLAGS = "-Wframe-larger-than=4000";
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
SKIP_INSTALL = YES;
};
name = Release;
};
83F4D52818D8206A009B2DE6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "modplay/modplay-Prefix.pch";
INFOPLIST_FILE = "modplay/modplay-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../../ThirdParty/BASS",
);
PRODUCT_BUNDLE_IDENTIFIER = "NoWork-Inc.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = modplay;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
83F4D52918D8206A009B2DE6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "modplay/modplay-Prefix.pch";
INFOPLIST_FILE = "modplay/modplay-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../../ThirdParty/BASS",
);
PRODUCT_BUNDLE_IDENTIFIER = "NoWork-Inc.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = modplay;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
83F4D51018D8206A009B2DE6 /* Build configuration list for PBXProject "modplay" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83F4D52518D8206A009B2DE6 /* Debug */,
83F4D52618D8206A009B2DE6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
83F4D52718D8206A009B2DE6 /* Build configuration list for PBXNativeTarget "modplay" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83F4D52818D8206A009B2DE6 /* Debug */,
83F4D52918D8206A009B2DE6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 83F4D50D18D8206A009B2DE6 /* Project object */;
}