add includes to yaze.xcodeproj

This commit is contained in:
scawful
2024-10-04 01:37:00 -04:00
parent d6fce368d6
commit 4ed40052a5
5 changed files with 7 additions and 9 deletions

View File

@@ -734,6 +734,7 @@
E318E87A2C605D5700091322 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E318E8572C5D74B700091322 /* SDL2.framework */; };
E318E87B2C605D5700091322 /* SDL2.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E318E8572C5D74B700091322 /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
E318E87F2C609B3500091322 /* PencilKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E318E87E2C609B3500091322 /* PencilKit.framework */; };
E32BC4CB2CA4D7D9001F57A8 /* command_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = E32BC4CA2CA4D7BC001F57A8 /* command_manager.cc */; };
E34C789C2C5882A100A6C275 /* imgui_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5079822D257677DB0038A28D /* imgui_tables.cpp */; };
E384E2D62C76C6E800147029 /* message_data.cc in Sources */ = {isa = PBXBuildFile; fileRef = E384E2D52C76C6C800147029 /* message_data.cc */; };
E38A97F72C6C4CE3005FB662 /* extension_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = E38A97F22C6C4CE3005FB662 /* extension_manager.cc */; };
@@ -884,7 +885,6 @@
E318D8572C59C08300091322 /* labeling.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = labeling.cc; sourceTree = "<group>"; };
E318D8582C59C08300091322 /* labeling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = labeling.h; sourceTree = "<group>"; };
E318D8592C59C08300091322 /* project.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = project.h; sourceTree = "<group>"; };
E318D85A2C59C08300091322 /* testable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testable.h; sourceTree = "<group>"; };
E318D85C2C59C08300091322 /* assembly_editor.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = assembly_editor.cc; sourceTree = "<group>"; };
E318D85D2C59C08300091322 /* assembly_editor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assembly_editor.h; sourceTree = "<group>"; };
E318D85E2C59C08300091322 /* memory_editor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory_editor.h; sourceTree = "<group>"; };
@@ -914,7 +914,6 @@
E318D87F2C59C08300091322 /* flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = "<group>"; };
E318D8802C59C08300091322 /* gfx_context.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gfx_context.cc; sourceTree = "<group>"; };
E318D8812C59C08300091322 /* gfx_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfx_context.h; sourceTree = "<group>"; };
E318D8822C59C08300091322 /* keyboard_shortcuts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyboard_shortcuts.h; sourceTree = "<group>"; };
E318D8832C59C08300091322 /* recent_files.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = recent_files.h; sourceTree = "<group>"; };
E318D88E2C59C08300091322 /* addressing.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = addressing.cc; sourceTree = "<group>"; };
E318D88F2C59C08300091322 /* instructions.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instructions.cc; sourceTree = "<group>"; };
@@ -944,7 +943,6 @@
E318D8AE2C59C08300091322 /* ppu_registers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ppu_registers.h; sourceTree = "<group>"; };
E318D8AF2C59C08300091322 /* ppu.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ppu.cc; sourceTree = "<group>"; };
E318D8B02C59C08300091322 /* ppu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ppu.h; sourceTree = "<group>"; };
E318D8B22C59C08300091322 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
E318D8B32C59C08300091322 /* emulator.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emulator.cc; sourceTree = "<group>"; };
E318D8B42C59C08300091322 /* emulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emulator.h; sourceTree = "<group>"; };
E318D8B52C59C08300091322 /* snes.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = snes.cc; sourceTree = "<group>"; };
@@ -2404,6 +2402,7 @@
E318E8762C5D949200091322 /* yaze.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = yaze.png; sourceTree = "<group>"; };
E318E8782C5D958400091322 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
E318E87E2C609B3500091322 /* PencilKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PencilKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/System/Library/Frameworks/PencilKit.framework; sourceTree = DEVELOPER_DIR; };
E32BC4CA2CA4D7BC001F57A8 /* command_manager.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = command_manager.cc; sourceTree = "<group>"; };
E384E2D52C76C6C800147029 /* message_data.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = message_data.cc; sourceTree = "<group>"; };
E38985002C67082800D4CF13 /* renderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = renderer.h; sourceTree = "<group>"; };
E38985012C67CDDB00D4CF13 /* view_controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = view_controller.h; sourceTree = "<group>"; };
@@ -2577,7 +2576,6 @@
E318D8572C59C08300091322 /* labeling.cc */,
E318D8582C59C08300091322 /* labeling.h */,
E318D8592C59C08300091322 /* project.h */,
E318D85A2C59C08300091322 /* testable.h */,
);
path = core;
sourceTree = "<group>";
@@ -2666,7 +2664,6 @@
E318D87F2C59C08300091322 /* flags.h */,
E318D8802C59C08300091322 /* gfx_context.cc */,
E318D8812C59C08300091322 /* gfx_context.h */,
E318D8822C59C08300091322 /* keyboard_shortcuts.h */,
E318D8832C59C08300091322 /* recent_files.h */,
);
path = utils;
@@ -2777,7 +2774,6 @@
E318D8A62C59C08300091322 /* debug */,
E318D8AD2C59C08300091322 /* memory */,
E318D8B12C59C08300091322 /* video */,
E318D8B22C59C08300091322 /* CMakeLists.txt */,
E318D8B32C59C08300091322 /* emulator.cc */,
E318D8B42C59C08300091322 /* emulator.h */,
E318D8B52C59C08300091322 /* snes.cc */,
@@ -5068,6 +5064,7 @@
E38A97F62C6C4CE3005FB662 /* system */ = {
isa = PBXGroup;
children = (
E32BC4CA2CA4D7BC001F57A8 /* command_manager.cc */,
E38A97F12C6C4CE3005FB662 /* command_manager.h */,
E38A97F22C6C4CE3005FB662 /* extension_manager.cc */,
E38A97F32C6C4CE3005FB662 /* extension_manager.h */,
@@ -5289,6 +5286,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E32BC4CB2CA4D7D9001F57A8 /* command_manager.cc in Sources */,
E3B864952C8214B500122951 /* asset_browser.cc in Sources */,
E384E2D62C76C6E800147029 /* message_data.cc in Sources */,
E318E7932C5A542700091322 /* distribution_test_util.cc in Sources */,

View File

@@ -27,7 +27,7 @@
<key>yaze_ios.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>10</integer>
</dict>
<key>yaze_macos.xcscheme_^#shared#^_</key>
<dict>