From d41f54662056a5189bb1e5f752592b9699cc2c5c Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 21 Oct 2008 00:21:38 +0200 Subject: [PATCH] Project: Move CommitList to 'git' folder This is in accordance with the recent tendency to move all objects related to a view in that folder (rather than only objects that have an actual meaning in the Git context) --- GitX.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitX.xcodeproj/project.pbxproj b/GitX.xcodeproj/project.pbxproj index b639e3a..12af14a 100644 --- a/GitX.xcodeproj/project.pbxproj +++ b/GitX.xcodeproj/project.pbxproj @@ -383,8 +383,6 @@ F57CC43E0E05E472000472E2 /* Aux */ = { isa = PBXGroup; children = ( - F5AD56770E79B78100EDAAFE /* PBCommitList.h */, - F5AD56780E79B78100EDAAFE /* PBCommitList.m */, F56524B90E02D22D00F03B52 /* NSFileHandleExt.m */, F56524BA0E02D22D00F03B52 /* NSFileHandleExt.h */, F57CC38F0E05DDF2000472E2 /* PBEasyPipe.h */, @@ -441,6 +439,8 @@ F5E927E10E883D2E00056E75 /* History */ = { isa = PBXGroup; children = ( + F5AD56770E79B78100EDAAFE /* PBCommitList.h */, + F5AD56780E79B78100EDAAFE /* PBCommitList.m */, F5C6F6750E65FE2B00478D97 /* Graphing */, F56524EE0E02D45200F03B52 /* PBGitCommit.h */, F56524EF0E02D45200F03B52 /* PBGitCommit.m */,