From dbf41a1e47d664a2acbd49d419c3c83f891fb7c4 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Mon, 12 Mar 2018 13:33:59 +0100 Subject: [PATCH] Add linenoise.hpp to Xcode project --- OpenRCT2.xcodeproj/project.pbxproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OpenRCT2.xcodeproj/project.pbxproj b/OpenRCT2.xcodeproj/project.pbxproj index f8e06eedb6..63807cd9bb 100644 --- a/OpenRCT2.xcodeproj/project.pbxproj +++ b/OpenRCT2.xcodeproj/project.pbxproj @@ -583,6 +583,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 4C04D69F2056AA9600F82EBA /* linenoise.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = linenoise.hpp; sourceTree = ""; }; 4C4C1E971F58226500560300 /* TrackDesign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TrackDesign.cpp; sourceTree = ""; }; 4C4C1E991F5832AA00560300 /* TrackDesign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrackDesign.h; sourceTree = ""; }; 4C5DFF401FAC69D200CB093A /* Date.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Date.cpp; sourceTree = ""; }; @@ -1418,6 +1419,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 4C04D69E2056AA5C00F82EBA /* thirdparty */ = { + isa = PBXGroup; + children = ( + 4C04D69F2056AA9600F82EBA /* linenoise.hpp */, + ); + path = thirdparty; + sourceTree = ""; + }; C6352B871F477032006CCEE3 /* actions */ = { isa = PBXGroup; children = ( @@ -1766,6 +1775,7 @@ F76C84761EC4E7CC00FA49E2 /* rct2 */, F76C84831EC4E7CC00FA49E2 /* ride */, F76C84F31EC4E7CD00FA49E2 /* scenario */, + 4C04D69E2056AA5C00F82EBA /* thirdparty */, F76C84FB1EC4E7CD00FA49E2 /* title */, F76C85041EC4E7CD00FA49E2 /* ui */, F76C85061EC4E7CD00FA49E2 /* util */,