Skip to content

Commit

Permalink
Fix locations of the system plugin headers.
Browse files Browse the repository at this point in the history
Minor Xcode maintenance.
  • Loading branch information
MaddTheSane committed Oct 1, 2020
1 parent 08fb113 commit 1e0c60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VecXGL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
986F327C16D40A9100BB38E2 /* vecx.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = vecx.m; sourceTree = "<group>"; };
986F327D16D40A9100BB38E2 /* vecx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vecx.h; sourceTree = "<group>"; };
986F327E16D40A9100BB38E2 /* wnoise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wnoise.h; sourceTree = "<group>"; };
98EFD838170B4D4E00E4C50D /* OEVectrexSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEVectrexSystemResponderClient.h; path = ../../OpenEmu/Vectrex/OEVectrexSystemResponderClient.h; sourceTree = "<group>"; };
98EFD838170B4D4E00E4C50D /* OEVectrexSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEVectrexSystemResponderClient.h; path = ../../OpenEmu/SystemPlugins/Vectrex/OEVectrexSystemResponderClient.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down

0 comments on commit 1e0c60e

Please sign in to comment.