|
24 | 24 | 02B41A5E123E307200DFC531 /* PBCommitHookFailedSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B41A5D123E307200DFC531 /* PBCommitHookFailedSheet.m */; };
|
25 | 25 | 02B41A60123E307F00DFC531 /* PBCommitHookFailedSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = 02B41A5F123E307F00DFC531 /* PBCommitHookFailedSheet.xib */; };
|
26 | 26 | 056438B70ED0C40B00985397 /* DetailViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 056438B60ED0C40B00985397 /* DetailViewTemplate.png */; };
|
| 27 | + 21230CB11284B26A0046E5A1 /* PBGitSVStashItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230CB01284B26A0046E5A1 /* PBGitSVStashItem.m */; }; |
| 28 | + 21230D351284C5080046E5A1 /* PBGitStash.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230D341284C5080046E5A1 /* PBGitStash.m */; }; |
| 29 | + 21230D821284D1CC0046E5A1 /* stash-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 21230D811284D1CC0046E5A1 /* stash-icon.png */; }; |
| 30 | + 21230D9C128552720046E5A1 /* PBCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230D9B128552720046E5A1 /* PBCommand.m */; }; |
| 31 | + 21230D9F128552FA0046E5A1 /* PBStashCommandFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230D9E128552FA0046E5A1 /* PBStashCommandFactory.m */; }; |
| 32 | + 21230DAA1285550B0046E5A1 /* PBCommandMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230DA91285550B0046E5A1 /* PBCommandMenuItem.m */; }; |
| 33 | + 21230DEE12855A990046E5A1 /* PBStashCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 21230DED12855A990046E5A1 /* PBStashCommand.m */; }; |
27 | 34 | 310DC1D81240599E0017A0F7 /* GLFileView.m in Sources */ = {isa = PBXBuildFile; fileRef = 310DC1D71240599E0017A0F7 /* GLFileView.m */; };
|
28 | 35 | 31460CD2124185BA00B90AED /* MGRecessedPopUpButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 31460CA7124185BA00B90AED /* MGRecessedPopUpButtonCell.m */; };
|
29 | 36 | 31460CD3124185BA00B90AED /* MGScopeBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 31460CA9124185BA00B90AED /* MGScopeBar.m */; };
|
|
251 | 258 | 056438B60ED0C40B00985397 /* DetailViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DetailViewTemplate.png; path = Images/DetailViewTemplate.png; sourceTree = "<group>"; };
|
252 | 259 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
253 | 260 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
| 261 | + 21230CAF1284B26A0046E5A1 /* PBGitSVStashItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVStashItem.h; sourceTree = "<group>"; }; |
| 262 | + 21230CB01284B26A0046E5A1 /* PBGitSVStashItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVStashItem.m; sourceTree = "<group>"; }; |
| 263 | + 21230D331284C5080046E5A1 /* PBGitStash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitStash.h; sourceTree = "<group>"; }; |
| 264 | + 21230D341284C5080046E5A1 /* PBGitStash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitStash.m; sourceTree = "<group>"; }; |
| 265 | + 21230D4D1284C92E0046E5A1 /* PBPresentable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBPresentable.h; sourceTree = "<group>"; }; |
| 266 | + 21230D811284D1CC0046E5A1 /* stash-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "stash-icon.png"; sourceTree = "<group>"; }; |
| 267 | + 21230D9A128552720046E5A1 /* PBCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommand.h; sourceTree = "<group>"; }; |
| 268 | + 21230D9B128552720046E5A1 /* PBCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommand.m; sourceTree = "<group>"; }; |
| 269 | + 21230D9D128552FA0046E5A1 /* PBStashCommandFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBStashCommandFactory.h; sourceTree = "<group>"; }; |
| 270 | + 21230D9E128552FA0046E5A1 /* PBStashCommandFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBStashCommandFactory.m; sourceTree = "<group>"; }; |
| 271 | + 21230DA0128553120046E5A1 /* PBCommandFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommandFactory.h; sourceTree = "<group>"; }; |
| 272 | + 21230DA81285550B0046E5A1 /* PBCommandMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommandMenuItem.h; sourceTree = "<group>"; }; |
| 273 | + 21230DA91285550B0046E5A1 /* PBCommandMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommandMenuItem.m; sourceTree = "<group>"; }; |
| 274 | + 21230DEC12855A990046E5A1 /* PBStashCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBStashCommand.h; sourceTree = "<group>"; }; |
| 275 | + 21230DED12855A990046E5A1 /* PBStashCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBStashCommand.m; sourceTree = "<group>"; }; |
254 | 276 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
255 | 277 | 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
256 | 278 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
544 | 566 | 080E96DDFE201D6D7F000001 /* Classes */ = {
|
545 | 567 | isa = PBXGroup;
|
546 | 568 | children = (
|
| 569 | + 21230D991285524C0046E5A1 /* Commands */, |
| 570 | + 21230D321284C4F10046E5A1 /* Model */, |
547 | 571 | );
|
548 | 572 | name = Classes;
|
549 | 573 | sourceTree = "<group>";
|
|
584 | 608 | name = Products;
|
585 | 609 | sourceTree = "<group>";
|
586 | 610 | };
|
| 611 | + 21230D321284C4F10046E5A1 /* Model */ = { |
| 612 | + isa = PBXGroup; |
| 613 | + children = ( |
| 614 | + 21230D331284C5080046E5A1 /* PBGitStash.h */, |
| 615 | + 21230D341284C5080046E5A1 /* PBGitStash.m */, |
| 616 | + 21230D4D1284C92E0046E5A1 /* PBPresentable.h */, |
| 617 | + ); |
| 618 | + path = Model; |
| 619 | + sourceTree = "<group>"; |
| 620 | + }; |
| 621 | + 21230D991285524C0046E5A1 /* Commands */ = { |
| 622 | + isa = PBXGroup; |
| 623 | + children = ( |
| 624 | + 21230D9A128552720046E5A1 /* PBCommand.h */, |
| 625 | + 21230D9B128552720046E5A1 /* PBCommand.m */, |
| 626 | + 21230DEC12855A990046E5A1 /* PBStashCommand.h */, |
| 627 | + 21230DED12855A990046E5A1 /* PBStashCommand.m */, |
| 628 | + 21230D9D128552FA0046E5A1 /* PBStashCommandFactory.h */, |
| 629 | + 21230D9E128552FA0046E5A1 /* PBStashCommandFactory.m */, |
| 630 | + 21230DA0128553120046E5A1 /* PBCommandFactory.h */, |
| 631 | + ); |
| 632 | + path = Commands; |
| 633 | + sourceTree = "<group>"; |
| 634 | + }; |
587 | 635 | 29B97314FDCFA39411CA2CEA /* GitTest */ = {
|
588 | 636 | isa = PBXGroup;
|
589 | 637 | children = (
|
|
629 | 677 | F56ADDD70ED19F9E002AC78F /* AddBranchTemplate.png */,
|
630 | 678 | F56ADDD80ED19F9E002AC78F /* AddLabelTemplate.png */,
|
631 | 679 | 056438B60ED0C40B00985397 /* DetailViewTemplate.png */,
|
| 680 | + 21230D811284D1CC0046E5A1 /* stash-icon.png */, |
632 | 681 | F57240BA0E9678EA00D8EE66 /* deleted_file.png */,
|
633 | 682 | F5E92A1A0E88550E00056E75 /* empty_file.png */,
|
634 | 683 | 32CA4F630368D1EE00C91783 /* GitX_Prefix.pch */,
|
|
786 | 835 | D8FDDA63114335E8005647F6 /* PBGitSVRemoteBranchItem.m */,
|
787 | 836 | D8FDDA68114335E8005647F6 /* PBGitSVTagItem.h */,
|
788 | 837 | D8FDDA69114335E8005647F6 /* PBGitSVTagItem.m */,
|
| 838 | + 21230CAF1284B26A0046E5A1 /* PBGitSVStashItem.h */, |
| 839 | + 21230CB01284B26A0046E5A1 /* PBGitSVStashItem.m */, |
789 | 840 | D8FDDA60114335E8005647F6 /* PBGitSVOtherRevItem.h */,
|
790 | 841 | D8FDDA61114335E8005647F6 /* PBGitSVOtherRevItem.m */,
|
791 | 842 | D8FDDA5E114335E8005647F6 /* PBGitSVFolderItem.h */,
|
|
982 | 1033 | F5FC43C30EBD050800191D80 /* PBRefContextDelegate.h */,
|
983 | 1034 | F5FC43FC0EBD08EE00191D80 /* PBRefMenuItem.h */,
|
984 | 1035 | F5FC43FD0EBD08EE00191D80 /* PBRefMenuItem.m */,
|
| 1036 | + 21230DA81285550B0046E5A1 /* PBCommandMenuItem.h */, |
| 1037 | + 21230DA91285550B0046E5A1 /* PBCommandMenuItem.m */, |
985 | 1038 | );
|
986 | 1039 | name = History;
|
987 | 1040 | sourceTree = "<group>";
|
|
1158 | 1211 | isa = PBXProject;
|
1159 | 1212 | buildConfigurationList = 26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */;
|
1160 | 1213 | compatibilityVersion = "Xcode 3.1";
|
| 1214 | + developmentRegion = English; |
1161 | 1215 | hasScannedForEncodings = 1;
|
| 1216 | + knownRegions = ( |
| 1217 | + English, |
| 1218 | + Japanese, |
| 1219 | + French, |
| 1220 | + German, |
| 1221 | + ); |
1162 | 1222 | mainGroup = 29B97314FDCFA39411CA2CEA /* GitTest */;
|
1163 | 1223 | projectDirPath = "";
|
1164 | 1224 | projectRoot = "";
|
|
1228 | 1288 | 31460CD5124185BA00B90AED /* Source Code License.rtf in Resources */,
|
1229 | 1289 | 31460CD6124185BA00B90AED /* TODO in Resources */,
|
1230 | 1290 | 02B41A60123E307F00DFC531 /* PBCommitHookFailedSheet.xib in Resources */,
|
| 1291 | + 21230D821284D1CC0046E5A1 /* stash-icon.png in Resources */, |
1231 | 1292 | );
|
1232 | 1293 | runOnlyForDeploymentPostprocessing = 0;
|
1233 | 1294 | };
|
|
1381 | 1442 | 31460CD2124185BA00B90AED /* MGRecessedPopUpButtonCell.m in Sources */,
|
1382 | 1443 | 31460CD3124185BA00B90AED /* MGScopeBar.m in Sources */,
|
1383 | 1444 | 02B41A5E123E307200DFC531 /* PBCommitHookFailedSheet.m in Sources */,
|
| 1445 | + 21230CB11284B26A0046E5A1 /* PBGitSVStashItem.m in Sources */, |
| 1446 | + 21230D351284C5080046E5A1 /* PBGitStash.m in Sources */, |
| 1447 | + 21230D9C128552720046E5A1 /* PBCommand.m in Sources */, |
| 1448 | + 21230D9F128552FA0046E5A1 /* PBStashCommandFactory.m in Sources */, |
| 1449 | + 21230DAA1285550B0046E5A1 /* PBCommandMenuItem.m in Sources */, |
| 1450 | + 21230DEE12855A990046E5A1 /* PBStashCommand.m in Sources */, |
1384 | 1451 | );
|
1385 | 1452 | runOnlyForDeploymentPostprocessing = 0;
|
1386 | 1453 | };
|
|
0 commit comments