mirror of
https://github.com/jeremysrand/colourgo.git
synced 2025-01-24 00:30:43 +00:00
245 lines
9.5 KiB
Plaintext
245 lines
9.5 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXFileReference section */
|
|
9DFD77C91F1F9C2500639A48 /* game.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = game.s; sourceTree = "<group>"; };
|
|
9DFD77CA1F1F9C2500639A48 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
9DFD77CC1F1F9C2500639A48 /* AppleCommander.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AppleCommander.jar; path = make/AppleCommander.jar; sourceTree = "<group>"; };
|
|
9DFD77CD1F1F9C2500639A48 /* createDiskImage */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = createDiskImage; path = make/createDiskImage; sourceTree = "<group>"; };
|
|
9DFD77CE1F1F9C2500639A48 /* DevApple.vii */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = DevApple.vii; path = make/DevApple.vii; sourceTree = "<group>"; };
|
|
9DFD77CF1F1F9C2500639A48 /* dos33_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = dos33_template.dsk; path = make/dos33_template.dsk; sourceTree = "<group>"; };
|
|
9DFD77D01F1F9C2500639A48 /* head.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = head.mk; path = make/head.mk; sourceTree = "<group>"; };
|
|
9DFD77D11F1F9C2500639A48 /* prodos_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = prodos_template.dsk; path = make/prodos_template.dsk; sourceTree = "<group>"; };
|
|
9DFD77D21F1F9C2500639A48 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = tail.mk; path = make/tail.mk; sourceTree = "<group>"; };
|
|
9DFD77D31F1F9C2500639A48 /* V2Make.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = V2Make.scpt; path = make/V2Make.scpt; sourceTree = "<group>"; };
|
|
9DFD77D91F1FA47900639A48 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
|
9DFD77DB1F1FA4A400639A48 /* game.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = game.h; sourceTree = "<group>"; };
|
|
9DFD77DC1F1FB69600639A48 /* vbl.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = vbl.s; sourceTree = "<group>"; };
|
|
9DFD77DD1F1FB69600639A48 /* vbl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vbl.h; sourceTree = "<group>"; };
|
|
9DFD77DE1F1FB69600639A48 /* machine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = machine.c; sourceTree = "<group>"; };
|
|
9DFD77DF1F1FB69600639A48 /* machine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = machine.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXGroup section */
|
|
9DFD77C21F1F9C2500639A48 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DFD77C81F1F9C2500639A48 /* colourgo */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
9DFD77C81F1F9C2500639A48 /* colourgo */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DFD77C91F1F9C2500639A48 /* game.s */,
|
|
9DFD77DB1F1FA4A400639A48 /* game.h */,
|
|
9DFD77D91F1FA47900639A48 /* main.c */,
|
|
9DFD77DC1F1FB69600639A48 /* vbl.s */,
|
|
9DFD77DD1F1FB69600639A48 /* vbl.h */,
|
|
9DFD77DE1F1FB69600639A48 /* machine.c */,
|
|
9DFD77DF1F1FB69600639A48 /* machine.h */,
|
|
9DFD77CA1F1F9C2500639A48 /* Makefile */,
|
|
9DFD77CB1F1F9C2500639A48 /* make */,
|
|
);
|
|
path = colourgo;
|
|
sourceTree = "<group>";
|
|
};
|
|
9DFD77CB1F1F9C2500639A48 /* make */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9DFD77CC1F1F9C2500639A48 /* AppleCommander.jar */,
|
|
9DFD77CD1F1F9C2500639A48 /* createDiskImage */,
|
|
9DFD77CE1F1F9C2500639A48 /* DevApple.vii */,
|
|
9DFD77CF1F1F9C2500639A48 /* dos33_template.dsk */,
|
|
9DFD77D01F1F9C2500639A48 /* head.mk */,
|
|
9DFD77D11F1F9C2500639A48 /* prodos_template.dsk */,
|
|
9DFD77D21F1F9C2500639A48 /* tail.mk */,
|
|
9DFD77D31F1F9C2500639A48 /* V2Make.scpt */,
|
|
);
|
|
name = make;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXLegacyTarget section */
|
|
9DFD77C71F1F9C2500639A48 /* colourgo */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "-C colourgo $(ACTION)";
|
|
buildConfigurationList = 9DFD77D61F1F9C2500639A48 /* Build configuration list for PBXLegacyTarget "colourgo" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = /usr/bin/make;
|
|
dependencies = (
|
|
);
|
|
name = colourgo;
|
|
passBuildSettingsInEnvironment = 1;
|
|
productName = colourgo;
|
|
};
|
|
/* End PBXLegacyTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
9DFD77C31F1F9C2500639A48 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0830;
|
|
ORGANIZATIONNAME = "Jeremy Rand";
|
|
TargetAttributes = {
|
|
9DFD77C71F1F9C2500639A48 = {
|
|
CreatedOnToolsVersion = 8.3.3;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 9DFD77C61F1F9C2500639A48 /* Build configuration list for PBXProject "colourgo" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 9DFD77C21F1F9C2500639A48;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
9DFD77C71F1F9C2500639A48 /* colourgo */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
9DFD77D41F1F9C2500639A48 /* 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++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
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 = gnu99;
|
|
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 = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DFD77D51F1F9C2500639A48 /* 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++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
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 = gnu99;
|
|
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;
|
|
};
|
|
name = Release;
|
|
};
|
|
9DFD77D71F1F9C2500639A48 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DEBUGGING_SYMBOLS = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
9DFD77D81F1F9C2500639A48 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
9DFD77C61F1F9C2500639A48 /* Build configuration list for PBXProject "colourgo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DFD77D41F1F9C2500639A48 /* Debug */,
|
|
9DFD77D51F1F9C2500639A48 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
9DFD77D61F1F9C2500639A48 /* Build configuration list for PBXLegacyTarget "colourgo" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
9DFD77D71F1F9C2500639A48 /* Debug */,
|
|
9DFD77D81F1F9C2500639A48 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 9DFD77C31F1F9C2500639A48 /* Project object */;
|
|
}
|