mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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)
This commit is contained in:
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user