Skip to content

Commit 0b820e6

Browse files
committed
Update Xcode project
1 parent c6a7c85 commit 0b820e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/xcode/DarkRadiant.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@
634634
3A38328D28DDDAE40049C4A1 /* FxAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A38328728DDDAE30049C4A1 /* FxAction.h */; };
635635
3A38328E28DDDAE40049C4A1 /* FxDeclaration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A38328828DDDAE30049C4A1 /* FxDeclaration.cpp */; };
636636
3A38328F28DDDAE40049C4A1 /* FxManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A38328928DDDAE40049C4A1 /* FxManager.h */; };
637+
3A38329328F32DDC0049C4A1 /* IndicatorColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A38329228F32DDB0049C4A1 /* IndicatorColumn.h */; };
637638
3A8D4CC0263C7895000C068E /* Bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8D4CBE263C7893000C068E /* Bitmap.h */; };
638639
3A8D4CC1263C7895000C068E /* LocalBitmapArtProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8D4CBF263C7894000C068E /* LocalBitmapArtProvider.h */; };
639640
3AA6E07923B2343200BF9AD7 /* ParticleEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F3F623B1B764008A1B2D /* ParticleEditor.cpp */; };
@@ -3691,6 +3692,7 @@
36913692
3A38328728DDDAE30049C4A1 /* FxAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FxAction.h; path = ../../radiantcore/fx/FxAction.h; sourceTree = SOURCE_ROOT; };
36923693
3A38328828DDDAE30049C4A1 /* FxDeclaration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FxDeclaration.cpp; path = ../../radiantcore/fx/FxDeclaration.cpp; sourceTree = SOURCE_ROOT; };
36933694
3A38328928DDDAE40049C4A1 /* FxManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FxManager.h; path = ../../radiantcore/fx/FxManager.h; sourceTree = SOURCE_ROOT; };
3695+
3A38329228F32DDB0049C4A1 /* IndicatorColumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IndicatorColumn.h; path = ../../libs/wxutil/dataview/IndicatorColumn.h; sourceTree = SOURCE_ROOT; };
36943696
3A8D4CBE263C7893000C068E /* Bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Bitmap.h; path = ../../libs/wxutil/Bitmap.h; sourceTree = SOURCE_ROOT; };
36953697
3A8D4CBF263C7894000C068E /* LocalBitmapArtProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LocalBitmapArtProvider.h; path = ../../libs/wxutil/LocalBitmapArtProvider.h; sourceTree = SOURCE_ROOT; };
36963698
3AA6E08623BB4E9F00BF9AD7 /* GLWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GLWidget.h; path = ../../libs/wxutil/GLWidget.h; sourceTree = SOURCE_ROOT; };
@@ -6205,6 +6207,7 @@
62056207
3AC88A9A25BC100900E6CCCE /* dataview */ = {
62066208
isa = PBXGroup;
62076209
children = (
6210+
3A38329228F32DDB0049C4A1 /* IndicatorColumn.h */,
62086211
3A383207285A12710049C4A1 /* DeclarationTreeView.cpp */,
62096212
3A383208285A12720049C4A1 /* DeclarationTreeView.h */,
62106213
3A383209285A12730049C4A1 /* ThreadedDeclarationTreePopulator.h */,
@@ -9161,6 +9164,7 @@
91619164
3A01203E1E50278400A62BC1 /* GLWidget.h in Headers */,
91629165
3AC88AC025BC104300E6CCCE /* SeparatorItem.h in Headers */,
91639166
3A0120261E50278400A62BC1 /* ControlButton.h in Headers */,
9167+
3A38329328F32DDC0049C4A1 /* IndicatorColumn.h in Headers */,
91649168
3A01205D1E50278400A62BC1 /* SerialisableWidgets.h in Headers */,
91659169
3A01204C1E50278400A62BC1 /* MouseButton.h in Headers */,
91669170
3AFF063C253AE829002B1472 /* GLContext.h in Headers */,

0 commit comments

Comments
 (0)