1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 01:29:44 +00:00

Shuffled things and guessed at things until the Xcode project was happy being subservient to the project proper.

This commit is contained in:
Thomas Harte 2015-07-16 20:27:31 -04:00
parent 65d60f065d
commit 24c0579b94
283 changed files with 24 additions and 23 deletions

View File

@ -7,8 +7,9 @@
objects = {
/* Begin PBXBuildFile section */
4BB297DD1B587D0100A49093 /* CPU6502.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BB297D91B587D0100A49093 /* CPU6502.cpp */; };
4BB297DE1B587D0100A49093 /* CPU6502AllRAM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BB297DB1B587D0100A49093 /* CPU6502AllRAM.cpp */; };
4B6D7F941B58822000787C9A /* Atari2600.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B6D7F921B58822000787C9A /* Atari2600.cpp */; };
4B6D7F991B58822E00787C9A /* CPU6502.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B6D7F951B58822E00787C9A /* CPU6502.cpp */; };
4B6D7F9A1B58822E00787C9A /* CPU6502AllRAM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B6D7F971B58822E00787C9A /* CPU6502AllRAM.cpp */; };
4BB298EE1B587D8400A49093 /* 6502_functional_test.bin in Resources */ = {isa = PBXBuildFile; fileRef = 4BB297E01B587D8300A49093 /* 6502_functional_test.bin */; };
4BB298EF1B587D8400A49093 /* AllSuiteA.bin in Resources */ = {isa = PBXBuildFile; fileRef = 4BB297E11B587D8300A49093 /* AllSuiteA.bin */; };
4BB298F01B587D8400A49093 /* TestMachine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4BB297E31B587D8300A49093 /* TestMachine.mm */; };
@ -277,8 +278,6 @@
4BB299F71B587D8400A49093 /* txan in Resources */ = {isa = PBXBuildFile; fileRef = 4BB298EB1B587D8400A49093 /* txan */; };
4BB299F81B587D8400A49093 /* txsn in Resources */ = {isa = PBXBuildFile; fileRef = 4BB298EC1B587D8400A49093 /* txsn */; };
4BB299F91B587D8400A49093 /* tyan in Resources */ = {isa = PBXBuildFile; fileRef = 4BB298ED1B587D8400A49093 /* tyan */; };
4BB299FC1B587E0C00A49093 /* Atari2600.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BB299FA1B587E0C00A49093 /* Atari2600.cpp */; };
4BB299FD1B587E0C00A49093 /* Atari2600.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BB299FA1B587E0C00A49093 /* Atari2600.cpp */; };
4BB73EA21B587A5100552FC2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB73EA11B587A5100552FC2 /* AppDelegate.swift */; };
4BB73EA41B587A5100552FC2 /* Atari2600Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB73EA31B587A5100552FC2 /* Atari2600Document.swift */; };
4BB73EA71B587A5100552FC2 /* Atari2600Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4BB73EA51B587A5100552FC2 /* Atari2600Document.xib */; };
@ -306,10 +305,12 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
4BB297D91B587D0100A49093 /* CPU6502.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CPU6502.cpp; path = ../../../../../Processors/6502/CPU6502.cpp; sourceTree = "<group>"; };
4BB297DA1B587D0100A49093 /* CPU6502.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CPU6502.hpp; path = ../../../../../Processors/6502/CPU6502.hpp; sourceTree = "<group>"; };
4BB297DB1B587D0100A49093 /* CPU6502AllRAM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CPU6502AllRAM.cpp; path = ../../../../../Processors/6502/CPU6502AllRAM.cpp; sourceTree = "<group>"; };
4BB297DC1B587D0100A49093 /* CPU6502AllRAM.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CPU6502AllRAM.hpp; path = ../../../../../Processors/6502/CPU6502AllRAM.hpp; sourceTree = "<group>"; };
4B6D7F921B58822000787C9A /* Atari2600.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Atari2600.cpp; sourceTree = "<group>"; };
4B6D7F931B58822000787C9A /* Atari2600.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Atari2600.hpp; sourceTree = "<group>"; };
4B6D7F951B58822E00787C9A /* CPU6502.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CPU6502.cpp; path = ../../Processors/6502/CPU6502.cpp; sourceTree = "<group>"; };
4B6D7F961B58822E00787C9A /* Atari2600.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Atari2600.hpp; path = ../../Machines/Atari2600.hpp; sourceTree = "<group>"; };
4B6D7F971B58822E00787C9A /* CPU6502AllRAM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CPU6502AllRAM.cpp; path = ../../Processors/6502/CPU6502AllRAM.cpp; sourceTree = "<group>"; };
4B6D7F981B58822E00787C9A /* CPU6502AllRAM.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CPU6502AllRAM.hpp; path = ../../Processors/6502/CPU6502AllRAM.hpp; sourceTree = "<group>"; };
4BB297DF1B587D8200A49093 /* Clock SignalTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Clock SignalTests-Bridging-Header.h"; sourceTree = "<group>"; };
4BB297E01B587D8300A49093 /* 6502_functional_test.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = 6502_functional_test.bin; sourceTree = "<group>"; };
4BB297E11B587D8300A49093 /* AllSuiteA.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = AllSuiteA.bin; sourceTree = "<group>"; };
@ -580,8 +581,6 @@
4BB298EB1B587D8400A49093 /* txan */ = {isa = PBXFileReference; lastKnownFileType = file; path = txan; sourceTree = "<group>"; };
4BB298EC1B587D8400A49093 /* txsn */ = {isa = PBXFileReference; lastKnownFileType = file; path = txsn; sourceTree = "<group>"; };
4BB298ED1B587D8400A49093 /* tyan */ = {isa = PBXFileReference; lastKnownFileType = file; path = tyan; sourceTree = "<group>"; };
4BB299FA1B587E0C00A49093 /* Atari2600.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Atari2600.cpp; path = ../../../../Machines/Atari2600.cpp; sourceTree = "<group>"; };
4BB299FB1B587E0C00A49093 /* Atari2600.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Atari2600.hpp; path = ../../../../Machines/Atari2600.hpp; sourceTree = "<group>"; };
4BB73E9E1B587A5100552FC2 /* Clock Signal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Clock Signal.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4BB73EA11B587A5100552FC2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4BB73EA31B587A5100552FC2 /* Atari2600Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Atari2600Document.swift; sourceTree = "<group>"; };
@ -958,10 +957,11 @@
4BB73EDC1B587CA500552FC2 /* Machines */ = {
isa = PBXGroup;
children = (
4BB299FA1B587E0C00A49093 /* Atari2600.cpp */,
4BB299FB1B587E0C00A49093 /* Atari2600.hpp */,
4B6D7F921B58822000787C9A /* Atari2600.cpp */,
4B6D7F931B58822000787C9A /* Atari2600.hpp */,
);
path = Machines;
name = Machines;
path = ../../Machines;
sourceTree = "<group>";
};
4BB73EDD1B587CA500552FC2 /* Processors */ = {
@ -969,18 +969,20 @@
children = (
4BB73EDE1B587CA500552FC2 /* 6502 */,
);
path = Processors;
name = Processors;
path = ../../Processors;
sourceTree = "<group>";
};
4BB73EDE1B587CA500552FC2 /* 6502 */ = {
isa = PBXGroup;
children = (
4BB297D91B587D0100A49093 /* CPU6502.cpp */,
4BB297DA1B587D0100A49093 /* CPU6502.hpp */,
4BB297DB1B587D0100A49093 /* CPU6502AllRAM.cpp */,
4BB297DC1B587D0100A49093 /* CPU6502AllRAM.hpp */,
4B6D7F951B58822E00787C9A /* CPU6502.cpp */,
4B6D7F961B58822E00787C9A /* Atari2600.hpp */,
4B6D7F971B58822E00787C9A /* CPU6502AllRAM.cpp */,
4B6D7F981B58822E00787C9A /* CPU6502AllRAM.hpp */,
);
path = 6502;
name = 6502;
path = ../../Processors/6502;
sourceTree = "<group>";
};
/* End PBXGroup section */
@ -1386,11 +1388,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4BB297DE1B587D0100A49093 /* CPU6502AllRAM.cpp in Sources */,
4BB297DD1B587D0100A49093 /* CPU6502.cpp in Sources */,
4BB73EA41B587A5100552FC2 /* Atari2600Document.swift in Sources */,
4B6D7F991B58822E00787C9A /* CPU6502.cpp in Sources */,
4B6D7F9A1B58822E00787C9A /* CPU6502AllRAM.cpp in Sources */,
4BB73EA21B587A5100552FC2 /* AppDelegate.swift in Sources */,
4BB299FC1B587E0C00A49093 /* Atari2600.cpp in Sources */,
4B6D7F941B58822000787C9A /* Atari2600.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -1400,7 +1402,6 @@
files = (
4BB73EB71B587A5100552FC2 /* Clock_SignalTests.swift in Sources */,
4BB298F01B587D8400A49093 /* TestMachine.mm in Sources */,
4BB299FD1B587E0C00A49093 /* Atari2600.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

Some files were not shown because too many files have changed in this diff Show More