From b41da163003b0245066809a9fccf400a219fa1b7 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Thu, 1 Oct 2020 01:26:41 -0600 Subject: [PATCH] Fix locations of the system plugin headers. Minor Xcode maintenance. --- blueMSX.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueMSX.xcodeproj/project.pbxproj b/blueMSX.xcodeproj/project.pbxproj index f60e86e..d28d3c9 100644 --- a/blueMSX.xcodeproj/project.pbxproj +++ b/blueMSX.xcodeproj/project.pbxproj @@ -316,7 +316,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 8781C03B1BF4019800EA8EFB /* OEColecoVisionSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEColecoVisionSystemResponderClient.h; path = ../OpenEmu/ColecoVision/OEColecoVisionSystemResponderClient.h; sourceTree = ""; }; + 8781C03B1BF4019800EA8EFB /* OEColecoVisionSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEColecoVisionSystemResponderClient.h; path = ../OpenEmu/SystemPlugins/ColecoVision/OEColecoVisionSystemResponderClient.h; sourceTree = ""; }; FE1D7B721880671D00472D7D /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; FE6DE700187C6FF600EFA21E /* ArchBitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArchBitmap.h; sourceTree = ""; }; FE6DE701187C6FF600EFA21E /* ArchCdrom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArchCdrom.h; sourceTree = ""; }; @@ -883,7 +883,7 @@ FE6DE950187C6FF800EFA21E /* R800SaveState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = R800SaveState.h; sourceTree = ""; }; FEA841A7187F288F00F5CD6D /* Machines */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Machines; sourceTree = ""; }; FEA841A9187F307200F5CD6D /* Databases */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Databases; sourceTree = ""; }; - FEB03AF0187BEE8C000FDDCF /* OEMSXSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEMSXSystemResponderClient.h; path = ../OpenEmu/MSX/OEMSXSystemResponderClient.h; sourceTree = ""; }; + FEB03AF0187BEE8C000FDDCF /* OEMSXSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEMSXSystemResponderClient.h; path = ../OpenEmu/SystemPlugins/MSX/OEMSXSystemResponderClient.h; sourceTree = ""; }; FEB03AF1187BEF33000FDDCF /* blueMSXGameCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blueMSXGameCore.h; sourceTree = ""; }; FEB03AF2187BEF33000FDDCF /* blueMSXGameCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = blueMSXGameCore.m; sourceTree = ""; }; FEB03AF4187BF6F6000FDDCF /* OpenEmuBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OpenEmuBase.framework; sourceTree = BUILT_PRODUCTS_DIR; };