2020-06-11 01:47:00 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 50;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
9D17168F2491C49300C83148 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D17168E2491C49300C83148 /* main.c */; };
|
|
|
|
9D1716922491C49300C83148 /* main.rez in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716912491C49300C83148 /* main.rez */; };
|
|
|
|
9D1716942491C49300C83148 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 9D1716932491C49300C83148 /* Makefile */; };
|
|
|
|
9D1716972491C49300C83148 /* config.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716962491C49300C83148 /* config.txt */; };
|
|
|
|
9D1716992491C49300C83148 /* createDiskImage in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716982491C49300C83148 /* createDiskImage */; };
|
|
|
|
9D17169B2491C49300C83148 /* head.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D17169A2491C49300C83148 /* head.mk */; };
|
|
|
|
9D17169D2491C49300C83148 /* launchEmulator in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D17169C2491C49300C83148 /* launchEmulator */; };
|
|
|
|
9D17169F2491C49300C83148 /* orca-asm in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D17169E2491C49300C83148 /* orca-asm */; };
|
|
|
|
9D1716A12491C49300C83148 /* orca-cc in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716A02491C49300C83148 /* orca-cc */; };
|
|
|
|
9D1716A32491C49300C83148 /* orca-rez in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716A22491C49300C83148 /* orca-rez */; };
|
|
|
|
9D1716A52491C49300C83148 /* system601.2mg in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716A42491C49300C83148 /* system601.2mg */; };
|
|
|
|
9D1716A72491C49300C83148 /* tail.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716A62491C49300C83148 /* tail.mk */; };
|
|
|
|
9D1716AA2491C49300C83148 /* BuGS.xcscheme in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D1716A92491C49300C83148 /* BuGS.xcscheme */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
9D17168A2491C49300C83148 /* CopyFiles */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = /usr/share/man/man1/;
|
|
|
|
dstSubfolderSpec = 0;
|
|
|
|
files = (
|
|
|
|
9D17169D2491C49300C83148 /* launchEmulator in CopyFiles */,
|
|
|
|
9D1716AA2491C49300C83148 /* BuGS.xcscheme in CopyFiles */,
|
|
|
|
9D1716A12491C49300C83148 /* orca-cc in CopyFiles */,
|
|
|
|
9D1716992491C49300C83148 /* createDiskImage in CopyFiles */,
|
|
|
|
9D1716A32491C49300C83148 /* orca-rez in CopyFiles */,
|
|
|
|
9D1716972491C49300C83148 /* config.txt in CopyFiles */,
|
|
|
|
9D1716A52491C49300C83148 /* system601.2mg in CopyFiles */,
|
|
|
|
9D17169F2491C49300C83148 /* orca-asm in CopyFiles */,
|
|
|
|
9D1716922491C49300C83148 /* main.rez in CopyFiles */,
|
|
|
|
9D17169B2491C49300C83148 /* head.mk in CopyFiles */,
|
|
|
|
9D1716A72491C49300C83148 /* tail.mk in CopyFiles */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
9D1716842491C49300C83148 /* BuGS */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BuGS; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
9D1716872491C49300C83148 /* BuGS.2mg */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BuGS.2mg; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
9D17168C2491C49300C83148 /* doNotBuild */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = doNotBuild; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
9D17168E2491C49300C83148 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
|
|
|
9D1716902491C49300C83148 /* main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
|
|
|
|
9D1716912491C49300C83148 /* main.rez */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.rez; path = main.rez; sourceTree = "<group>"; };
|
|
|
|
9D1716932491C49300C83148 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
|
|
9D1716962491C49300C83148 /* config.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.txt; sourceTree = "<group>"; };
|
|
|
|
9D1716982491C49300C83148 /* createDiskImage */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = createDiskImage; sourceTree = "<group>"; };
|
|
|
|
9D17169A2491C49300C83148 /* head.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = head.mk; sourceTree = "<group>"; };
|
|
|
|
9D17169C2491C49300C83148 /* launchEmulator */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = launchEmulator; sourceTree = "<group>"; };
|
|
|
|
9D17169E2491C49300C83148 /* orca-asm */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "orca-asm"; sourceTree = "<group>"; };
|
|
|
|
9D1716A02491C49300C83148 /* orca-cc */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "orca-cc"; sourceTree = "<group>"; };
|
|
|
|
9D1716A22491C49300C83148 /* orca-rez */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "orca-rez"; sourceTree = "<group>"; };
|
|
|
|
9D1716A42491C49300C83148 /* system601.2mg */ = {isa = PBXFileReference; lastKnownFileType = file; path = system601.2mg; sourceTree = "<group>"; };
|
|
|
|
9D1716A62491C49300C83148 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = tail.mk; sourceTree = "<group>"; };
|
|
|
|
9D1716A92491C49300C83148 /* BuGS.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = BuGS.xcscheme; path = ../../BuGS.xcodeproj/xcshareddata/xcschemes/BuGS.xcscheme; sourceTree = "<group>"; };
|
2020-07-19 19:15:45 +00:00
|
|
|
9D2FF6DA24C4C79A000181E5 /* random.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = random.s; sourceTree = "<group>"; };
|
2020-07-03 02:57:52 +00:00
|
|
|
9D3396F424AECB1D003222B3 /* explosions.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = explosions.s; sourceTree = "<group>"; };
|
|
|
|
9D3396F524AECBB1003222B3 /* spiders.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = spiders.s; sourceTree = "<group>"; };
|
|
|
|
9D3396F624AECC40003222B3 /* scorpions.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = scorpions.s; sourceTree = "<group>"; };
|
|
|
|
9D3396F724AECCAC003222B3 /* scores.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = scores.s; sourceTree = "<group>"; };
|
|
|
|
9D3396F824AECD11003222B3 /* fleas.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = fleas.s; sourceTree = "<group>"; };
|
|
|
|
9D3396F924AECD7A003222B3 /* numbers.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = numbers.s; sourceTree = "<group>"; };
|
|
|
|
9D3396FA24AECDE9003222B3 /* solid.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = solid.s; sourceTree = "<group>"; };
|
|
|
|
9D3396FB24AECF7C003222B3 /* symbols.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = symbols.s; sourceTree = "<group>"; };
|
|
|
|
9D3396FC24AECFBB003222B3 /* letters.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = letters.s; sourceTree = "<group>"; };
|
|
|
|
9D3396FD24AECFF5003222B3 /* mushrooms.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = mushrooms.s; sourceTree = "<group>"; };
|
|
|
|
9D3396FF24AED09D003222B3 /* sprites.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = sprites.md; sourceTree = "<group>"; };
|
2020-07-03 06:04:27 +00:00
|
|
|
9D33970024AEFBF2003222B3 /* segments.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = segments.s; sourceTree = "<group>"; };
|
2020-07-04 06:45:53 +00:00
|
|
|
9D33970124AF9D55003222B3 /* sprites.macros */ = {isa = PBXFileReference; lastKnownFileType = text; path = sprites.macros; sourceTree = "<group>"; };
|
2020-10-27 03:26:12 +00:00
|
|
|
9D47CBE02547BEDB00CDA5CB /* gameMushroom.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameMushroom.s; sourceTree = "<group>"; };
|
2020-11-16 05:14:08 +00:00
|
|
|
9D47CC14254A698900CDA5CB /* gamePlayer.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gamePlayer.s; sourceTree = "<group>"; };
|
2020-11-05 03:48:18 +00:00
|
|
|
9D47CCBA25525C1A00CDA5CB /* tileData.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = tileData.pl; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.perl; };
|
2020-11-16 05:14:08 +00:00
|
|
|
9D53E5B32562320300E10169 /* gameShot.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameShot.s; sourceTree = "<group>"; };
|
2020-06-16 04:02:20 +00:00
|
|
|
9D62AF3B249871A300348F45 /* colour.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = colour.s; sourceTree = "<group>"; };
|
2020-06-17 04:02:46 +00:00
|
|
|
9D62AF3F2499CD1E00348F45 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
|
|
9D62AF402499CD3A00348F45 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
2020-10-13 04:09:37 +00:00
|
|
|
9D8AF0B72535542400C10E3C /* level.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = level.s; sourceTree = "<group>"; };
|
2020-10-14 03:24:15 +00:00
|
|
|
9D8AF0B82535543000C10E3C /* score.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = score.s; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.asm.orcam; };
|
2020-10-22 04:00:16 +00:00
|
|
|
9D8FFC602491CA28005C9327 /* game.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = game.s; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.asm.orcam; };
|
2020-06-11 03:51:53 +00:00
|
|
|
9D8FFC612491CAF0005C9327 /* game.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = game.h; sourceTree = "<group>"; };
|
2020-11-05 03:48:18 +00:00
|
|
|
9D9F07F92553AB3800875B29 /* TODO.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TODO.md; sourceTree = "<group>"; };
|
2020-07-19 02:11:20 +00:00
|
|
|
9DB1505024C3801100558B87 /* gameFlea.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameFlea.s; sourceTree = "<group>"; };
|
2020-07-21 03:04:27 +00:00
|
|
|
9DB1505124C6875C00558B87 /* gameScorpion.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameScorpion.s; sourceTree = "<group>"; };
|
2020-07-22 01:47:50 +00:00
|
|
|
9DB1505224C7495400558B87 /* globals.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = globals.s; sourceTree = "<group>"; };
|
2020-09-21 02:22:58 +00:00
|
|
|
9DB1505324C9E54C00558B87 /* gameSpider.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameSpider.s; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.asm.orcam; };
|
2020-07-31 03:34:48 +00:00
|
|
|
9DB1505424D3BF6C00558B87 /* gameSegments.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = gameSegments.s; sourceTree = "<group>"; };
|
|
|
|
9DB1505524D3BFCE00558B87 /* global.macros */ = {isa = PBXFileReference; lastKnownFileType = text; path = global.macros; sourceTree = "<group>"; };
|
2020-07-10 02:55:08 +00:00
|
|
|
9DC4D7BD24B7652100BACF4B /* ship.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ship.s; sourceTree = "<group>"; };
|
|
|
|
9DC4D7BE24B80C9600BACF4B /* shot.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = shot.s; sourceTree = "<group>"; };
|
2020-06-11 01:47:00 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
9D1716892491C49300C83148 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
9D17167D2491C49300C83148 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2020-06-17 04:02:46 +00:00
|
|
|
9D62AF3F2499CD1E00348F45 /* LICENSE */,
|
|
|
|
9D62AF402499CD3A00348F45 /* README.md */,
|
2020-11-05 03:48:18 +00:00
|
|
|
9D9F07F92553AB3800875B29 /* TODO.md */,
|
2020-06-11 01:47:00 +00:00
|
|
|
9D17168D2491C49300C83148 /* BuGS */,
|
|
|
|
9D1716852491C49300C83148 /* Products */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
9D1716852491C49300C83148 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
9D1716842491C49300C83148 /* BuGS */,
|
|
|
|
9D1716872491C49300C83148 /* BuGS.2mg */,
|
|
|
|
9D17168C2491C49300C83148 /* doNotBuild */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
9D17168D2491C49300C83148 /* BuGS */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
9D17168E2491C49300C83148 /* main.c */,
|
|
|
|
9D1716902491C49300C83148 /* main.h */,
|
2020-06-11 03:51:53 +00:00
|
|
|
9D8FFC602491CA28005C9327 /* game.s */,
|
|
|
|
9D8FFC612491CAF0005C9327 /* game.h */,
|
2020-07-19 02:11:20 +00:00
|
|
|
9DB1505024C3801100558B87 /* gameFlea.s */,
|
2020-07-21 03:04:27 +00:00
|
|
|
9DB1505124C6875C00558B87 /* gameScorpion.s */,
|
2020-07-24 03:41:12 +00:00
|
|
|
9DB1505324C9E54C00558B87 /* gameSpider.s */,
|
2020-07-31 03:34:48 +00:00
|
|
|
9DB1505424D3BF6C00558B87 /* gameSegments.s */,
|
2020-10-27 03:26:12 +00:00
|
|
|
9D47CBE02547BEDB00CDA5CB /* gameMushroom.s */,
|
2020-10-29 03:46:32 +00:00
|
|
|
9D47CC14254A698900CDA5CB /* gamePlayer.s */,
|
2020-11-16 05:14:08 +00:00
|
|
|
9D53E5B32562320300E10169 /* gameShot.s */,
|
2020-10-13 04:09:37 +00:00
|
|
|
9D8AF0B72535542400C10E3C /* level.s */,
|
|
|
|
9D8AF0B82535543000C10E3C /* score.s */,
|
2020-06-16 04:02:20 +00:00
|
|
|
9D62AF3B249871A300348F45 /* colour.s */,
|
2020-07-19 19:15:45 +00:00
|
|
|
9D2FF6DA24C4C79A000181E5 /* random.s */,
|
2020-07-22 01:47:50 +00:00
|
|
|
9DB1505224C7495400558B87 /* globals.s */,
|
2020-07-31 03:34:48 +00:00
|
|
|
9DB1505524D3BFCE00558B87 /* global.macros */,
|
2020-11-05 03:48:18 +00:00
|
|
|
9D47CCBA25525C1A00CDA5CB /* tileData.pl */,
|
2020-07-03 02:57:52 +00:00
|
|
|
9D3396F324AECACC003222B3 /* sprites */,
|
2020-06-11 01:47:00 +00:00
|
|
|
9D1716912491C49300C83148 /* main.rez */,
|
|
|
|
9D1716932491C49300C83148 /* Makefile */,
|
|
|
|
9D1716952491C49300C83148 /* make */,
|
|
|
|
9D1716A82491C49300C83148 /* Supporting Files */,
|
|
|
|
);
|
|
|
|
path = BuGS;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
9D1716952491C49300C83148 /* make */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
9D1716962491C49300C83148 /* config.txt */,
|
|
|
|
9D1716982491C49300C83148 /* createDiskImage */,
|
|
|
|
9D17169A2491C49300C83148 /* head.mk */,
|
|
|
|
9D17169C2491C49300C83148 /* launchEmulator */,
|
|
|
|
9D17169E2491C49300C83148 /* orca-asm */,
|
|
|
|
9D1716A02491C49300C83148 /* orca-cc */,
|
|
|
|
9D1716A22491C49300C83148 /* orca-rez */,
|
|
|
|
9D1716A42491C49300C83148 /* system601.2mg */,
|
|
|
|
9D1716A62491C49300C83148 /* tail.mk */,
|
|
|
|
);
|
|
|
|
path = make;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
9D1716A82491C49300C83148 /* Supporting Files */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
9D1716A92491C49300C83148 /* BuGS.xcscheme */,
|
|
|
|
);
|
|
|
|
path = "Supporting Files";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2020-07-03 02:57:52 +00:00
|
|
|
9D3396F324AECACC003222B3 /* sprites */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
9D3396FF24AED09D003222B3 /* sprites.md */,
|
2020-07-04 06:45:53 +00:00
|
|
|
9D33970124AF9D55003222B3 /* sprites.macros */,
|
2020-07-03 02:57:52 +00:00
|
|
|
9D3396F424AECB1D003222B3 /* explosions.s */,
|
|
|
|
9D3396F524AECBB1003222B3 /* spiders.s */,
|
|
|
|
9D3396F624AECC40003222B3 /* scorpions.s */,
|
|
|
|
9D3396F724AECCAC003222B3 /* scores.s */,
|
|
|
|
9D3396F824AECD11003222B3 /* fleas.s */,
|
|
|
|
9D3396F924AECD7A003222B3 /* numbers.s */,
|
|
|
|
9D3396FA24AECDE9003222B3 /* solid.s */,
|
|
|
|
9D3396FB24AECF7C003222B3 /* symbols.s */,
|
|
|
|
9D3396FC24AECFBB003222B3 /* letters.s */,
|
|
|
|
9D3396FD24AECFF5003222B3 /* mushrooms.s */,
|
2020-07-03 06:04:27 +00:00
|
|
|
9D33970024AEFBF2003222B3 /* segments.s */,
|
2020-07-10 02:55:08 +00:00
|
|
|
9DC4D7BD24B7652100BACF4B /* ship.s */,
|
|
|
|
9DC4D7BE24B80C9600BACF4B /* shot.s */,
|
2020-07-03 02:57:52 +00:00
|
|
|
);
|
|
|
|
path = sprites;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2020-06-11 01:47:00 +00:00
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXLegacyTarget section */
|
|
|
|
9D1716822491C49300C83148 /* BuGS */ = {
|
|
|
|
isa = PBXLegacyTarget;
|
|
|
|
buildArgumentsString = "-C BuGS $(ACTION)";
|
|
|
|
buildConfigurationList = 9D1716AD2491C49300C83148 /* Build configuration list for PBXLegacyTarget "BuGS" */;
|
|
|
|
buildPhases = (
|
|
|
|
);
|
|
|
|
buildToolPath = /usr/bin/make;
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = BuGS;
|
|
|
|
passBuildSettingsInEnvironment = 1;
|
|
|
|
productName = BuGS;
|
|
|
|
};
|
|
|
|
/* End PBXLegacyTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
9D1716832491C49300C83148 /* Binary */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 9D1716B02491C49300C83148 /* Build configuration list for PBXNativeTarget "Binary" */;
|
|
|
|
buildPhases = (
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = Binary;
|
|
|
|
productName = Binary;
|
|
|
|
productReference = 9D1716842491C49300C83148 /* BuGS */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
};
|
|
|
|
9D1716862491C49300C83148 /* DiskImage */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 9D1716B32491C49300C83148 /* Build configuration list for PBXNativeTarget "DiskImage" */;
|
|
|
|
buildPhases = (
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = DiskImage;
|
|
|
|
productName = DiskImage;
|
|
|
|
productReference = 9D1716872491C49300C83148 /* BuGS.2mg */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
};
|
|
|
|
9D17168B2491C49300C83148 /* doNotBuild */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 9D1716B62491C49300C83148 /* Build configuration list for PBXNativeTarget "doNotBuild" */;
|
|
|
|
buildPhases = (
|
|
|
|
9D1716882491C49300C83148 /* Sources */,
|
|
|
|
9D1716892491C49300C83148 /* Frameworks */,
|
|
|
|
9D17168A2491C49300C83148 /* CopyFiles */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = doNotBuild;
|
|
|
|
productName = doNotBuild;
|
|
|
|
productReference = 9D17168C2491C49300C83148 /* doNotBuild */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
9D17167E2491C49300C83148 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
LastUpgradeCheck = 1130;
|
|
|
|
ORGANIZATIONNAME = "Jeremy Rand";
|
|
|
|
TargetAttributes = {
|
|
|
|
9D1716822491C49300C83148 = {
|
|
|
|
CreatedOnToolsVersion = 11.3.1;
|
|
|
|
};
|
|
|
|
9D1716832491C49300C83148 = {
|
|
|
|
CreatedOnToolsVersion = 11.3.1;
|
|
|
|
};
|
|
|
|
9D1716862491C49300C83148 = {
|
|
|
|
CreatedOnToolsVersion = 11.3.1;
|
|
|
|
};
|
|
|
|
9D17168B2491C49300C83148 = {
|
|
|
|
CreatedOnToolsVersion = 11.3.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = 9D1716812491C49300C83148 /* Build configuration list for PBXProject "BuGS" */;
|
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
Base,
|
|
|
|
);
|
|
|
|
mainGroup = 9D17167D2491C49300C83148;
|
|
|
|
productRefGroup = 9D1716852491C49300C83148 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
9D1716822491C49300C83148 /* BuGS */,
|
|
|
|
9D1716832491C49300C83148 /* Binary */,
|
|
|
|
9D1716862491C49300C83148 /* DiskImage */,
|
|
|
|
9D17168B2491C49300C83148 /* doNotBuild */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
9D1716882491C49300C83148 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
9D1716942491C49300C83148 /* Makefile in Sources */,
|
|
|
|
9D17168F2491C49300C83148 /* main.c in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
9D1716AB2491C49300C83148 /* 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;
|
|
|
|
};
|
|
|
|
9D1716AC2491C49300C83148 /* 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;
|
|
|
|
};
|
|
|
|
9D1716AE2491C49300C83148 /* 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;
|
|
|
|
};
|
|
|
|
9D1716AF2491C49300C83148 /* 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;
|
|
|
|
};
|
|
|
|
9D1716B12491C49300C83148 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
PRODUCT_NAME = BuGS;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
9D1716B22491C49300C83148 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
PRODUCT_NAME = BuGS;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
9D1716B42491C49300C83148 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
PRODUCT_NAME = BuGS.2mg;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
9D1716B52491C49300C83148 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
PRODUCT_NAME = BuGS.2mg;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
9D1716B72491C49300C83148 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"inline(X,Y)=\"\"\n",
|
|
|
|
"extended=double\n",
|
|
|
|
"pascal=\"\"",
|
|
|
|
);
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$TEMP_ROOT/BuGS.build/$CONFIGURATION/BuGS.build/DerivedSources\n",
|
|
|
|
"$GOLDEN_GATE/Libraries/ORCACDefs\n",
|
|
|
|
"~/Library/GoldenGate/Libraries/ORCACDefs\n",
|
|
|
|
"/Library/GoldenGate/Libraries/ORCACDefs\n",
|
|
|
|
"~/GoldenGate/Libraries/ORCACDefs",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = doNotBuild;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
9D1716B82491C49300C83148 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
DEVELOPMENT_TEAM = VD9FGCW36C;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"inline(X,Y)=\"\"\n",
|
|
|
|
"extended=double\n",
|
|
|
|
"pascal=\"\"",
|
|
|
|
);
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$TEMP_ROOT/BuGS.build/$CONFIGURATION/BuGS.build/DerivedSources\n",
|
|
|
|
"$GOLDEN_GATE/Libraries/ORCACDefs\n",
|
|
|
|
"~/Library/GoldenGate/Libraries/ORCACDefs\n",
|
|
|
|
"/Library/GoldenGate/Libraries/ORCACDefs\n",
|
|
|
|
"~/GoldenGate/Libraries/ORCACDefs",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = doNotBuild;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
9D1716812491C49300C83148 /* Build configuration list for PBXProject "BuGS" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
9D1716AB2491C49300C83148 /* Debug */,
|
|
|
|
9D1716AC2491C49300C83148 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
9D1716AD2491C49300C83148 /* Build configuration list for PBXLegacyTarget "BuGS" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
9D1716AE2491C49300C83148 /* Debug */,
|
|
|
|
9D1716AF2491C49300C83148 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
9D1716B02491C49300C83148 /* Build configuration list for PBXNativeTarget "Binary" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
9D1716B12491C49300C83148 /* Debug */,
|
|
|
|
9D1716B22491C49300C83148 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
9D1716B32491C49300C83148 /* Build configuration list for PBXNativeTarget "DiskImage" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
9D1716B42491C49300C83148 /* Debug */,
|
|
|
|
9D1716B52491C49300C83148 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
9D1716B62491C49300C83148 /* Build configuration list for PBXNativeTarget "doNotBuild" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
9D1716B72491C49300C83148 /* Debug */,
|
|
|
|
9D1716B82491C49300C83148 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
|
|
rootObject = 9D17167E2491C49300C83148 /* Project object */;
|
|
|
|
}
|