Skip to content

Commit e7661ce

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/xcode/DarkRadiant.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@
635635
3A38328E28DDDAE40049C4A1 /* FxDeclaration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A38328828DDDAE30049C4A1 /* FxDeclaration.cpp */; };
636636
3A38328F28DDDAE40049C4A1 /* FxManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A38328928DDDAE40049C4A1 /* FxManager.h */; };
637637
3A38329328F32DDC0049C4A1 /* IndicatorColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A38329228F32DDB0049C4A1 /* IndicatorColumn.h */; };
638+
3A38329628F3383F0049C4A1 /* LegacyLayerControlDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A38329528F3383F0049C4A1 /* LegacyLayerControlDialog.cpp */; };
638639
3A8D4CC0263C7895000C068E /* Bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8D4CBE263C7893000C068E /* Bitmap.h */; };
639640
3A8D4CC1263C7895000C068E /* LocalBitmapArtProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8D4CBF263C7894000C068E /* LocalBitmapArtProvider.h */; };
640641
3AA6E07923B2343200BF9AD7 /* ParticleEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F3F623B1B764008A1B2D /* ParticleEditor.cpp */; };
@@ -3693,6 +3694,8 @@
36933694
3A38328828DDDAE30049C4A1 /* FxDeclaration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FxDeclaration.cpp; path = ../../radiantcore/fx/FxDeclaration.cpp; sourceTree = SOURCE_ROOT; };
36943695
3A38328928DDDAE40049C4A1 /* FxManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FxManager.h; path = ../../radiantcore/fx/FxManager.h; sourceTree = SOURCE_ROOT; };
36953696
3A38329228F32DDB0049C4A1 /* IndicatorColumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IndicatorColumn.h; path = ../../libs/wxutil/dataview/IndicatorColumn.h; sourceTree = SOURCE_ROOT; };
3697+
3A38329428F3383F0049C4A1 /* LegacyLayerControlDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LegacyLayerControlDialog.h; path = ../../radiant/ui/layers/LegacyLayerControlDialog.h; sourceTree = SOURCE_ROOT; };
3698+
3A38329528F3383F0049C4A1 /* LegacyLayerControlDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyLayerControlDialog.cpp; path = ../../radiant/ui/layers/LegacyLayerControlDialog.cpp; sourceTree = SOURCE_ROOT; };
36963699
3A8D4CBE263C7893000C068E /* Bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Bitmap.h; path = ../../libs/wxutil/Bitmap.h; sourceTree = SOURCE_ROOT; };
36973700
3A8D4CBF263C7894000C068E /* LocalBitmapArtProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LocalBitmapArtProvider.h; path = ../../libs/wxutil/LocalBitmapArtProvider.h; sourceTree = SOURCE_ROOT; };
36983701
3AA6E08623BB4E9F00BF9AD7 /* GLWidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GLWidget.h; path = ../../libs/wxutil/GLWidget.h; sourceTree = SOURCE_ROOT; };
@@ -8360,6 +8363,8 @@
83608363
3AF744EB1E4F861B003465B5 /* layers */ = {
83618364
isa = PBXGroup;
83628365
children = (
8366+
3A38329528F3383F0049C4A1 /* LegacyLayerControlDialog.cpp */,
8367+
3A38329428F3383F0049C4A1 /* LegacyLayerControlDialog.h */,
83638368
3AFF05D9253AE5A4002B1472 /* CreateLayerDialog.cpp */,
83648369
3AFF05DA253AE5A4002B1472 /* CreateLayerDialog.h */,
83658370
3AF744EC1E4F861B003465B5 /* LayerContextMenu.cpp */,
@@ -10706,6 +10711,7 @@
1070610711
3AFF05CC253AE546002B1472 /* FilterUserInterface.cpp in Sources */,
1070710712
3AF746491E4F861C003465B5 /* BulgePatchDialog.cpp in Sources */,
1070810713
3AE6F344239F4FE1008A1B2D /* Toggle.cpp in Sources */,
10714+
3A38329628F3383F0049C4A1 /* LegacyLayerControlDialog.cpp in Sources */,
1070910715
3AE5C2A326392DB300643850 /* SoundShaderPreview.cpp in Sources */,
1071010716
3AF746461E4F861C003465B5 /* Overlay.cpp in Sources */,
1071110717
3AE5C30126392F2A00643850 /* MapStatistics.cpp in Sources */,

0 commit comments

Comments
 (0)