|
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 | 3BC07F4C0ED5A5C5009A7768 /* HistoryViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */; };
|
28 | 35 | 3BC07F4D0ED5A5C5009A7768 /* CommitViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */; };
|
29 | 36 | 47DBDB580E94EDE700671A1E /* DBPrefsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47DBDB570E94EDE700671A1E /* DBPrefsWindowController.m */; };
|
|
245 | 252 | 056438B60ED0C40B00985397 /* DetailViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DetailViewTemplate.png; path = Images/DetailViewTemplate.png; sourceTree = "<group>"; };
|
246 | 253 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
247 | 254 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
| 255 | + 21230CAF1284B26A0046E5A1 /* PBGitSVStashItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVStashItem.h; sourceTree = "<group>"; }; |
| 256 | + 21230CB01284B26A0046E5A1 /* PBGitSVStashItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVStashItem.m; sourceTree = "<group>"; }; |
| 257 | + 21230D331284C5080046E5A1 /* PBGitStash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitStash.h; sourceTree = "<group>"; }; |
| 258 | + 21230D341284C5080046E5A1 /* PBGitStash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitStash.m; sourceTree = "<group>"; }; |
| 259 | + 21230D4D1284C92E0046E5A1 /* PBPresentable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBPresentable.h; sourceTree = "<group>"; }; |
| 260 | + 21230D811284D1CC0046E5A1 /* stash-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "stash-icon.png"; sourceTree = "<group>"; }; |
| 261 | + 21230D9A128552720046E5A1 /* PBCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommand.h; sourceTree = "<group>"; }; |
| 262 | + 21230D9B128552720046E5A1 /* PBCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommand.m; sourceTree = "<group>"; }; |
| 263 | + 21230D9D128552FA0046E5A1 /* PBStashCommandFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBStashCommandFactory.h; sourceTree = "<group>"; }; |
| 264 | + 21230D9E128552FA0046E5A1 /* PBStashCommandFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBStashCommandFactory.m; sourceTree = "<group>"; }; |
| 265 | + 21230DA0128553120046E5A1 /* PBCommandFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommandFactory.h; sourceTree = "<group>"; }; |
| 266 | + 21230DA81285550B0046E5A1 /* PBCommandMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommandMenuItem.h; sourceTree = "<group>"; }; |
| 267 | + 21230DA91285550B0046E5A1 /* PBCommandMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommandMenuItem.m; sourceTree = "<group>"; }; |
| 268 | + 21230DEC12855A990046E5A1 /* PBStashCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBStashCommand.h; sourceTree = "<group>"; }; |
| 269 | + 21230DED12855A990046E5A1 /* PBStashCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBStashCommand.m; sourceTree = "<group>"; }; |
248 | 270 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
249 | 271 | 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
250 | 272 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
527 | 549 | 080E96DDFE201D6D7F000001 /* Classes */ = {
|
528 | 550 | isa = PBXGroup;
|
529 | 551 | children = (
|
| 552 | + 21230D991285524C0046E5A1 /* Commands */, |
| 553 | + 21230D321284C4F10046E5A1 /* Model */, |
530 | 554 | );
|
531 | 555 | name = Classes;
|
532 | 556 | sourceTree = "<group>";
|
|
567 | 591 | name = Products;
|
568 | 592 | sourceTree = "<group>";
|
569 | 593 | };
|
| 594 | + 21230D321284C4F10046E5A1 /* Model */ = { |
| 595 | + isa = PBXGroup; |
| 596 | + children = ( |
| 597 | + 21230D331284C5080046E5A1 /* PBGitStash.h */, |
| 598 | + 21230D341284C5080046E5A1 /* PBGitStash.m */, |
| 599 | + 21230D4D1284C92E0046E5A1 /* PBPresentable.h */, |
| 600 | + ); |
| 601 | + path = Model; |
| 602 | + sourceTree = "<group>"; |
| 603 | + }; |
| 604 | + 21230D991285524C0046E5A1 /* Commands */ = { |
| 605 | + isa = PBXGroup; |
| 606 | + children = ( |
| 607 | + 21230D9A128552720046E5A1 /* PBCommand.h */, |
| 608 | + 21230D9B128552720046E5A1 /* PBCommand.m */, |
| 609 | + 21230DEC12855A990046E5A1 /* PBStashCommand.h */, |
| 610 | + 21230DED12855A990046E5A1 /* PBStashCommand.m */, |
| 611 | + 21230D9D128552FA0046E5A1 /* PBStashCommandFactory.h */, |
| 612 | + 21230D9E128552FA0046E5A1 /* PBStashCommandFactory.m */, |
| 613 | + 21230DA0128553120046E5A1 /* PBCommandFactory.h */, |
| 614 | + ); |
| 615 | + path = Commands; |
| 616 | + sourceTree = "<group>"; |
| 617 | + }; |
570 | 618 | 29B97314FDCFA39411CA2CEA /* GitTest */ = {
|
571 | 619 | isa = PBXGroup;
|
572 | 620 | children = (
|
|
612 | 660 | F56ADDD70ED19F9E002AC78F /* AddBranchTemplate.png */,
|
613 | 661 | F56ADDD80ED19F9E002AC78F /* AddLabelTemplate.png */,
|
614 | 662 | 056438B60ED0C40B00985397 /* DetailViewTemplate.png */,
|
| 663 | + 21230D811284D1CC0046E5A1 /* stash-icon.png */, |
615 | 664 | F57240BA0E9678EA00D8EE66 /* deleted_file.png */,
|
616 | 665 | F5E92A1A0E88550E00056E75 /* empty_file.png */,
|
617 | 666 | 32CA4F630368D1EE00C91783 /* GitX_Prefix.pch */,
|
|
744 | 793 | D8FDDA63114335E8005647F6 /* PBGitSVRemoteBranchItem.m */,
|
745 | 794 | D8FDDA68114335E8005647F6 /* PBGitSVTagItem.h */,
|
746 | 795 | D8FDDA69114335E8005647F6 /* PBGitSVTagItem.m */,
|
| 796 | + 21230CAF1284B26A0046E5A1 /* PBGitSVStashItem.h */, |
| 797 | + 21230CB01284B26A0046E5A1 /* PBGitSVStashItem.m */, |
747 | 798 | D8FDDA60114335E8005647F6 /* PBGitSVOtherRevItem.h */,
|
748 | 799 | D8FDDA61114335E8005647F6 /* PBGitSVOtherRevItem.m */,
|
749 | 800 | D8FDDA5E114335E8005647F6 /* PBGitSVFolderItem.h */,
|
|
938 | 989 | F5FC43C30EBD050800191D80 /* PBRefContextDelegate.h */,
|
939 | 990 | F5FC43FC0EBD08EE00191D80 /* PBRefMenuItem.h */,
|
940 | 991 | F5FC43FD0EBD08EE00191D80 /* PBRefMenuItem.m */,
|
| 992 | + 21230DA81285550B0046E5A1 /* PBCommandMenuItem.h */, |
| 993 | + 21230DA91285550B0046E5A1 /* PBCommandMenuItem.m */, |
941 | 994 | );
|
942 | 995 | name = History;
|
943 | 996 | sourceTree = "<group>";
|
|
1114 | 1167 | isa = PBXProject;
|
1115 | 1168 | buildConfigurationList = 26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */;
|
1116 | 1169 | compatibilityVersion = "Xcode 3.1";
|
| 1170 | + developmentRegion = English; |
1117 | 1171 | hasScannedForEncodings = 1;
|
| 1172 | + knownRegions = ( |
| 1173 | + English, |
| 1174 | + Japanese, |
| 1175 | + French, |
| 1176 | + German, |
| 1177 | + ); |
1118 | 1178 | mainGroup = 29B97314FDCFA39411CA2CEA /* GitTest */;
|
1119 | 1179 | projectDirPath = "";
|
1120 | 1180 | projectRoot = "";
|
|
1181 | 1241 | D8F01C4B12182F19007F729F /* GitX.sdef in Resources */,
|
1182 | 1242 | D8F4AB7912298CE200D6D53C /* rewindImage.pdf in Resources */,
|
1183 | 1243 | 02B41A60123E307F00DFC531 /* PBCommitHookFailedSheet.xib in Resources */,
|
| 1244 | + 21230D821284D1CC0046E5A1 /* stash-icon.png in Resources */, |
1184 | 1245 | );
|
1185 | 1246 | runOnlyForDeploymentPostprocessing = 0;
|
1186 | 1247 | };
|
|
1331 | 1392 | D8B4DC571220D1E4004166D6 /* PBHistorySearchController.m in Sources */,
|
1332 | 1393 | D8712A00122B14EC00012334 /* GitXTextFieldCell.m in Sources */,
|
1333 | 1394 | 02B41A5E123E307200DFC531 /* PBCommitHookFailedSheet.m in Sources */,
|
| 1395 | + 21230CB11284B26A0046E5A1 /* PBGitSVStashItem.m in Sources */, |
| 1396 | + 21230D351284C5080046E5A1 /* PBGitStash.m in Sources */, |
| 1397 | + 21230D9C128552720046E5A1 /* PBCommand.m in Sources */, |
| 1398 | + 21230D9F128552FA0046E5A1 /* PBStashCommandFactory.m in Sources */, |
| 1399 | + 21230DAA1285550B0046E5A1 /* PBCommandMenuItem.m in Sources */, |
| 1400 | + 21230DEE12855A990046E5A1 /* PBStashCommand.m in Sources */, |
1334 | 1401 | );
|
1335 | 1402 | runOnlyForDeploymentPostprocessing = 0;
|
1336 | 1403 | };
|
|
0 commit comments