Skip to content

Commit 6d564bb

Browse files
committed
In Xcode put the folder for MGScopeBar in the Aux folder
1 parent a7faf4f commit 6d564bb

File tree

3 files changed

+1
-247
lines changed

3 files changed

+1
-247
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/* Begin PBXBuildFile section */
2424
056438B70ED0C40B00985397 /* DetailViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 056438B60ED0C40B00985397 /* DetailViewTemplate.png */; };
2525
310DC1D81240599E0017A0F7 /* GLFileView.m in Sources */ = {isa = PBXBuildFile; fileRef = 310DC1D71240599E0017A0F7 /* GLFileView.m */; };
26-
31460CB2124185BA00B90AED /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31460C7B124185BA00B90AED /* AppController.m */; };
2726
31460CD2124185BA00B90AED /* MGRecessedPopUpButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 31460CA7124185BA00B90AED /* MGRecessedPopUpButtonCell.m */; };
2827
31460CD3124185BA00B90AED /* MGScopeBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 31460CA9124185BA00B90AED /* MGScopeBar.m */; };
2928
31460CD4124185BA00B90AED /* ReadMe.txt in Resources */ = {isa = PBXBuildFile; fileRef = 31460CAF124185BA00B90AED /* ReadMe.txt */; };
@@ -252,8 +251,6 @@
252251
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
253252
310DC1D61240599E0017A0F7 /* GLFileView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLFileView.h; sourceTree = "<group>"; };
254253
310DC1D71240599E0017A0F7 /* GLFileView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLFileView.m; sourceTree = "<group>"; };
255-
31460C7A124185BA00B90AED /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
256-
31460C7B124185BA00B90AED /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
257254
31460CA6124185BA00B90AED /* MGRecessedPopUpButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGRecessedPopUpButtonCell.h; sourceTree = "<group>"; };
258255
31460CA7124185BA00B90AED /* MGRecessedPopUpButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGRecessedPopUpButtonCell.m; sourceTree = "<group>"; };
259256
31460CA8124185BA00B90AED /* MGScopeBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGScopeBar.h; sourceTree = "<group>"; };
@@ -585,7 +582,6 @@
585582
29B97314FDCFA39411CA2CEA /* GitTest */ = {
586583
isa = PBXGroup;
587584
children = (
588-
31460C79124185B900B90AED /* MGScopeBar */,
589585
F5886A080ED5D26B0066E74C /* SpeedTest */,
590586
913D5E420E5563FD00CECEA2 /* cli */,
591587
D89E9B4C1218C22A0097A90B /* GitXScripting */,
@@ -689,8 +685,6 @@
689685
31460C79124185B900B90AED /* MGScopeBar */ = {
690686
isa = PBXGroup;
691687
children = (
692-
31460C7A124185BA00B90AED /* AppController.h */,
693-
31460C7B124185BA00B90AED /* AppController.m */,
694688
31460CA6124185BA00B90AED /* MGRecessedPopUpButtonCell.h */,
695689
31460CA7124185BA00B90AED /* MGRecessedPopUpButtonCell.m */,
696690
31460CA8124185BA00B90AED /* MGScopeBar.h */,
@@ -851,6 +845,7 @@
851845
F57CC43E0E05E472000472E2 /* Aux */ = {
852846
isa = PBXGroup;
853847
children = (
848+
31460C79124185B900B90AED /* MGScopeBar */,
854849
47DBDBC80E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.h */,
855850
47DBDBC90E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m */,
856851
F5AD56770E79B78100EDAAFE /* PBCommitList.h */,
@@ -1374,7 +1369,6 @@
13741369
D8B4DC571220D1E4004166D6 /* PBHistorySearchController.m in Sources */,
13751370
D8712A00122B14EC00012334 /* GitXTextFieldCell.m in Sources */,
13761371
310DC1D81240599E0017A0F7 /* GLFileView.m in Sources */,
1377-
31460CB2124185BA00B90AED /* AppController.m in Sources */,
13781372
31460CD2124185BA00B90AED /* MGRecessedPopUpButtonCell.m in Sources */,
13791373
31460CD3124185BA00B90AED /* MGScopeBar.m in Sources */,
13801374
);

MGScopeBar/AppController.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

MGScopeBar/AppController.m

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)