mirror of
https://github.com/jeremysrand/colourgo.git
synced 2025-01-24 00:30:43 +00:00
532 lines
22 KiB
Plaintext
532 lines
22 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
9DD31AFB22FE661A00F65886 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31AFA22FE661A00F65886 /* Makefile */; };
|
|
9DD31AFE22FE661A00F65886 /* AppleCommander.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DD31AFD22FE661A00F65886 /* AppleCommander.jar */; };
|
|
9DD31B0022FE661A00F65886 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DD31AFF22FE661A00F65886 /* bastokenizer-tools-bt-0.2.0.jar */; };
|
|
9DD31B0222FE661A00F65886 /* createDiskImage in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0122FE661A00F65886 /* createDiskImage */; };
|
|
9DD31B0422FE661A00F65886 /* bt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0322FE661A00F65886 /* bt */; };
|
|
9DD31B0622FE661A00F65886 /* DevApple.vii in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0522FE661A00F65886 /* DevApple.vii */; };
|
|
9DD31B0822FE661A00F65886 /* dos33_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0722FE661A00F65886 /* dos33_template.dsk */; };
|
|
9DD31B0A22FE661A00F65886 /* errorFilter.sh in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0922FE661A00F65886 /* errorFilter.sh */; };
|
|
9DD31B0C22FE661A00F65886 /* head.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0B22FE661A00F65886 /* head.mk */; };
|
|
9DD31B0E22FE661A00F65886 /* prodos_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0D22FE661A00F65886 /* prodos_template.dsk */; };
|
|
9DD31B1022FE661A00F65886 /* tail.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B0F22FE661A00F65886 /* tail.mk */; };
|
|
9DD31B1222FE661A00F65886 /* V2Make.scpt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B1122FE661A00F65886 /* V2Make.scpt */; };
|
|
9DD31B1522FE661A00F65886 /* colourgo.xcscheme in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31B1422FE661A00F65886 /* colourgo.xcscheme */; };
|
|
9DD31B2F22FE667000F65886 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31B2622FE666F00F65886 /* main.c */; };
|
|
9DD31B3022FE667000F65886 /* game.s in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31B2822FE666F00F65886 /* game.s */; };
|
|
9DD31B3122FE667000F65886 /* mouseWrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31B2A22FE666F00F65886 /* mouseWrapper.c */; };
|
|
9DD31B3222FE667000F65886 /* machine.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31B2B22FE666F00F65886 /* machine.c */; };
|
|
9DD31B3322FE667000F65886 /* vbl.s in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31B2D22FE666F00F65886 /* vbl.s */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
9DD31AF422FE661A00F65886 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
9DD31B0E22FE661A00F65886 /* prodos_template.dsk in CopyFiles */,
|
|
9DD31B0422FE661A00F65886 /* bt in CopyFiles */,
|
|
9DD31B0822FE661A00F65886 /* dos33_template.dsk in CopyFiles */,
|
|
9DD31B0222FE661A00F65886 /* createDiskImage in CopyFiles */,
|
|
9DD31B1222FE661A00F65886 /* V2Make.scpt in CopyFiles */,
|
|
9DD31B0C22FE661A00F65886 /* head.mk in CopyFiles */,
|
|
9DD31B0622FE661A00F65886 /* DevApple.vii in CopyFiles */,
|
|
9DD31B1522FE661A00F65886 /* colourgo.xcscheme in CopyFiles */,
|
|
9DD31B0A22FE661A00F65886 /* errorFilter.sh in CopyFiles */,
|
|
9DD31B1022FE661A00F65886 /* tail.mk in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
9DD31AEE22FE661A00F65886 /* colourgo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = colourgo; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9DD31AF122FE661A00F65886 /* colourgo.dsk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = colourgo.dsk; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9DD31AF622FE661A00F65886 /* doNotBuild */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = doNotBuild; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9DD31AFA22FE661A00F65886 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
9DD31AFD22FE661A00F65886 /* AppleCommander.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AppleCommander.jar; path = make/AppleCommander.jar; sourceTree = "<group>"; };
|
|
9DD31AFF22FE661A00F65886 /* bastokenizer-tools-bt-0.2.0.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = "bastokenizer-tools-bt-0.2.0.jar"; path = "make/bastokenizer-tools-bt-0.2.0.jar"; sourceTree = "<group>"; };
|
|
9DD31B0122FE661A00F65886 /* createDiskImage */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = createDiskImage; path = make/createDiskImage; sourceTree = "<group>"; };
|
|
9DD31B0322FE661A00F65886 /* bt */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = bt; path = make/bt; sourceTree = "<group>"; };
|
|
9DD31B0522FE661A00F65886 /* DevApple.vii */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = DevApple.vii; path = make/DevApple.vii; sourceTree = "<group>"; };
|
|
9DD31B0722FE661A00F65886 /* dos33_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = dos33_template.dsk; path = make/dos33_template.dsk; sourceTree = "<group>"; };
|
|
9DD31B0922FE661A00F65886 /* errorFilter.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = errorFilter.sh; path = make/errorFilter.sh; sourceTree = "<group>"; };
|
|
9DD31B0B22FE661A00F65886 /* head.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = head.mk; path = make/head.mk; sourceTree = "<group>"; };
|
|
9DD31B0D22FE661A00F65886 /* prodos_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = prodos_template.dsk; path = make/prodos_template.dsk; sourceTree = "<group>"; };
|
|
9DD31B0F22FE661A00F65886 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = tail.mk; path = make/tail.mk; sourceTree = "<group>"; };
|
|
9DD31B1122FE661A00F65886 /* V2Make.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = V2Make.scpt; path = make/V2Make.scpt; sourceTree = "<group>"; };
|
|
9DD31B1422FE661A00F65886 /* colourgo.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = colourgo.xcscheme; path = colourgo.xcodeproj/xcshareddata/xcschemes/colourgo.xcscheme; sourceTree = SOURCE_ROOT; };
|
|
9DD31B2422FE664100F65886 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
9DD31B2522FE664D00F65886 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
9DD31B2622FE666F00F65886 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
|
9DD31B2722FE666F00F65886 /* mouseWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mouseWrapper.h; sourceTree = "<group>"; };
|
|
9DD31B2822FE666F00F65886 /* game.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = game.s; sourceTree = "<group>"; };
|
|
9DD31B2922FE666F00F65886 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = game.h; sourceTree = "<group>"; };
|
|
9DD31B2A22FE666F00F65886 /* mouseWrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mouseWrapper.c; sourceTree = "<group>"; };
|
|
9DD31B2B22FE666F00F65886 /* machine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = machine.c; sourceTree = "<group>"; };
|
|
9DD31B2C22FE666F00F65886 /* vbl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vbl.h; sourceTree = "<group>"; };
|
|
9DD31B2D22FE666F00F65886 /* vbl.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = vbl.s; sourceTree = "<group>"; };
|
|
9DD31B2E22FE667000F65886 /* machine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = machine.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
9DD31AF322FE661A00F65886 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9DD31AFE22FE661A00F65886 /* AppleCommander.jar in Frameworks */,
|
|
9DD31B0022FE661A00F65886 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
9DD31AE722FE661A00F65886 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DD31B2422FE664100F65886 /* README.md */,
|
|
9DD31B2522FE664D00F65886 /* LICENSE */,
|
|
9DD31AF722FE661A00F65886 /* colourgo */,
|
|
9DD31AEF22FE661A00F65886 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
9DD31AEF22FE661A00F65886 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DD31AEE22FE661A00F65886 /* colourgo */,
|
|
9DD31AF122FE661A00F65886 /* colourgo.dsk */,
|
|
9DD31AF622FE661A00F65886 /* doNotBuild */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
9DD31AF722FE661A00F65886 /* colourgo */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DD31B2922FE666F00F65886 /* game.h */,
|
|
9DD31B2822FE666F00F65886 /* game.s */,
|
|
9DD31B2B22FE666F00F65886 /* machine.c */,
|
|
9DD31B2E22FE667000F65886 /* machine.h */,
|
|
9DD31B2622FE666F00F65886 /* main.c */,
|
|
9DD31B2A22FE666F00F65886 /* mouseWrapper.c */,
|
|
9DD31B2722FE666F00F65886 /* mouseWrapper.h */,
|
|
9DD31B2C22FE666F00F65886 /* vbl.h */,
|
|
9DD31B2D22FE666F00F65886 /* vbl.s */,
|
|
9DD31AFA22FE661A00F65886 /* Makefile */,
|
|
9DD31AFC22FE661A00F65886 /* make */,
|
|
9DD31B1322FE661A00F65886 /* Supporting Files */,
|
|
);
|
|
path = colourgo;
|
|
sourceTree = "<group>";
|
|
};
|
|
9DD31AFC22FE661A00F65886 /* make */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DD31AFD22FE661A00F65886 /* AppleCommander.jar */,
|
|
9DD31AFF22FE661A00F65886 /* bastokenizer-tools-bt-0.2.0.jar */,
|
|
9DD31B0122FE661A00F65886 /* createDiskImage */,
|
|
9DD31B0322FE661A00F65886 /* bt */,
|
|
9DD31B0522FE661A00F65886 /* DevApple.vii */,
|
|
9DD31B0722FE661A00F65886 /* dos33_template.dsk */,
|
|
9DD31B0922FE661A00F65886 /* errorFilter.sh */,
|
|
9DD31B0B22FE661A00F65886 /* head.mk */,
|
|
9DD31B0D22FE661A00F65886 /* prodos_template.dsk */,
|
|
9DD31B0F22FE661A00F65886 /* tail.mk */,
|
|
9DD31B1122FE661A00F65886 /* V2Make.scpt */,
|
|
);
|
|
name = make;
|
|
sourceTree = "<group>";
|
|
};
|
|
9DD31B1322FE661A00F65886 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DD31B1422FE661A00F65886 /* colourgo.xcscheme */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXLegacyTarget section */
|
|
9DD31AEC22FE661A00F65886 /* colourgo */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "-C colourgo $(ACTION)";
|
|
buildConfigurationList = 9DD31B1822FE661A00F65886 /* Build configuration list for PBXLegacyTarget "colourgo" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = /usr/bin/make;
|
|
dependencies = (
|
|
);
|
|
name = colourgo;
|
|
passBuildSettingsInEnvironment = 1;
|
|
productName = colourgo;
|
|
};
|
|
/* End PBXLegacyTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
9DD31AED22FE661A00F65886 /* Binary */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9DD31B1B22FE661A00F65886 /* Build configuration list for PBXNativeTarget "Binary" */;
|
|
buildPhases = (
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Binary;
|
|
productName = Binary;
|
|
productReference = 9DD31AEE22FE661A00F65886 /* colourgo */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
9DD31AF022FE661A00F65886 /* DiskImage */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9DD31B1E22FE661A00F65886 /* Build configuration list for PBXNativeTarget "DiskImage" */;
|
|
buildPhases = (
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = DiskImage;
|
|
productName = DiskImage;
|
|
productReference = 9DD31AF122FE661A00F65886 /* colourgo.dsk */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
9DD31AF522FE661A00F65886 /* doNotBuild */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 9DD31B2122FE661A00F65886 /* Build configuration list for PBXNativeTarget "doNotBuild" */;
|
|
buildPhases = (
|
|
9DD31AF222FE661A00F65886 /* Sources */,
|
|
9DD31AF322FE661A00F65886 /* Frameworks */,
|
|
9DD31AF422FE661A00F65886 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = doNotBuild;
|
|
productName = doNotBuild;
|
|
productReference = 9DD31AF622FE661A00F65886 /* doNotBuild */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
9DD31AE822FE661A00F65886 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1030;
|
|
ORGANIZATIONNAME = "Jeremy Rand";
|
|
TargetAttributes = {
|
|
9DD31AEC22FE661A00F65886 = {
|
|
CreatedOnToolsVersion = 10.3;
|
|
};
|
|
9DD31AED22FE661A00F65886 = {
|
|
CreatedOnToolsVersion = 10.3;
|
|
};
|
|
9DD31AF022FE661A00F65886 = {
|
|
CreatedOnToolsVersion = 10.3;
|
|
};
|
|
9DD31AF522FE661A00F65886 = {
|
|
CreatedOnToolsVersion = 10.3;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 9DD31AEB22FE661A00F65886 /* Build configuration list for PBXProject "colourgo" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 9DD31AE722FE661A00F65886;
|
|
productRefGroup = 9DD31AEF22FE661A00F65886 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
9DD31AEC22FE661A00F65886 /* colourgo */,
|
|
9DD31AED22FE661A00F65886 /* Binary */,
|
|
9DD31AF022FE661A00F65886 /* DiskImage */,
|
|
9DD31AF522FE661A00F65886 /* doNotBuild */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
9DD31AF222FE661A00F65886 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9DD31B3322FE667000F65886 /* vbl.s in Sources */,
|
|
9DD31B2F22FE667000F65886 /* main.c in Sources */,
|
|
9DD31B3122FE667000F65886 /* mouseWrapper.c in Sources */,
|
|
9DD31B3222FE667000F65886 /* machine.c in Sources */,
|
|
9DD31AFB22FE661A00F65886 /* Makefile in Sources */,
|
|
9DD31B3022FE667000F65886 /* game.s in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
9DD31B1622FE661A00F65886 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
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_IMPLICIT_RETAIN_SELF = 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_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DD31B1722FE661A00F65886 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
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_IMPLICIT_RETAIN_SELF = 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_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
9DD31B1922FE661A00F65886 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEBUGGING_SYMBOLS = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DD31B1A22FE661A00F65886 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
9DD31B1C22FE661A00F65886 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
PRODUCT_NAME = colourgo;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DD31B1D22FE661A00F65886 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
PRODUCT_NAME = colourgo;
|
|
};
|
|
name = Release;
|
|
};
|
|
9DD31B1F22FE661A00F65886 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
PRODUCT_NAME = colourgo.dsk;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DD31B2022FE661A00F65886 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
PRODUCT_NAME = colourgo.dsk;
|
|
};
|
|
name = Release;
|
|
};
|
|
9DD31B2222FE661A00F65886 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
GCC_PREPROCESSOR_DEFINITIONS = "__fastcall__=\"\"";
|
|
HEADER_SEARCH_PATHS = (
|
|
$TEMP_ROOT/colourgo.build/$CONFIGURATION/colourgo.build/DerivedSources,
|
|
/usr/local/share/cc65/include,
|
|
);
|
|
PRODUCT_NAME = doNotBuild;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DD31B2322FE661A00F65886 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
GCC_PREPROCESSOR_DEFINITIONS = "__fastcall__=\"\"";
|
|
HEADER_SEARCH_PATHS = (
|
|
$TEMP_ROOT/colourgo.build/$CONFIGURATION/colourgo.build/DerivedSources,
|
|
/usr/local/share/cc65/include,
|
|
);
|
|
PRODUCT_NAME = doNotBuild;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
9DD31AEB22FE661A00F65886 /* Build configuration list for PBXProject "colourgo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DD31B1622FE661A00F65886 /* Debug */,
|
|
9DD31B1722FE661A00F65886 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9DD31B1822FE661A00F65886 /* Build configuration list for PBXLegacyTarget "colourgo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DD31B1922FE661A00F65886 /* Debug */,
|
|
9DD31B1A22FE661A00F65886 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9DD31B1B22FE661A00F65886 /* Build configuration list for PBXNativeTarget "Binary" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DD31B1C22FE661A00F65886 /* Debug */,
|
|
9DD31B1D22FE661A00F65886 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9DD31B1E22FE661A00F65886 /* Build configuration list for PBXNativeTarget "DiskImage" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DD31B1F22FE661A00F65886 /* Debug */,
|
|
9DD31B2022FE661A00F65886 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9DD31B2122FE661A00F65886 /* Build configuration list for PBXNativeTarget "doNotBuild" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DD31B2222FE661A00F65886 /* Debug */,
|
|
9DD31B2322FE661A00F65886 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 9DD31AE822FE661A00F65886 /* Project object */;
|
|
}
|