From e6d2024d50cf58650256cb03e6fab2e6ea1d0187 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 4 Aug 2007 20:12:55 -0700 Subject: [PATCH] Reorganizing the project so classes are actually int he classes group and not in "Other Sources" --- MacGDBp.xcodeproj/project.pbxproj | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/MacGDBp.xcodeproj/project.pbxproj b/MacGDBp.xcodeproj/project.pbxproj index d0e20a7..7fb9093 100644 --- a/MacGDBp.xcodeproj/project.pbxproj +++ b/MacGDBp.xcodeproj/project.pbxproj @@ -60,6 +60,16 @@ 080E96DDFE201D6D7F000001 /* Classes */ = { isa = PBXGroup; children = ( + 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */, + 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */, + 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */, + 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */, + 1E02C56F0C610158006F1752 /* DebuggerConnection.h */, + 1E02C5700C610158006F1752 /* DebuggerConnection.m */, + 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */, + 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */, + 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */, + 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */, ); name = Classes; sourceTree = ""; @@ -107,16 +117,6 @@ children = ( 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */, 29B97316FDCFA39411CA2CEA /* main.m */, - 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */, - 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */, - 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */, - 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */, - 1E02C56F0C610158006F1752 /* DebuggerConnection.h */, - 1E02C5700C610158006F1752 /* DebuggerConnection.m */, - 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */, - 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */, - 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */, - 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */, ); name = "Other Sources"; sourceTree = ""; -- 2.22.5