mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Fix Xcode project
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
4C3B4236205914F7000C5BB7 /* InGameConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3B4234205914F7000C5BB7 /* InGameConsole.cpp */; };
|
||||
4C93F1AD1F8CD9F000A9330D /* Input.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C93F1AC1F8CD9F000A9330D /* Input.cpp */; };
|
||||
4C93F1AF1F8CD9F600A9330D /* KeyboardShortcut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C93F1AE1F8CD9F600A9330D /* KeyboardShortcut.cpp */; };
|
||||
4CB1375621C2E9F80029FCDA /* SimulateCommands.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CB1375521C2E9F80029FCDA /* SimulateCommands.cpp */; };
|
||||
4CF67197206B7E720034ADDD /* object in Resources */ = {isa = PBXBuildFile; fileRef = 4CF67196206B7E720034ADDD /* object */; };
|
||||
9308D9FE209908090079EE96 /* TileElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9308D9FA209908080079EE96 /* TileElement.cpp */; };
|
||||
9308D9FF209908090079EE96 /* TileElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9308D9FA209908080079EE96 /* TileElement.cpp */; };
|
||||
@@ -830,6 +831,7 @@
|
||||
4C93F1B71F8E185600A9330D /* NewsItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsItem.h; sourceTree = "<group>"; };
|
||||
4C93F1B81F8E185600A9330D /* Research.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Research.cpp; sourceTree = "<group>"; };
|
||||
4C93F1B91F8E185600A9330D /* Research.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Research.h; sourceTree = "<group>"; };
|
||||
4CB1375521C2E9F80029FCDA /* SimulateCommands.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SimulateCommands.cpp; sourceTree = "<group>"; };
|
||||
4CB832AA1EFFB8D100B88761 /* ttf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttf.h; sourceTree = "<group>"; };
|
||||
4CC4B8E21FE00C4100660D62 /* CmdlineSprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CmdlineSprite.cpp; sourceTree = "<group>"; };
|
||||
4CC4B8E31FE00C4200660D62 /* CmdlineSprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CmdlineSprite.h; sourceTree = "<group>"; };
|
||||
@@ -2400,6 +2402,7 @@
|
||||
F76C83651EC4E7CC00FA49E2 /* ConvertCommand.cpp */,
|
||||
F76C83661EC4E7CC00FA49E2 /* RootCommands.cpp */,
|
||||
F76C83671EC4E7CC00FA49E2 /* ScreenshotCommands.cpp */,
|
||||
4CB1375521C2E9F80029FCDA /* SimulateCommands.cpp */,
|
||||
F76C83681EC4E7CC00FA49E2 /* SpriteCommands.cpp */,
|
||||
F76C83691EC4E7CC00FA49E2 /* UriHandler.cpp */,
|
||||
);
|
||||
@@ -3568,6 +3571,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C68313CB1FDB4EEC006DB3D8 /* Tooltip.cpp in Sources */,
|
||||
4CB1375621C2E9F80029FCDA /* SimulateCommands.cpp in Sources */,
|
||||
C654DF2F1F69C0430040F43D /* Error.cpp in Sources */,
|
||||
C64644F81F3FA4120026AC2D /* ClearScenery.cpp in Sources */,
|
||||
C654DF2E1F69C0430040F43D /* DemolishRidePrompt.cpp in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user