First pass at fixing Xcode project.

This commit is contained in:
Stephen Anthony 2022-09-01 12:52:03 -02:30
parent 48bf93a2f0
commit e7e9e97afd
1 changed files with 20 additions and 6 deletions

View File

@ -852,7 +852,7 @@
2D05FF5F096E269100A518FE /* EventMappingWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = EventMappingWidget.hxx; sourceTree = "<group>"; }; 2D05FF5F096E269100A518FE /* EventMappingWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = EventMappingWidget.hxx; sourceTree = "<group>"; };
2D05FF60096E269100A518FE /* InputDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InputDialog.cxx; sourceTree = "<group>"; }; 2D05FF60096E269100A518FE /* InputDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InputDialog.cxx; sourceTree = "<group>"; };
2D05FF61096E269100A518FE /* InputDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = InputDialog.hxx; sourceTree = "<group>"; }; 2D05FF61096E269100A518FE /* InputDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = InputDialog.hxx; sourceTree = "<group>"; };
2D113E090672BF2100317017 /* docs */ = {isa = PBXFileReference; explicitFileType = folder; name = docs; path = ../../docs; sourceTree = "<group>"; }; 2D113E090672BF2100317017 /* docs */ = {isa = PBXFileReference; explicitFileType = folder; name = docs; path = ../../../docs; sourceTree = "<group>"; };
2D16A8E106324136005DF364 /* Stella.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Stella.icns; sourceTree = SOURCE_ROOT; }; 2D16A8E106324136005DF364 /* Stella.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Stella.icns; sourceTree = SOURCE_ROOT; };
2D17D98E08BC398400E47F69 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; }; 2D17D98E08BC398400E47F69 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
2D1A6CD4085135F9007CDBA8 /* AboutBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AboutBox.h; sourceTree = SOURCE_ROOT; }; 2D1A6CD4085135F9007CDBA8 /* AboutBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AboutBox.h; sourceTree = SOURCE_ROOT; };
@ -1692,6 +1692,7 @@
2D6050CC0898776500C6DE89 /* emucore */, 2D6050CC0898776500C6DE89 /* emucore */,
2D6050FA0898786C00C6DE89 /* gui */, 2D6050FA0898786C00C6DE89 /* gui */,
DC816CF32572F8B400FBCCDA /* json */, DC816CF32572F8B400FBCCDA /* json */,
DCED2B5F28C1052300243559 /* lib */,
DCD6FC5A11C281A1005DA767 /* libpng */, DCD6FC5A11C281A1005DA767 /* libpng */,
2D6050C60898771C00C6DE89 /* macos */, 2D6050C60898771C00C6DE89 /* macos */,
E0A383F72589730A0062AA93 /* sqlite */, E0A383F72589730A0062AA93 /* sqlite */,
@ -1983,7 +1984,8 @@
DCE395ED16CB0B5F008DB1E5 /* ZipHandler.cxx */, DCE395ED16CB0B5F008DB1E5 /* ZipHandler.cxx */,
DCE395EE16CB0B5F008DB1E5 /* ZipHandler.hxx */, DCE395EE16CB0B5F008DB1E5 /* ZipHandler.hxx */,
); );
path = common; name = common;
path = ../common;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2D6050C60898771C00C6DE89 /* macos */ = { 2D6050C60898771C00C6DE89 /* macos */ = {
@ -2215,7 +2217,8 @@
DC2AADAD194F389C0026C7A4 /* TIASurface.hxx */, DC2AADAD194F389C0026C7A4 /* TIASurface.hxx */,
DC1B2EC21E50036100F62837 /* TrakBall.hxx */, DC1B2EC21E50036100F62837 /* TrakBall.hxx */,
); );
path = emucore; name = emucore;
path = ../emucore;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2D6050FA0898786C00C6DE89 /* gui */ = { 2D6050FA0898786C00C6DE89 /* gui */ = {
@ -2358,7 +2361,8 @@
2DDBEAD4084578BF00812C11 /* Widget.cxx */, 2DDBEAD4084578BF00812C11 /* Widget.cxx */,
2DDBEAD5084578BF00812C11 /* Widget.hxx */, 2DDBEAD5084578BF00812C11 /* Widget.hxx */,
); );
path = gui; name = gui;
path = ../gui;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2D605130089879BA00C6DE89 /* debugger */ = { 2D605130089879BA00C6DE89 /* debugger */ = {
@ -2388,7 +2392,8 @@
2D6CC10408C811A600B8F642 /* TiaZoomWidget.hxx */, 2D6CC10408C811A600B8F642 /* TiaZoomWidget.hxx */,
DC2874061F8F2278004BF21A /* TrapArray.hxx */, DC2874061F8F2278004BF21A /* TrapArray.hxx */,
); );
path = debugger; name = debugger;
path = ../debugger;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2D60513708987A5400C6DE89 /* yacc */ = { 2D60513708987A5400C6DE89 /* yacc */ = {
@ -2493,7 +2498,8 @@
DC47455309C34BFA00EDDA3A /* RamCheat.cxx */, DC47455309C34BFA00EDDA3A /* RamCheat.cxx */,
DC47455409C34BFA00EDDA3A /* RamCheat.hxx */, DC47455409C34BFA00EDDA3A /* RamCheat.hxx */,
); );
path = cheat; name = cheat;
path = ../cheat;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
DCD6FC5A11C281A1005DA767 /* libpng */ = { DCD6FC5A11C281A1005DA767 /* libpng */ = {
@ -2561,6 +2567,14 @@
path = tia; path = tia;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
DCED2B5F28C1052300243559 /* lib */ = {
isa = PBXGroup;
children = (
);
name = lib;
path = ../lib;
sourceTree = "<group>";
};
E06508B72272447200B341AC /* repository */ = { E06508B72272447200B341AC /* repository */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (