|
80 | 80 | 65D58BC7132D48C2003F7290 /* PBResetSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D58BC6132D48C0003F7290 /* PBResetSheet.m */; };
|
81 | 81 | 770B37ED0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = 770B37EC0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel */; };
|
82 | 82 | 77C8280E06725ACE000B614F /* ApplicationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C8280C06725ACE000B614F /* ApplicationController.m */; };
|
| 83 | + 89087CA613A3E46B00911503 /* PBWebCommitController.m in Sources */ = {isa = PBXBuildFile; fileRef = 89087CA513A3E46B00911503 /* PBWebCommitController.m */; }; |
| 84 | + 8998B1C613A55B3500121729 /* PBWebStashController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8998B1C513A55B3500121729 /* PBWebStashController.m */; }; |
83 | 85 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
84 | 86 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
85 | 87 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
335 | 337 | 77C82804067257F0000B614F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
336 | 338 | 77C8280B06725ACE000B614F /* ApplicationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationController.h; sourceTree = "<group>"; };
|
337 | 339 | 77C8280C06725ACE000B614F /* ApplicationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApplicationController.m; sourceTree = "<group>"; };
|
| 340 | + 89087CA413A3E46500911503 /* PBWebCommitController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebCommitController.h; sourceTree = "<group>"; }; |
| 341 | + 89087CA513A3E46B00911503 /* PBWebCommitController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebCommitController.m; sourceTree = "<group>"; }; |
| 342 | + 8998B1AC13A55AC100121729 /* PBWebStashController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebStashController.h; sourceTree = "<group>"; }; |
| 343 | + 8998B1C513A55B3500121729 /* PBWebStashController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebStashController.m; sourceTree = "<group>"; }; |
338 | 344 | 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
339 | 345 | 8D1107320486CEB800E47090 /* GitX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GitX.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
340 | 346 | 911111E10E58BD5A00BF76B4 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/RepositoryWindow.xib; sourceTree = "<group>"; };
|
|
846 | 852 | name = Models;
|
847 | 853 | sourceTree = "<group>";
|
848 | 854 | };
|
| 855 | + 8998B1AB13A55A9B00121729 /* Stash */ = { |
| 856 | + isa = PBXGroup; |
| 857 | + children = ( |
| 858 | + DDB8FDFF13998CE2001A9EE2 /* PBStashContentController.h */, |
| 859 | + DDB8FE0013998CE2001A9EE2 /* PBStashContentController.m */, |
| 860 | + 8998B1AC13A55AC100121729 /* PBWebStashController.h */, |
| 861 | + 8998B1C513A55B3500121729 /* PBWebStashController.m */, |
| 862 | + ); |
| 863 | + name = Stash; |
| 864 | + sourceTree = "<group>"; |
| 865 | + }; |
849 | 866 | 913D5E420E5563FD00CECEA2 /* cli */ = {
|
850 | 867 | isa = PBXGroup;
|
851 | 868 | children = (
|
|
941 | 958 | F5EF8C880E9D498F0050906B /* History */,
|
942 | 959 | F5E927F90E883EF600056E75 /* Commit */,
|
943 | 960 | D82F435F111B9C6D00A25A39 /* Sheets */,
|
| 961 | + 8998B1AB13A55A9B00121729 /* Stash */, |
944 | 962 | 77C8280B06725ACE000B614F /* ApplicationController.h */,
|
945 | 963 | 77C8280C06725ACE000B614F /* ApplicationController.m */,
|
946 | 964 | 93CB42C00EAB7B2200530609 /* PBGitDefaults.h */,
|
947 | 965 | 93CB42C10EAB7B2200530609 /* PBGitDefaults.m */,
|
948 |
| - DDB8FDFF13998CE2001A9EE2 /* PBStashContentController.h */, |
949 |
| - DDB8FE0013998CE2001A9EE2 /* PBStashContentController.m */, |
950 | 966 | F57CC43F0E05E496000472E2 /* PBGitWindowController.h */,
|
951 | 967 | F57CC4400E05E496000472E2 /* PBGitWindowController.m */,
|
952 | 968 | 911111F60E594F3F00BF76B4 /* PBRepositoryDocumentController.h */,
|
953 | 969 | 911111F70E594F3F00BF76B4 /* PBRepositoryDocumentController.m */,
|
954 | 970 | F5E926040E8827D300056E75 /* PBViewController.h */,
|
955 | 971 | F5E926050E8827D300056E75 /* PBViewController.m */,
|
| 972 | + 89087CA413A3E46500911503 /* PBWebCommitController.h */, |
| 973 | + 89087CA513A3E46B00911503 /* PBWebCommitController.m */, |
956 | 974 | F5EF8C8C0E9D4A5D0050906B /* PBWebController.h */,
|
957 | 975 | F5EF8C8D0E9D4A5D0050906B /* PBWebController.m */,
|
958 | 976 | F5FE6C010EB13BC900F30D12 /* PBServicesController.h */,
|
|
1204 | 1222 | isa = PBXProject;
|
1205 | 1223 | buildConfigurationList = 26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */;
|
1206 | 1224 | compatibilityVersion = "Xcode 3.1";
|
1207 |
| - developmentRegion = English; |
1208 | 1225 | hasScannedForEncodings = 1;
|
1209 | 1226 | knownRegions = (
|
1210 | 1227 | English,
|
|
1457 | 1474 | 65D58BC7132D48C2003F7290 /* PBResetSheet.m in Sources */,
|
1458 | 1475 | 31776089133569350025876E /* SearchWebView.m in Sources */,
|
1459 | 1476 | DDB8FE0113998CE2001A9EE2 /* PBStashContentController.m in Sources */,
|
| 1477 | + 89087CA613A3E46B00911503 /* PBWebCommitController.m in Sources */, |
| 1478 | + 8998B1C613A55B3500121729 /* PBWebStashController.m in Sources */, |
1460 | 1479 | );
|
1461 | 1480 | runOnlyForDeploymentPostprocessing = 0;
|
1462 | 1481 | };
|
|
0 commit comments