mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
4a8c524692
- filters for All, Local/Remote, and the selected branch
- "Local" includes both branches and tags
- "Remote" includes all branches from the same remote as the selected remote branch (i.e. not other remotes)
Changes to make the above work:
- add a history list class between the repository and rev list
- store a project rev list with all the commits from the project
- use the project rev list to graph the history for individual branches when there have been no changes
- use a different rev list to show non-simple revs (history of a file, revs from the gitx tool)
- update the commits in chunks to a mutable array so the table view's array controller has less work to do
- only update the project rev list from git when actually necessary
- don't add the All Branches and Local Branches revs to the branches array
- some changes related to forcing the project's rev list to update when changes are made
- some changes related to not causing updates too often
- store the selected filter in user defaults
- when the graphing is done select the commit for the branch
1663 lines
109 KiB
Plaintext
1663 lines
109 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
F56439F70F792B2100A579C2 /* Generate PList Prefix */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = F56439FD0F792B3600A579C2 /* Build configuration list for PBXAggregateTarget "Generate PList Prefix" */;
|
|
buildPhases = (
|
|
F56439F60F792B2100A579C2 /* ShellScript */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Generate PList Prefix";
|
|
productName = "Generate PList Prefix";
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
056438B70ED0C40B00985397 /* DetailViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 056438B60ED0C40B00985397 /* DetailViewTemplate.png */; };
|
|
3BC07F4C0ED5A5C5009A7768 /* HistoryViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */; };
|
|
3BC07F4D0ED5A5C5009A7768 /* CommitViewTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */; };
|
|
47DBDB580E94EDE700671A1E /* DBPrefsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47DBDB570E94EDE700671A1E /* DBPrefsWindowController.m */; };
|
|
47DBDB670E94EE8B00671A1E /* PBPrefsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47DBDB660E94EE8B00671A1E /* PBPrefsWindowController.m */; };
|
|
47DBDB6A0E94EF6500671A1E /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 47DBDB680E94EF6500671A1E /* Preferences.xib */; };
|
|
47DBDBB10E94F6CA00671A1E /* Updates.png in Resources */ = {isa = PBXBuildFile; fileRef = 47DBDBB00E94F6CA00671A1E /* Updates.png */; };
|
|
47DBDBCA0E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m in Sources */ = {isa = PBXBuildFile; fileRef = 47DBDBC90E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m */; };
|
|
770B37ED0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = 770B37EC0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel */; };
|
|
77C8280E06725ACE000B614F /* ApplicationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C8280C06725ACE000B614F /* ApplicationController.m */; };
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
911111E20E58BD5A00BF76B4 /* RepositoryWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 911111E00E58BD5A00BF76B4 /* RepositoryWindow.xib */; };
|
|
911111F80E594F3F00BF76B4 /* PBRepositoryDocumentController.m in Sources */ = {isa = PBXBuildFile; fileRef = 911111F70E594F3F00BF76B4 /* PBRepositoryDocumentController.m */; };
|
|
911112370E5A097800BF76B4 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 911112360E5A097800BF76B4 /* Security.framework */; };
|
|
913D5E4D0E55644E00CECEA2 /* gitx.m in Sources */ = {isa = PBXBuildFile; fileRef = 913D5E440E55640C00CECEA2 /* gitx.m */; };
|
|
913D5E500E55645900CECEA2 /* gitx in Resources */ = {isa = PBXBuildFile; fileRef = 913D5E490E55644600CECEA2 /* gitx */; };
|
|
913D5E5F0E556A9300CECEA2 /* PBCLIProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 913D5E5E0E556A9300CECEA2 /* PBCLIProxy.m */; };
|
|
91B103CC0E898EC300C84364 /* PBIconAndTextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 91B103CB0E898EC300C84364 /* PBIconAndTextCell.m */; };
|
|
93CB42C20EAB7B2200530609 /* PBGitDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CB42C10EAB7B2200530609 /* PBGitDefaults.m */; };
|
|
93F7857F0EA3ABF100C1F443 /* PBCommitMessageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F7857E0EA3ABF100C1F443 /* PBCommitMessageView.m */; };
|
|
D26DC6450E782C9000C777B2 /* gitx.icns in Resources */ = {isa = PBXBuildFile; fileRef = D26DC6440E782C9000C777B2 /* gitx.icns */; };
|
|
D8083A43111E045D00337480 /* PBRemoteProgressSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = D8083A42111E045D00337480 /* PBRemoteProgressSheet.m */; };
|
|
D8083C44111F106800337480 /* PBAddRemoteSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = D8083C43111F106800337480 /* PBAddRemoteSheet.m */; };
|
|
D8083C47111F136400337480 /* PBAddRemoteSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8083C45111F136400337480 /* PBAddRemoteSheet.xib */; };
|
|
D8083DC4111F90F300337480 /* PBCloneRepsitoryToSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = D8083DC3111F90F300337480 /* PBCloneRepsitoryToSheet.m */; };
|
|
D8083DCD111F918900337480 /* PBCloneRepsitoryToSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8083DCB111F918900337480 /* PBCloneRepsitoryToSheet.xib */; };
|
|
D8083E03111FA33700337480 /* PBCloneRepositoryPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = D8083E02111FA33700337480 /* PBCloneRepositoryPanel.m */; };
|
|
D828A40D1127B18700F09D11 /* PBSourceViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D828A40C1127B18700F09D11 /* PBSourceViewCell.m */; };
|
|
D828A4111127B1C400F09D11 /* PBSourceViewBadge.m in Sources */ = {isa = PBXBuildFile; fileRef = D828A4101127B1C400F09D11 /* PBSourceViewBadge.m */; };
|
|
D828A5F21128AE7200F09D11 /* FetchTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D828A5EF1128AE7200F09D11 /* FetchTemplate.png */; };
|
|
D828A5F31128AE7200F09D11 /* PullTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D828A5F01128AE7200F09D11 /* PullTemplate.png */; };
|
|
D828A5F41128AE7200F09D11 /* PushTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D828A5F11128AE7200F09D11 /* PushTemplate.png */; };
|
|
D828AEEC112F411100F09D11 /* CloneRepositoryTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D828AEEB112F411100F09D11 /* CloneRepositoryTemplate.png */; };
|
|
D8295D2A1130A1DC00C838E8 /* PBGitHistoryList.m in Sources */ = {isa = PBXBuildFile; fileRef = D8295D291130A1DC00C838E8 /* PBGitHistoryList.m */; };
|
|
D8295DE01130E43900C838E8 /* PBGitHistoryGrapher.m in Sources */ = {isa = PBXBuildFile; fileRef = D8295DDF1130E43900C838E8 /* PBGitHistoryGrapher.m */; };
|
|
D8357535112640F100DE249D /* PBRemoteProgressSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8C1B77110E875CF009B7F8B /* PBRemoteProgressSheet.xib */; };
|
|
D854948610D5C01B0083B917 /* PBCreateBranchSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = D854948510D5C01B0083B917 /* PBCreateBranchSheet.m */; };
|
|
D85810551127476E007F254B /* StageView.png in Resources */ = {isa = PBXBuildFile; fileRef = D85810541127476E007F254B /* StageView.png */; };
|
|
D858108311274D28007F254B /* Branch.png in Resources */ = {isa = PBXBuildFile; fileRef = D858108011274D28007F254B /* Branch.png */; };
|
|
D858108411274D28007F254B /* RemoteBranch.png in Resources */ = {isa = PBXBuildFile; fileRef = D858108111274D28007F254B /* RemoteBranch.png */; };
|
|
D858108511274D28007F254B /* Tag.png in Resources */ = {isa = PBXBuildFile; fileRef = D858108211274D28007F254B /* Tag.png */; };
|
|
D85B939310E3D8B4007F3C28 /* PBCreateBranchSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = D85B939210E3D8B4007F3C28 /* PBCreateBranchSheet.xib */; };
|
|
D889EB3110E6BCBB00F08413 /* PBCreateTagSheet.xib in Resources */ = {isa = PBXBuildFile; fileRef = D889EB3010E6BCBB00F08413 /* PBCreateTagSheet.xib */; };
|
|
D8A4BB6F11337D5C00E92D51 /* PBGitGradientBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A4BB6E11337D5C00E92D51 /* PBGitGradientBarView.m */; };
|
|
D8A4BD071134AD2900E92D51 /* CherryPickTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D8A4BD041134AD2900E92D51 /* CherryPickTemplate.png */; };
|
|
D8A4BD081134AD2900E92D51 /* MergeTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D8A4BD051134AD2900E92D51 /* MergeTemplate.png */; };
|
|
D8A4BD091134AD2900E92D51 /* RebaseTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = D8A4BD061134AD2900E92D51 /* RebaseTemplate.png */; };
|
|
D8E3B2B810DC9FB2001096A3 /* ScriptingBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8E3B2B710DC9FB2001096A3 /* ScriptingBridge.framework */; };
|
|
D8E3B34D10DCA958001096A3 /* PBCreateTagSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E3B34C10DCA958001096A3 /* PBCreateTagSheet.m */; };
|
|
D8FDD9F711432A12005647F6 /* PBCloneRepositoryPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8FDD9F511432A12005647F6 /* PBCloneRepositoryPanel.xib */; };
|
|
D8FDDA6A114335E8005647F6 /* PBGitSVBranchItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA5D114335E8005647F6 /* PBGitSVBranchItem.m */; };
|
|
D8FDDA6B114335E8005647F6 /* PBGitSVFolderItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA5F114335E8005647F6 /* PBGitSVFolderItem.m */; };
|
|
D8FDDA6C114335E8005647F6 /* PBGitSVOtherRevItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA61114335E8005647F6 /* PBGitSVOtherRevItem.m */; };
|
|
D8FDDA6D114335E8005647F6 /* PBGitSVRemoteBranchItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA63114335E8005647F6 /* PBGitSVRemoteBranchItem.m */; };
|
|
D8FDDA6E114335E8005647F6 /* PBGitSVRemoteItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA65114335E8005647F6 /* PBGitSVRemoteItem.m */; };
|
|
D8FDDA6F114335E8005647F6 /* PBGitSVStageItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA67114335E8005647F6 /* PBGitSVStageItem.m */; };
|
|
D8FDDA70114335E8005647F6 /* PBGitSVTagItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D8FDDA69114335E8005647F6 /* PBGitSVTagItem.m */; };
|
|
D8FDDBF41143F318005647F6 /* AddRemote.png in Resources */ = {isa = PBXBuildFile; fileRef = D8FDDBF31143F318005647F6 /* AddRemote.png */; };
|
|
EB2A734A0FEE3F09006601CF /* PBCollapsibleSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB2A73490FEE3F09006601CF /* PBCollapsibleSplitView.m */; };
|
|
F50A411F0EBB874C00208746 /* mainSplitterBar.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F50A411D0EBB874C00208746 /* mainSplitterBar.tiff */; };
|
|
F50A41200EBB874C00208746 /* mainSplitterDimple.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F50A411E0EBB874C00208746 /* mainSplitterDimple.tiff */; };
|
|
F50A41230EBB875D00208746 /* PBNiceSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = F50A41220EBB875D00208746 /* PBNiceSplitView.m */; };
|
|
F50FE0E30E07BE9600854FCD /* PBGitRevisionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F50FE0E20E07BE9600854FCD /* PBGitRevisionCell.m */; };
|
|
F513085B0E0740F2000C8BCD /* PBQLOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = F513085A0E0740F2000C8BCD /* PBQLOutlineView.m */; };
|
|
F5140DC90E8A8EB20091E9F3 /* RoundedRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = F5140DC80E8A8EB20091E9F3 /* RoundedRectangle.m */; };
|
|
F523CEB60ED3399200DDD714 /* PBGitIndexController.m in Sources */ = {isa = PBXBuildFile; fileRef = F523CEB50ED3399200DDD714 /* PBGitIndexController.m */; };
|
|
F52BCE030E84208300AA3741 /* PBGitHistoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F52BCE020E84208300AA3741 /* PBGitHistoryView.xib */; };
|
|
F52BCE070E84211300AA3741 /* PBGitHistoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = F52BCE060E84211300AA3741 /* PBGitHistoryController.m */; };
|
|
F53C4DF70E97FC630022AD59 /* PBGitBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = F53C4DF60E97FC630022AD59 /* PBGitBinary.m */; };
|
|
F53C4DF80E97FCA70022AD59 /* PBGitBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = F53C4DF60E97FC630022AD59 /* PBGitBinary.m */; };
|
|
F53C4DF90E97FCAD0022AD59 /* PBEasyPipe.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */; };
|
|
F53FF2050E7ABB5300389171 /* PBGitRevSpecifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F53FF2040E7ABB5300389171 /* PBGitRevSpecifier.m */; };
|
|
F56174570E058893001DCD79 /* PBGitTree.m in Sources */ = {isa = PBXBuildFile; fileRef = F56174560E058893001DCD79 /* PBGitTree.m */; };
|
|
F56244090E9684B0002B6C44 /* PBUnsortableTableHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F56244080E9684B0002B6C44 /* PBUnsortableTableHeader.m */; };
|
|
F562C8870FE1766C000EC528 /* NSString_RegEx.m in Sources */ = {isa = PBXBuildFile; fileRef = F562C8860FE1766C000EC528 /* NSString_RegEx.m */; };
|
|
F56524BB0E02D22D00F03B52 /* NSFileHandleExt.m in Sources */ = {isa = PBXBuildFile; fileRef = F56524B90E02D22D00F03B52 /* NSFileHandleExt.m */; };
|
|
F56524F00E02D45200F03B52 /* PBGitCommit.m in Sources */ = {isa = PBXBuildFile; fileRef = F56524EF0E02D45200F03B52 /* PBGitCommit.m */; };
|
|
F56526240E03D85900F03B52 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F56526230E03D85900F03B52 /* WebKit.framework */; };
|
|
F565262B0E03D89B00F03B52 /* PBWebHistoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = F565262A0E03D89B00F03B52 /* PBWebHistoryController.m */; };
|
|
F567B88D1057FA9F000DB976 /* NSOutlineViewExt.m in Sources */ = {isa = PBXBuildFile; fileRef = F567B88C1057FA9F000DB976 /* NSOutlineViewExt.m */; };
|
|
F567CC64106E6BC80059BB9D /* PBGitRepository.m in Sources */ = {isa = PBXBuildFile; fileRef = F5945E160E02B0C200706420 /* PBGitRepository.m */; };
|
|
F567CC65106E6BC90059BB9D /* PBGitBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = F53C4DF60E97FC630022AD59 /* PBGitBinary.m */; };
|
|
F567CC66106E6BC90059BB9D /* PBGitConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 93FCCBA80EA8AF450061B02B /* PBGitConfig.m */; };
|
|
F567CC67106E6BD00059BB9D /* PBGitRepository.h in Headers */ = {isa = PBXBuildFile; fileRef = F5945E150E02B0C200706420 /* PBGitRepository.h */; };
|
|
F567CC68106E6BD00059BB9D /* PBGitBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F53C4DF50E97FC630022AD59 /* PBGitBinary.h */; };
|
|
F567CC69106E6BD00059BB9D /* PBGitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D2DC850EA401A80034AD24 /* PBGitConfig.h */; };
|
|
F567CC7B106E6BF70059BB9D /* PBGitRef.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C007730E731B48007B84B2 /* PBGitRef.h */; };
|
|
F567CC7F106E6C470059BB9D /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5C580E40EDA250900995434 /* libgit2.a */; };
|
|
F567CC8E106E6FC40059BB9D /* PBEasyPipe.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */; };
|
|
F569AE930F2CBD7C00C2FFA7 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = F569AE920F2CBD7C00C2FFA7 /* Credits.html */; };
|
|
F56ADDD90ED19F9E002AC78F /* AddBranchTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = F56ADDD70ED19F9E002AC78F /* AddBranchTemplate.png */; };
|
|
F56ADDDA0ED19F9E002AC78F /* AddLabelTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = F56ADDD80ED19F9E002AC78F /* AddLabelTemplate.png */; };
|
|
F56CC7320E65E0E5004307B4 /* PBGraphCellInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F56CC7310E65E0E5004307B4 /* PBGraphCellInfo.m */; };
|
|
F57240BB0E9678EA00D8EE66 /* deleted_file.png in Resources */ = {isa = PBXBuildFile; fileRef = F57240BA0E9678EA00D8EE66 /* deleted_file.png */; };
|
|
F574A2850EAE2EAC003F2CB1 /* PBRefController.m in Sources */ = {isa = PBXBuildFile; fileRef = F574A2840EAE2EAC003F2CB1 /* PBRefController.m */; };
|
|
F574A2910EAE2FF4003F2CB1 /* PBGitConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 93FCCBA80EA8AF450061B02B /* PBGitConfig.m */; };
|
|
F57CC3910E05DDF2000472E2 /* PBEasyPipe.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */; };
|
|
F57CC4410E05E496000472E2 /* PBGitWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CC4400E05E496000472E2 /* PBGitWindowController.m */; };
|
|
F580E6AE0E733276009E2D3F /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F580E6AD0E733276009E2D3F /* Sparkle.framework */; };
|
|
F580E6B10E73328C009E2D3F /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = F580E6AD0E733276009E2D3F /* Sparkle.framework */; };
|
|
F5886A160ED5D3490066E74C /* speedtest.m in Sources */ = {isa = PBXBuildFile; fileRef = F5886A0A0ED5D27A0066E74C /* speedtest.m */; };
|
|
F5886A170ED5D34F0066E74C /* PBGitRepository.m in Sources */ = {isa = PBXBuildFile; fileRef = F5945E160E02B0C200706420 /* PBGitRepository.m */; };
|
|
F5886A180ED5D3540066E74C /* PBGitRevList.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FF4E170E0829C20006317A /* PBGitRevList.mm */; };
|
|
F5886A190ED5D3560066E74C /* PBGitRef.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C007740E731B48007B84B2 /* PBGitRef.m */; };
|
|
F5886A1B0ED5D37C0066E74C /* NSFileHandleExt.m in Sources */ = {isa = PBXBuildFile; fileRef = F56524B90E02D22D00F03B52 /* NSFileHandleExt.m */; };
|
|
F5886A1C0ED5D37C0066E74C /* PBEasyPipe.m in Sources */ = {isa = PBXBuildFile; fileRef = F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */; };
|
|
F5886A1D0ED5D37C0066E74C /* PBEasyFS.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DFFA6B0E075D8800617813 /* PBEasyFS.m */; };
|
|
F5886A1E0ED5D3880066E74C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
F5886A260ED5D4870066E74C /* PBGitGrapher.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FF4E790E082E440006317A /* PBGitGrapher.mm */; };
|
|
F5886A270ED5D4870066E74C /* PBGitRevisionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F50FE0E20E07BE9600854FCD /* PBGitRevisionCell.m */; };
|
|
F5886A290ED5D4870066E74C /* PBGraphCellInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F56CC7310E65E0E5004307B4 /* PBGraphCellInfo.m */; };
|
|
F5886A2A0ED5D4870066E74C /* PBGitLane.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5C6F68C0E65FF9300478D97 /* PBGitLane.mm */; };
|
|
F5886A310ED5D54C0066E74C /* PBGitConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 93FCCBA80EA8AF450061B02B /* PBGitConfig.m */; };
|
|
F5886A320ED5D5510066E74C /* PBGitCommit.m in Sources */ = {isa = PBXBuildFile; fileRef = F56524EF0E02D45200F03B52 /* PBGitCommit.m */; };
|
|
F5886A330ED5D5580066E74C /* PBGitRevSpecifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F53FF2040E7ABB5300389171 /* PBGitRevSpecifier.m */; };
|
|
F5886A340ED5D55D0066E74C /* PBGitBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = F53C4DF60E97FC630022AD59 /* PBGitBinary.m */; };
|
|
F5886A360ED5D56E0066E74C /* PBGitTree.m in Sources */ = {isa = PBXBuildFile; fileRef = F56174560E058893001DCD79 /* PBGitTree.m */; };
|
|
F58DB55910566D3500CFDF4A /* PBGitSidebarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F58DB55810566D3500CFDF4A /* PBGitSidebarController.m */; };
|
|
F58DB56010566E3900CFDF4A /* PBGitSidebarView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F58DB55F10566E3900CFDF4A /* PBGitSidebarView.xib */; };
|
|
F58DB5E8105671B600CFDF4A /* PBSourceViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F58DB5E7105671B600CFDF4A /* PBSourceViewItem.m */; };
|
|
F59116E60E843BB50072CCB1 /* PBGitCommitView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F59116E50E843BB50072CCB1 /* PBGitCommitView.xib */; };
|
|
F59116E90E843BCB0072CCB1 /* PBGitCommitController.m in Sources */ = {isa = PBXBuildFile; fileRef = F59116E80E843BCB0072CCB1 /* PBGitCommitController.m */; };
|
|
F593DF780E9E636C003A8559 /* PBFileChangesTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = F593DF770E9E636C003A8559 /* PBFileChangesTableView.m */; };
|
|
F5945E170E02B0C200706420 /* PBGitRepository.m in Sources */ = {isa = PBXBuildFile; fileRef = F5945E160E02B0C200706420 /* PBGitRepository.m */; };
|
|
F59F1DD5105C4FF300115F88 /* PBGitIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = F59F1DD4105C4FF300115F88 /* PBGitIndex.m */; };
|
|
F5AD56790E79B78100EDAAFE /* PBCommitList.m in Sources */ = {isa = PBXBuildFile; fileRef = F5AD56780E79B78100EDAAFE /* PBCommitList.m */; };
|
|
F5B721C40E05CF7E00AF29DC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F5B721C20E05CF7E00AF29DC /* MainMenu.xib */; };
|
|
F5C007750E731B48007B84B2 /* PBGitRef.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C007740E731B48007B84B2 /* PBGitRef.m */; };
|
|
F5C580E50EDA250900995434 /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5C580E40EDA250900995434 /* libgit2.a */; };
|
|
F5C580F50EDA251100995434 /* libgit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5C580E40EDA250900995434 /* libgit2.a */; };
|
|
F5C6F68D0E65FF9300478D97 /* PBGitLane.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5C6F68C0E65FF9300478D97 /* PBGitLane.mm */; };
|
|
F5D376B9107511C500AAAC80 /* PBGitIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = F59F1DD4105C4FF300115F88 /* PBGitIndex.m */; };
|
|
F5D376C91075134D00AAAC80 /* PBGitRevList.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FF4E170E0829C20006317A /* PBGitRevList.mm */; };
|
|
F5D376CF1075139B00AAAC80 /* PBGitRef.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C007740E731B48007B84B2 /* PBGitRef.m */; };
|
|
F5D376D01075139B00AAAC80 /* PBGitRevSpecifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F53FF2040E7ABB5300389171 /* PBGitRevSpecifier.m */; };
|
|
F5D376E0107516A700AAAC80 /* PBChangedFile.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E927F70E883E7200056E75 /* PBChangedFile.m */; };
|
|
F5D3772610753BD700AAAC80 /* PBChangedFile.h in Headers */ = {isa = PBXBuildFile; fileRef = F5E927F60E883E7200056E75 /* PBChangedFile.h */; };
|
|
F5D3772710753BD700AAAC80 /* PBGitIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = F59F1DD3105C4FF300115F88 /* PBGitIndex.h */; };
|
|
F5DFFA6C0E075D8800617813 /* PBEasyFS.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DFFA6B0E075D8800617813 /* PBEasyFS.m */; };
|
|
F5E424110EA3E4D60046E362 /* PBDiffWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = F5E424100EA3E4D60046E362 /* PBDiffWindow.xib */; };
|
|
F5E424150EA3E4E10046E362 /* PBDiffWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E424130EA3E4E10046E362 /* PBDiffWindowController.m */; };
|
|
F5E424180EA3E4EB0046E362 /* PBWebDiffController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E424160EA3E4EB0046E362 /* PBWebDiffController.m */; };
|
|
F5E4DBFB0EAB58D90013FAFC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5E4DBFA0EAB58D90013FAFC /* SystemConfiguration.framework */; };
|
|
F5E926060E8827D300056E75 /* PBViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E926050E8827D300056E75 /* PBViewController.m */; };
|
|
F5E927F80E883E7200056E75 /* PBChangedFile.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E927F70E883E7200056E75 /* PBChangedFile.m */; };
|
|
F5E927FC0E883F0700056E75 /* PBWebChangesController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E927FB0E883F0700056E75 /* PBWebChangesController.m */; };
|
|
F5E92A1B0E88550E00056E75 /* empty_file.png in Resources */ = {isa = PBXBuildFile; fileRef = F5E92A1A0E88550E00056E75 /* empty_file.png */; };
|
|
F5E92A230E88569500056E75 /* new_file.png in Resources */ = {isa = PBXBuildFile; fileRef = F5E92A220E88569500056E75 /* new_file.png */; };
|
|
F5EF8C8E0E9D4A5D0050906B /* PBWebController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EF8C8D0E9D4A5D0050906B /* PBWebController.m */; };
|
|
F5FC41F40EBCBD4300191D80 /* PBGitXProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = F5FC41F30EBCBD4300191D80 /* PBGitXProtocol.m */; };
|
|
F5FC43FE0EBD08EE00191D80 /* PBRefMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F5FC43FD0EBD08EE00191D80 /* PBRefMenuItem.m */; };
|
|
F5FE6C030EB13BC900F30D12 /* PBServicesController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5FE6C020EB13BC900F30D12 /* PBServicesController.m */; };
|
|
F5FF4E180E0829C20006317A /* PBGitRevList.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FF4E170E0829C20006317A /* PBGitRevList.mm */; };
|
|
F5FF4E7A0E082E440006317A /* PBGitGrapher.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FF4E790E082E440006317A /* PBGitGrapher.mm */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
913D5E590E5564F400CECEA2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 913D5E480E55644600CECEA2;
|
|
remoteInfo = "cli tool";
|
|
};
|
|
F5643A010F792B4900A579C2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = F56439F70F792B2100A579C2;
|
|
remoteInfo = "Generate PList Prefix";
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
F580E6BD0E73329C009E2D3F /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
F580E6B10E73328C009E2D3F /* Sparkle.framework in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
056438B60ED0C40B00985397 /* DetailViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DetailViewTemplate.png; path = Images/DetailViewTemplate.png; sourceTree = "<group>"; };
|
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
32CA4F630368D1EE00C91783 /* GitX_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GitX_Prefix.pch; sourceTree = "<group>"; };
|
|
3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HistoryViewTemplate.png; path = Images/HistoryViewTemplate.png; sourceTree = "<group>"; };
|
|
3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CommitViewTemplate.png; path = Images/CommitViewTemplate.png; sourceTree = "<group>"; };
|
|
47DBDB560E94EDE700671A1E /* DBPrefsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBPrefsWindowController.h; sourceTree = "<group>"; };
|
|
47DBDB570E94EDE700671A1E /* DBPrefsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DBPrefsWindowController.m; sourceTree = "<group>"; };
|
|
47DBDB650E94EE8B00671A1E /* PBPrefsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBPrefsWindowController.h; sourceTree = "<group>"; };
|
|
47DBDB660E94EE8B00671A1E /* PBPrefsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBPrefsWindowController.m; sourceTree = "<group>"; };
|
|
47DBDB690E94EF6500671A1E /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Preferences.xib; sourceTree = "<group>"; };
|
|
47DBDBB00E94F6CA00671A1E /* Updates.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Updates.png; path = Images/Preferences/Updates.png; sourceTree = "<group>"; };
|
|
47DBDBC80E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBNSURLPathUserDefaultsTransfomer.h; sourceTree = "<group>"; };
|
|
47DBDBC90E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBNSURLPathUserDefaultsTransfomer.m; sourceTree = "<group>"; };
|
|
770B37EC0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.xcdatamodel; path = GitTest_DataModel.xcdatamodel; sourceTree = "<group>"; };
|
|
77C82804067257F0000B614F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
|
77C8280B06725ACE000B614F /* ApplicationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationController.h; sourceTree = "<group>"; };
|
|
77C8280C06725ACE000B614F /* ApplicationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApplicationController.m; sourceTree = "<group>"; };
|
|
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
|
8D1107320486CEB800E47090 /* GitX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GitX.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
911111E10E58BD5A00BF76B4 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/RepositoryWindow.xib; sourceTree = "<group>"; };
|
|
911111F60E594F3F00BF76B4 /* PBRepositoryDocumentController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBRepositoryDocumentController.h; sourceTree = "<group>"; };
|
|
911111F70E594F3F00BF76B4 /* PBRepositoryDocumentController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBRepositoryDocumentController.m; sourceTree = "<group>"; };
|
|
911112360E5A097800BF76B4 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
|
|
913D5E440E55640C00CECEA2 /* gitx.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = gitx.m; sourceTree = "<group>"; };
|
|
913D5E490E55644600CECEA2 /* gitx */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gitx; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
913D5E5D0E556A9300CECEA2 /* PBCLIProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCLIProxy.h; sourceTree = "<group>"; };
|
|
913D5E5E0E556A9300CECEA2 /* PBCLIProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCLIProxy.m; sourceTree = "<group>"; };
|
|
91B103CA0E898EC300C84364 /* PBIconAndTextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBIconAndTextCell.h; sourceTree = "<group>"; };
|
|
91B103CB0E898EC300C84364 /* PBIconAndTextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBIconAndTextCell.m; sourceTree = "<group>"; };
|
|
93CB42C00EAB7B2200530609 /* PBGitDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitDefaults.h; sourceTree = "<group>"; };
|
|
93CB42C10EAB7B2200530609 /* PBGitDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitDefaults.m; sourceTree = "<group>"; };
|
|
93F7857D0EA3ABF100C1F443 /* PBCommitMessageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommitMessageView.h; sourceTree = "<group>"; };
|
|
93F7857E0EA3ABF100C1F443 /* PBCommitMessageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommitMessageView.m; sourceTree = "<group>"; };
|
|
93FCCBA80EA8AF450061B02B /* PBGitConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitConfig.m; sourceTree = "<group>"; };
|
|
D26DC6440E782C9000C777B2 /* gitx.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = gitx.icns; sourceTree = "<group>"; };
|
|
D8083A2D111E045300337480 /* PBRemoteProgressSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBRemoteProgressSheet.h; sourceTree = "<group>"; };
|
|
D8083A42111E045D00337480 /* PBRemoteProgressSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBRemoteProgressSheet.m; sourceTree = "<group>"; };
|
|
D8083C42111F106800337480 /* PBAddRemoteSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBAddRemoteSheet.h; sourceTree = "<group>"; };
|
|
D8083C43111F106800337480 /* PBAddRemoteSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBAddRemoteSheet.m; sourceTree = "<group>"; };
|
|
D8083C46111F136400337480 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBAddRemoteSheet.xib; sourceTree = "<group>"; };
|
|
D8083DC2111F90F300337480 /* PBCloneRepsitoryToSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCloneRepsitoryToSheet.h; sourceTree = "<group>"; };
|
|
D8083DC3111F90F300337480 /* PBCloneRepsitoryToSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCloneRepsitoryToSheet.m; sourceTree = "<group>"; };
|
|
D8083DCC111F918900337480 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBCloneRepsitoryToSheet.xib; sourceTree = "<group>"; };
|
|
D8083E01111FA33700337480 /* PBCloneRepositoryPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCloneRepositoryPanel.h; sourceTree = "<group>"; };
|
|
D8083E02111FA33700337480 /* PBCloneRepositoryPanel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCloneRepositoryPanel.m; sourceTree = "<group>"; };
|
|
D823487410CB382C00944BDE /* Terminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Terminal.h; sourceTree = "<group>"; };
|
|
D828A40B1127B18700F09D11 /* PBSourceViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewCell.h; sourceTree = "<group>"; };
|
|
D828A40C1127B18700F09D11 /* PBSourceViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBSourceViewCell.m; sourceTree = "<group>"; };
|
|
D828A40F1127B1C400F09D11 /* PBSourceViewBadge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewBadge.h; sourceTree = "<group>"; };
|
|
D828A4101127B1C400F09D11 /* PBSourceViewBadge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBSourceViewBadge.m; sourceTree = "<group>"; };
|
|
D828A5EF1128AE7200F09D11 /* FetchTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FetchTemplate.png; path = Images/FetchTemplate.png; sourceTree = "<group>"; };
|
|
D828A5F01128AE7200F09D11 /* PullTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PullTemplate.png; path = Images/PullTemplate.png; sourceTree = "<group>"; };
|
|
D828A5F11128AE7200F09D11 /* PushTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PushTemplate.png; path = Images/PushTemplate.png; sourceTree = "<group>"; };
|
|
D828AEEB112F411100F09D11 /* CloneRepositoryTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CloneRepositoryTemplate.png; path = Images/CloneRepositoryTemplate.png; sourceTree = "<group>"; };
|
|
D8295D281130A1DC00C838E8 /* PBGitHistoryList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitHistoryList.h; sourceTree = "<group>"; };
|
|
D8295D291130A1DC00C838E8 /* PBGitHistoryList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitHistoryList.m; sourceTree = "<group>"; };
|
|
D8295DDE1130E43900C838E8 /* PBGitHistoryGrapher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitHistoryGrapher.h; sourceTree = "<group>"; };
|
|
D8295DDF1130E43900C838E8 /* PBGitHistoryGrapher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitHistoryGrapher.m; sourceTree = "<group>"; };
|
|
D854948410D5C01B0083B917 /* PBCreateBranchSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCreateBranchSheet.h; sourceTree = "<group>"; };
|
|
D854948510D5C01B0083B917 /* PBCreateBranchSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCreateBranchSheet.m; sourceTree = "<group>"; };
|
|
D854949310D5C3E20083B917 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBCreateBranchSheet.xib; sourceTree = "<group>"; };
|
|
D85810541127476E007F254B /* StageView.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StageView.png; path = Images/StageView.png; sourceTree = "<group>"; };
|
|
D858108011274D28007F254B /* Branch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Branch.png; path = Images/Branch.png; sourceTree = "<group>"; };
|
|
D858108111274D28007F254B /* RemoteBranch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = RemoteBranch.png; path = Images/RemoteBranch.png; sourceTree = "<group>"; };
|
|
D858108211274D28007F254B /* Tag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Tag.png; path = Images/Tag.png; sourceTree = "<group>"; };
|
|
D85B93F610E51279007F3C28 /* PBGitRefish.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRefish.h; sourceTree = "<group>"; };
|
|
D8A4BB6D11337D5C00E92D51 /* PBGitGradientBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitGradientBarView.h; sourceTree = "<group>"; };
|
|
D8A4BB6E11337D5C00E92D51 /* PBGitGradientBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitGradientBarView.m; sourceTree = "<group>"; };
|
|
D8A4BD041134AD2900E92D51 /* CherryPickTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CherryPickTemplate.png; path = Images/CherryPickTemplate.png; sourceTree = "<group>"; };
|
|
D8A4BD051134AD2900E92D51 /* MergeTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = MergeTemplate.png; path = Images/MergeTemplate.png; sourceTree = "<group>"; };
|
|
D8A4BD061134AD2900E92D51 /* RebaseTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = RebaseTemplate.png; path = Images/RebaseTemplate.png; sourceTree = "<group>"; };
|
|
D8C1B77210E875CF009B7F8B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBRemoteProgressSheet.xib; sourceTree = "<group>"; };
|
|
D8E3B2B710DC9FB2001096A3 /* ScriptingBridge.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScriptingBridge.framework; path = /System/Library/Frameworks/ScriptingBridge.framework; sourceTree = "<absolute>"; };
|
|
D8E3B34B10DCA958001096A3 /* PBCreateTagSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCreateTagSheet.h; sourceTree = "<group>"; };
|
|
D8E3B34C10DCA958001096A3 /* PBCreateTagSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCreateTagSheet.m; sourceTree = "<group>"; };
|
|
D8E3B38110DD4E2C001096A3 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBCreateTagSheet.xib; sourceTree = "<group>"; };
|
|
D8FDD9F611432A12005647F6 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PBCloneRepositoryPanel.xib; sourceTree = "<group>"; };
|
|
D8FDDA5C114335E8005647F6 /* PBGitSVBranchItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVBranchItem.h; sourceTree = "<group>"; };
|
|
D8FDDA5D114335E8005647F6 /* PBGitSVBranchItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVBranchItem.m; sourceTree = "<group>"; };
|
|
D8FDDA5E114335E8005647F6 /* PBGitSVFolderItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVFolderItem.h; sourceTree = "<group>"; };
|
|
D8FDDA5F114335E8005647F6 /* PBGitSVFolderItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVFolderItem.m; sourceTree = "<group>"; };
|
|
D8FDDA60114335E8005647F6 /* PBGitSVOtherRevItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVOtherRevItem.h; sourceTree = "<group>"; };
|
|
D8FDDA61114335E8005647F6 /* PBGitSVOtherRevItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVOtherRevItem.m; sourceTree = "<group>"; };
|
|
D8FDDA62114335E8005647F6 /* PBGitSVRemoteBranchItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVRemoteBranchItem.h; sourceTree = "<group>"; };
|
|
D8FDDA63114335E8005647F6 /* PBGitSVRemoteBranchItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVRemoteBranchItem.m; sourceTree = "<group>"; };
|
|
D8FDDA64114335E8005647F6 /* PBGitSVRemoteItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVRemoteItem.h; sourceTree = "<group>"; };
|
|
D8FDDA65114335E8005647F6 /* PBGitSVRemoteItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVRemoteItem.m; sourceTree = "<group>"; };
|
|
D8FDDA66114335E8005647F6 /* PBGitSVStageItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVStageItem.h; sourceTree = "<group>"; };
|
|
D8FDDA67114335E8005647F6 /* PBGitSVStageItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVStageItem.m; sourceTree = "<group>"; };
|
|
D8FDDA68114335E8005647F6 /* PBGitSVTagItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSVTagItem.h; sourceTree = "<group>"; };
|
|
D8FDDA69114335E8005647F6 /* PBGitSVTagItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSVTagItem.m; sourceTree = "<group>"; };
|
|
D8FDDA7311433634005647F6 /* PBSourceViewItems.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewItems.h; sourceTree = "<group>"; };
|
|
D8FDDBF31143F318005647F6 /* AddRemote.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AddRemote.png; path = Images/AddRemote.png; sourceTree = "<group>"; };
|
|
EB2A73480FEE3F09006601CF /* PBCollapsibleSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCollapsibleSplitView.h; sourceTree = "<group>"; };
|
|
EB2A73490FEE3F09006601CF /* PBCollapsibleSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCollapsibleSplitView.m; sourceTree = "<group>"; };
|
|
F50A411D0EBB874C00208746 /* mainSplitterBar.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = mainSplitterBar.tiff; path = Images/mainSplitterBar.tiff; sourceTree = "<group>"; };
|
|
F50A411E0EBB874C00208746 /* mainSplitterDimple.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = mainSplitterDimple.tiff; path = Images/mainSplitterDimple.tiff; sourceTree = "<group>"; };
|
|
F50A41210EBB875D00208746 /* PBNiceSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBNiceSplitView.h; sourceTree = "<group>"; };
|
|
F50A41220EBB875D00208746 /* PBNiceSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBNiceSplitView.m; sourceTree = "<group>"; };
|
|
F50FE0E10E07BE9600854FCD /* PBGitRevisionCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRevisionCell.h; sourceTree = "<group>"; };
|
|
F50FE0E20E07BE9600854FCD /* PBGitRevisionCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitRevisionCell.m; sourceTree = "<group>"; };
|
|
F51308590E0740F2000C8BCD /* PBQLOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBQLOutlineView.h; sourceTree = "<group>"; };
|
|
F513085A0E0740F2000C8BCD /* PBQLOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBQLOutlineView.m; sourceTree = "<group>"; };
|
|
F5140DC70E8A8EB20091E9F3 /* RoundedRectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoundedRectangle.h; sourceTree = "<group>"; };
|
|
F5140DC80E8A8EB20091E9F3 /* RoundedRectangle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoundedRectangle.m; sourceTree = "<group>"; };
|
|
F523CEB40ED3399100DDD714 /* PBGitIndexController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitIndexController.h; sourceTree = "<group>"; };
|
|
F523CEB50ED3399200DDD714 /* PBGitIndexController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitIndexController.m; sourceTree = "<group>"; };
|
|
F52BCE020E84208300AA3741 /* PBGitHistoryView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PBGitHistoryView.xib; sourceTree = "<group>"; };
|
|
F52BCE050E84211300AA3741 /* PBGitHistoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitHistoryController.h; sourceTree = "<group>"; };
|
|
F52BCE060E84211300AA3741 /* PBGitHistoryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitHistoryController.m; sourceTree = "<group>"; };
|
|
F53C4DF50E97FC630022AD59 /* PBGitBinary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitBinary.h; sourceTree = "<group>"; };
|
|
F53C4DF60E97FC630022AD59 /* PBGitBinary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitBinary.m; sourceTree = "<group>"; };
|
|
F53EE3590E06BBA00022B925 /* CWQuickLook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CWQuickLook.h; sourceTree = "<group>"; };
|
|
F53FF2030E7ABB5300389171 /* PBGitRevSpecifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRevSpecifier.h; sourceTree = "<group>"; };
|
|
F53FF2040E7ABB5300389171 /* PBGitRevSpecifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitRevSpecifier.m; sourceTree = "<group>"; };
|
|
F56174550E058893001DCD79 /* PBGitTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitTree.h; sourceTree = "<group>"; };
|
|
F56174560E058893001DCD79 /* PBGitTree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitTree.m; sourceTree = "<group>"; };
|
|
F56244070E9684B0002B6C44 /* PBUnsortableTableHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBUnsortableTableHeader.h; sourceTree = "<group>"; };
|
|
F56244080E9684B0002B6C44 /* PBUnsortableTableHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBUnsortableTableHeader.m; sourceTree = "<group>"; };
|
|
F562C8850FE1766C000EC528 /* NSString_RegEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSString_RegEx.h; sourceTree = "<group>"; };
|
|
F562C8860FE1766C000EC528 /* NSString_RegEx.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSString_RegEx.m; sourceTree = "<group>"; };
|
|
F56524B90E02D22D00F03B52 /* NSFileHandleExt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSFileHandleExt.m; sourceTree = "<group>"; };
|
|
F56524BA0E02D22D00F03B52 /* NSFileHandleExt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSFileHandleExt.h; sourceTree = "<group>"; };
|
|
F56524EE0E02D45200F03B52 /* PBGitCommit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitCommit.h; sourceTree = "<group>"; };
|
|
F56524EF0E02D45200F03B52 /* PBGitCommit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitCommit.m; sourceTree = "<group>"; };
|
|
F56526230E03D85900F03B52 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
|
|
F56526290E03D89B00F03B52 /* PBWebHistoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebHistoryController.h; sourceTree = "<group>"; };
|
|
F565262A0E03D89B00F03B52 /* PBWebHistoryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebHistoryController.m; sourceTree = "<group>"; };
|
|
F567B88B1057FA9F000DB976 /* NSOutlineViewExt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSOutlineViewExt.h; sourceTree = "<group>"; };
|
|
F567B88C1057FA9F000DB976 /* NSOutlineViewExt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSOutlineViewExt.m; sourceTree = "<group>"; };
|
|
F567CC39106E6B910059BB9D /* GitXTesting.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GitXTesting.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
F567CC3A106E6B910059BB9D /* GitXTesting-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GitXTesting-Info.plist"; sourceTree = "<group>"; };
|
|
F569AE920F2CBD7C00C2FFA7 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Credits.html; sourceTree = "<group>"; };
|
|
F56ADDD70ED19F9E002AC78F /* AddBranchTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AddBranchTemplate.png; path = Images/AddBranchTemplate.png; sourceTree = "<group>"; };
|
|
F56ADDD80ED19F9E002AC78F /* AddLabelTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AddLabelTemplate.png; path = Images/AddLabelTemplate.png; sourceTree = "<group>"; };
|
|
F56CC7270E65E0AD004307B4 /* PBGitGraphLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitGraphLine.h; sourceTree = "<group>"; };
|
|
F56CC7300E65E0E5004307B4 /* PBGraphCellInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGraphCellInfo.h; sourceTree = "<group>"; };
|
|
F56CC7310E65E0E5004307B4 /* PBGraphCellInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGraphCellInfo.m; sourceTree = "<group>"; };
|
|
F57240BA0E9678EA00D8EE66 /* deleted_file.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = deleted_file.png; path = Images/deleted_file.png; sourceTree = "<group>"; };
|
|
F574A2830EAE2EAC003F2CB1 /* PBRefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBRefController.h; sourceTree = "<group>"; };
|
|
F574A2840EAE2EAC003F2CB1 /* PBRefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBRefController.m; sourceTree = "<group>"; };
|
|
F57CC38F0E05DDF2000472E2 /* PBEasyPipe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBEasyPipe.h; sourceTree = "<group>"; };
|
|
F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBEasyPipe.m; sourceTree = "<group>"; };
|
|
F57CC43F0E05E496000472E2 /* PBGitWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitWindowController.h; sourceTree = "<group>"; };
|
|
F57CC4400E05E496000472E2 /* PBGitWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitWindowController.m; sourceTree = "<group>"; };
|
|
F580E6AD0E733276009E2D3F /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
|
F5886A0A0ED5D27A0066E74C /* speedtest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = speedtest.m; sourceTree = "<group>"; };
|
|
F5886A100ED5D33D0066E74C /* SpeedTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpeedTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
F5886A120ED5D33D0066E74C /* SpeedTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpeedTest-Info.plist"; sourceTree = "<group>"; };
|
|
F58DB55710566D3500CFDF4A /* PBGitSidebarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitSidebarController.h; sourceTree = "<group>"; };
|
|
F58DB55810566D3500CFDF4A /* PBGitSidebarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitSidebarController.m; sourceTree = "<group>"; };
|
|
F58DB55F10566E3900CFDF4A /* PBGitSidebarView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PBGitSidebarView.xib; sourceTree = "<group>"; };
|
|
F58DB5E6105671B600CFDF4A /* PBSourceViewItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBSourceViewItem.h; sourceTree = "<group>"; };
|
|
F58DB5E7105671B600CFDF4A /* PBSourceViewItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBSourceViewItem.m; sourceTree = "<group>"; };
|
|
F59116E50E843BB50072CCB1 /* PBGitCommitView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PBGitCommitView.xib; sourceTree = "<group>"; };
|
|
F59116E70E843BCB0072CCB1 /* PBGitCommitController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitCommitController.h; sourceTree = "<group>"; };
|
|
F59116E80E843BCB0072CCB1 /* PBGitCommitController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitCommitController.m; sourceTree = "<group>"; };
|
|
F593DF760E9E636C003A8559 /* PBFileChangesTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBFileChangesTableView.h; sourceTree = "<group>"; };
|
|
F593DF770E9E636C003A8559 /* PBFileChangesTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBFileChangesTableView.m; sourceTree = "<group>"; };
|
|
F5945E150E02B0C200706420 /* PBGitRepository.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRepository.h; sourceTree = "<group>"; };
|
|
F5945E160E02B0C200706420 /* PBGitRepository.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitRepository.m; sourceTree = "<group>"; };
|
|
F59F1DD3105C4FF300115F88 /* PBGitIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitIndex.h; sourceTree = "<group>"; };
|
|
F59F1DD4105C4FF300115F88 /* PBGitIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitIndex.m; sourceTree = "<group>"; };
|
|
F5AD56770E79B78100EDAAFE /* PBCommitList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBCommitList.h; sourceTree = "<group>"; };
|
|
F5AD56780E79B78100EDAAFE /* PBCommitList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBCommitList.m; sourceTree = "<group>"; };
|
|
F5B721C30E05CF7E00AF29DC /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
F5C007730E731B48007B84B2 /* PBGitRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRef.h; sourceTree = "<group>"; };
|
|
F5C007740E731B48007B84B2 /* PBGitRef.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitRef.m; sourceTree = "<group>"; };
|
|
F5C580E40EDA250900995434 /* libgit2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgit2.a; path = libgit2/libgit2.a; sourceTree = "<group>"; };
|
|
F5C6F68B0E65FF9300478D97 /* PBGitLane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitLane.h; sourceTree = "<group>"; };
|
|
F5C6F68C0E65FF9300478D97 /* PBGitLane.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PBGitLane.mm; sourceTree = "<group>"; };
|
|
F5D2DC850EA401A80034AD24 /* PBGitConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitConfig.h; sourceTree = "<group>"; };
|
|
F5D619ED0EAE62EA00341D73 /* html */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = folder; path = html; sourceTree = "<group>"; };
|
|
F5DFFA6A0E075D8800617813 /* PBEasyFS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBEasyFS.h; sourceTree = "<group>"; };
|
|
F5DFFA6B0E075D8800617813 /* PBEasyFS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBEasyFS.m; sourceTree = "<group>"; };
|
|
F5E424100EA3E4D60046E362 /* PBDiffWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PBDiffWindow.xib; sourceTree = "<group>"; };
|
|
F5E424130EA3E4E10046E362 /* PBDiffWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBDiffWindowController.m; sourceTree = "<group>"; };
|
|
F5E424140EA3E4E10046E362 /* PBDiffWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBDiffWindowController.h; sourceTree = "<group>"; };
|
|
F5E424160EA3E4EB0046E362 /* PBWebDiffController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebDiffController.m; sourceTree = "<group>"; };
|
|
F5E424170EA3E4EB0046E362 /* PBWebDiffController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebDiffController.h; sourceTree = "<group>"; };
|
|
F5E4DBFA0EAB58D90013FAFC /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<absolute>"; };
|
|
F5E926040E8827D300056E75 /* PBViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBViewController.h; sourceTree = "<group>"; };
|
|
F5E926050E8827D300056E75 /* PBViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBViewController.m; sourceTree = "<group>"; };
|
|
F5E927F60E883E7200056E75 /* PBChangedFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBChangedFile.h; sourceTree = "<group>"; };
|
|
F5E927F70E883E7200056E75 /* PBChangedFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBChangedFile.m; sourceTree = "<group>"; };
|
|
F5E927FA0E883F0700056E75 /* PBWebChangesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebChangesController.h; sourceTree = "<group>"; };
|
|
F5E927FB0E883F0700056E75 /* PBWebChangesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebChangesController.m; sourceTree = "<group>"; };
|
|
F5E92A1A0E88550E00056E75 /* empty_file.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = empty_file.png; path = Images/empty_file.png; sourceTree = "<group>"; };
|
|
F5E92A220E88569500056E75 /* new_file.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = new_file.png; path = Images/new_file.png; sourceTree = "<group>"; };
|
|
F5EF8C8C0E9D4A5D0050906B /* PBWebController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBWebController.h; sourceTree = "<group>"; };
|
|
F5EF8C8D0E9D4A5D0050906B /* PBWebController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBWebController.m; sourceTree = "<group>"; };
|
|
F5FC41F20EBCBD4300191D80 /* PBGitXProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitXProtocol.h; sourceTree = "<group>"; };
|
|
F5FC41F30EBCBD4300191D80 /* PBGitXProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBGitXProtocol.m; sourceTree = "<group>"; };
|
|
F5FC43C30EBD050800191D80 /* PBRefContextDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBRefContextDelegate.h; sourceTree = "<group>"; };
|
|
F5FC43FC0EBD08EE00191D80 /* PBRefMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBRefMenuItem.h; sourceTree = "<group>"; };
|
|
F5FC43FD0EBD08EE00191D80 /* PBRefMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBRefMenuItem.m; sourceTree = "<group>"; };
|
|
F5FE6C010EB13BC900F30D12 /* PBServicesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBServicesController.h; sourceTree = "<group>"; };
|
|
F5FE6C020EB13BC900F30D12 /* PBServicesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PBServicesController.m; sourceTree = "<group>"; };
|
|
F5FF4E160E0829C20006317A /* PBGitRevList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitRevList.h; sourceTree = "<group>"; };
|
|
F5FF4E170E0829C20006317A /* PBGitRevList.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PBGitRevList.mm; sourceTree = "<group>"; };
|
|
F5FF4E780E082E440006317A /* PBGitGrapher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBGitGrapher.h; sourceTree = "<group>"; };
|
|
F5FF4E790E082E440006317A /* PBGitGrapher.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PBGitGrapher.mm; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
|
F56526240E03D85900F03B52 /* WebKit.framework in Frameworks */,
|
|
911112370E5A097800BF76B4 /* Security.framework in Frameworks */,
|
|
F580E6AE0E733276009E2D3F /* Sparkle.framework in Frameworks */,
|
|
F5E4DBFB0EAB58D90013FAFC /* SystemConfiguration.framework in Frameworks */,
|
|
F5C580E50EDA250900995434 /* libgit2.a in Frameworks */,
|
|
D8E3B2B810DC9FB2001096A3 /* ScriptingBridge.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
913D5E470E55644600CECEA2 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F567CC37106E6B910059BB9D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F567CC7F106E6C470059BB9D /* libgit2.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F5886A0E0ED5D33D0066E74C /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F5C580F50EDA251100995434 /* libgit2.a in Frameworks */,
|
|
F5886A1E0ED5D3880066E74C /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
080E96DDFE201D6D7F000001 /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Classes;
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5E4DBFA0EAB58D90013FAFC /* SystemConfiguration.framework */,
|
|
F580E6AD0E733276009E2D3F /* Sparkle.framework */,
|
|
F56526230E03D85900F03B52 /* WebKit.framework */,
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
911112360E5A097800BF76B4 /* Security.framework */,
|
|
77C82804067257F0000B614F /* CoreData.framework */,
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
|
D8E3B2B710DC9FB2001096A3 /* ScriptingBridge.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1107320486CEB800E47090 /* GitX.app */,
|
|
913D5E490E55644600CECEA2 /* gitx */,
|
|
F5886A100ED5D33D0066E74C /* SpeedTest.app */,
|
|
F567CC39106E6B910059BB9D /* GitXTesting.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* GitTest */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5886A080ED5D26B0066E74C /* SpeedTest */,
|
|
913D5E420E5563FD00CECEA2 /* cli */,
|
|
F57CC43E0E05E472000472E2 /* Aux */,
|
|
F57CC3850E05DDC1000472E2 /* Controllers */,
|
|
F56174540E05887E001DCD79 /* Git */,
|
|
F5D619ED0EAE62EA00341D73 /* html */,
|
|
7756732906782D8800D1FEB8 /* Models */,
|
|
080E96DDFE201D6D7F000001 /* Classes */,
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
|
29B97317FDCFA39411CA2CEA /* Resources */,
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
F5886A120ED5D33D0066E74C /* SpeedTest-Info.plist */,
|
|
F567CC3A106E6B910059BB9D /* GitXTesting-Info.plist */,
|
|
);
|
|
name = GitTest;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D858108011274D28007F254B /* Branch.png */,
|
|
D858108111274D28007F254B /* RemoteBranch.png */,
|
|
D858108211274D28007F254B /* Tag.png */,
|
|
D85810541127476E007F254B /* StageView.png */,
|
|
D8FDDBF31143F318005647F6 /* AddRemote.png */,
|
|
D828A5EF1128AE7200F09D11 /* FetchTemplate.png */,
|
|
D828A5F01128AE7200F09D11 /* PullTemplate.png */,
|
|
D828A5F11128AE7200F09D11 /* PushTemplate.png */,
|
|
D828AEEB112F411100F09D11 /* CloneRepositoryTemplate.png */,
|
|
3BC07F4A0ED5A5C5009A7768 /* HistoryViewTemplate.png */,
|
|
D8A4BD041134AD2900E92D51 /* CherryPickTemplate.png */,
|
|
D8A4BD051134AD2900E92D51 /* MergeTemplate.png */,
|
|
D8A4BD061134AD2900E92D51 /* RebaseTemplate.png */,
|
|
3BC07F4B0ED5A5C5009A7768 /* CommitViewTemplate.png */,
|
|
F56ADDD70ED19F9E002AC78F /* AddBranchTemplate.png */,
|
|
F56ADDD80ED19F9E002AC78F /* AddLabelTemplate.png */,
|
|
056438B60ED0C40B00985397 /* DetailViewTemplate.png */,
|
|
F57240BA0E9678EA00D8EE66 /* deleted_file.png */,
|
|
F5E92A1A0E88550E00056E75 /* empty_file.png */,
|
|
32CA4F630368D1EE00C91783 /* GitX_Prefix.pch */,
|
|
29B97316FDCFA39411CA2CEA /* main.m */,
|
|
F5E92A220E88569500056E75 /* new_file.png */,
|
|
);
|
|
name = "Other Sources";
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F50A41130EBB872D00208746 /* Widgets */,
|
|
47DBDB920E94F47200671A1E /* Preference Icons */,
|
|
D26DC6440E782C9000C777B2 /* gitx.icns */,
|
|
8D1107310486CEB800E47090 /* Info.plist */,
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
|
F5B721C20E05CF7E00AF29DC /* MainMenu.xib */,
|
|
911111E00E58BD5A00BF76B4 /* RepositoryWindow.xib */,
|
|
F5E424100EA3E4D60046E362 /* PBDiffWindow.xib */,
|
|
F52BCE020E84208300AA3741 /* PBGitHistoryView.xib */,
|
|
F59116E50E843BB50072CCB1 /* PBGitCommitView.xib */,
|
|
D85B939210E3D8B4007F3C28 /* PBCreateBranchSheet.xib */,
|
|
D889EB3010E6BCBB00F08413 /* PBCreateTagSheet.xib */,
|
|
D8C1B77110E875CF009B7F8B /* PBRemoteProgressSheet.xib */,
|
|
D8083C45111F136400337480 /* PBAddRemoteSheet.xib */,
|
|
D8083DCB111F918900337480 /* PBCloneRepsitoryToSheet.xib */,
|
|
D8FDD9F511432A12005647F6 /* PBCloneRepositoryPanel.xib */,
|
|
47DBDB680E94EF6500671A1E /* Preferences.xib */,
|
|
F569AE920F2CBD7C00C2FFA7 /* Credits.html */,
|
|
F58DB55F10566E3900CFDF4A /* PBGitSidebarView.xib */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5C580E40EDA250900995434 /* libgit2.a */,
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
47DBDB920E94F47200671A1E /* Preference Icons */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
47DBDBB00E94F6CA00671A1E /* Updates.png */,
|
|
);
|
|
name = "Preference Icons";
|
|
sourceTree = "<group>";
|
|
};
|
|
7756732906782D8800D1FEB8 /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
770B37EC0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel */,
|
|
);
|
|
name = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
913D5E420E5563FD00CECEA2 /* cli */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
913D5E5D0E556A9300CECEA2 /* PBCLIProxy.h */,
|
|
913D5E5E0E556A9300CECEA2 /* PBCLIProxy.m */,
|
|
913D5E440E55640C00CECEA2 /* gitx.m */,
|
|
);
|
|
name = cli;
|
|
sourceTree = "<group>";
|
|
};
|
|
D82F435F111B9C6D00A25A39 /* Sheets */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D854948410D5C01B0083B917 /* PBCreateBranchSheet.h */,
|
|
D854948510D5C01B0083B917 /* PBCreateBranchSheet.m */,
|
|
D8E3B34B10DCA958001096A3 /* PBCreateTagSheet.h */,
|
|
D8E3B34C10DCA958001096A3 /* PBCreateTagSheet.m */,
|
|
D8083A2D111E045300337480 /* PBRemoteProgressSheet.h */,
|
|
D8083A42111E045D00337480 /* PBRemoteProgressSheet.m */,
|
|
D8083C42111F106800337480 /* PBAddRemoteSheet.h */,
|
|
D8083C43111F106800337480 /* PBAddRemoteSheet.m */,
|
|
D8083DC2111F90F300337480 /* PBCloneRepsitoryToSheet.h */,
|
|
D8083DC3111F90F300337480 /* PBCloneRepsitoryToSheet.m */,
|
|
D8083E01111FA33700337480 /* PBCloneRepositoryPanel.h */,
|
|
D8083E02111FA33700337480 /* PBCloneRepositoryPanel.m */,
|
|
);
|
|
name = Sheets;
|
|
sourceTree = "<group>";
|
|
};
|
|
D8FDDA58114335B0005647F6 /* Source View Items */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D8FDDA7311433634005647F6 /* PBSourceViewItems.h */,
|
|
F58DB5E6105671B600CFDF4A /* PBSourceViewItem.h */,
|
|
F58DB5E7105671B600CFDF4A /* PBSourceViewItem.m */,
|
|
D8FDDA66114335E8005647F6 /* PBGitSVStageItem.h */,
|
|
D8FDDA67114335E8005647F6 /* PBGitSVStageItem.m */,
|
|
D8FDDA5C114335E8005647F6 /* PBGitSVBranchItem.h */,
|
|
D8FDDA5D114335E8005647F6 /* PBGitSVBranchItem.m */,
|
|
D8FDDA64114335E8005647F6 /* PBGitSVRemoteItem.h */,
|
|
D8FDDA65114335E8005647F6 /* PBGitSVRemoteItem.m */,
|
|
D8FDDA62114335E8005647F6 /* PBGitSVRemoteBranchItem.h */,
|
|
D8FDDA63114335E8005647F6 /* PBGitSVRemoteBranchItem.m */,
|
|
D8FDDA68114335E8005647F6 /* PBGitSVTagItem.h */,
|
|
D8FDDA69114335E8005647F6 /* PBGitSVTagItem.m */,
|
|
D8FDDA60114335E8005647F6 /* PBGitSVOtherRevItem.h */,
|
|
D8FDDA61114335E8005647F6 /* PBGitSVOtherRevItem.m */,
|
|
D8FDDA5E114335E8005647F6 /* PBGitSVFolderItem.h */,
|
|
D8FDDA5F114335E8005647F6 /* PBGitSVFolderItem.m */,
|
|
);
|
|
name = "Source View Items";
|
|
sourceTree = "<group>";
|
|
};
|
|
F50A41130EBB872D00208746 /* Widgets */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F50A411D0EBB874C00208746 /* mainSplitterBar.tiff */,
|
|
F50A411E0EBB874C00208746 /* mainSplitterDimple.tiff */,
|
|
);
|
|
name = Widgets;
|
|
sourceTree = "<group>";
|
|
};
|
|
F56174540E05887E001DCD79 /* Git */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F59F1DD2105C4FDE00115F88 /* Index */,
|
|
F5E927E30E883D6800056E75 /* Commit */,
|
|
F5E927E10E883D2E00056E75 /* History */,
|
|
F5945E150E02B0C200706420 /* PBGitRepository.h */,
|
|
F5945E160E02B0C200706420 /* PBGitRepository.m */,
|
|
F53C4DF50E97FC630022AD59 /* PBGitBinary.h */,
|
|
F53C4DF60E97FC630022AD59 /* PBGitBinary.m */,
|
|
F5D2DC850EA401A80034AD24 /* PBGitConfig.h */,
|
|
93FCCBA80EA8AF450061B02B /* PBGitConfig.m */,
|
|
);
|
|
name = Git;
|
|
sourceTree = "<group>";
|
|
};
|
|
F57CC3850E05DDC1000472E2 /* Controllers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F58DB55610566D1F00CFDF4A /* Sidebar */,
|
|
F5B161BB0EAB6E0C005A1DE1 /* Diff */,
|
|
F5EF8C880E9D498F0050906B /* History */,
|
|
F5E927F90E883EF600056E75 /* Commit */,
|
|
D82F435F111B9C6D00A25A39 /* Sheets */,
|
|
77C8280B06725ACE000B614F /* ApplicationController.h */,
|
|
77C8280C06725ACE000B614F /* ApplicationController.m */,
|
|
93CB42C00EAB7B2200530609 /* PBGitDefaults.h */,
|
|
93CB42C10EAB7B2200530609 /* PBGitDefaults.m */,
|
|
F57CC43F0E05E496000472E2 /* PBGitWindowController.h */,
|
|
F57CC4400E05E496000472E2 /* PBGitWindowController.m */,
|
|
911111F60E594F3F00BF76B4 /* PBRepositoryDocumentController.h */,
|
|
911111F70E594F3F00BF76B4 /* PBRepositoryDocumentController.m */,
|
|
F5E926040E8827D300056E75 /* PBViewController.h */,
|
|
F5E926050E8827D300056E75 /* PBViewController.m */,
|
|
F5EF8C8C0E9D4A5D0050906B /* PBWebController.h */,
|
|
F5EF8C8D0E9D4A5D0050906B /* PBWebController.m */,
|
|
F5FE6C010EB13BC900F30D12 /* PBServicesController.h */,
|
|
F5FE6C020EB13BC900F30D12 /* PBServicesController.m */,
|
|
47DBDB560E94EDE700671A1E /* DBPrefsWindowController.h */,
|
|
47DBDB570E94EDE700671A1E /* DBPrefsWindowController.m */,
|
|
47DBDB650E94EE8B00671A1E /* PBPrefsWindowController.h */,
|
|
47DBDB660E94EE8B00671A1E /* PBPrefsWindowController.m */,
|
|
);
|
|
name = Controllers;
|
|
sourceTree = "<group>";
|
|
};
|
|
F57CC43E0E05E472000472E2 /* Aux */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
47DBDBC80E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.h */,
|
|
47DBDBC90E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m */,
|
|
F5AD56770E79B78100EDAAFE /* PBCommitList.h */,
|
|
F5AD56780E79B78100EDAAFE /* PBCommitList.m */,
|
|
F56524B90E02D22D00F03B52 /* NSFileHandleExt.m */,
|
|
F56524BA0E02D22D00F03B52 /* NSFileHandleExt.h */,
|
|
F562C8850FE1766C000EC528 /* NSString_RegEx.h */,
|
|
F562C8860FE1766C000EC528 /* NSString_RegEx.m */,
|
|
F57CC38F0E05DDF2000472E2 /* PBEasyPipe.h */,
|
|
F57CC3900E05DDF2000472E2 /* PBEasyPipe.m */,
|
|
F5DFFA6A0E075D8800617813 /* PBEasyFS.h */,
|
|
F5DFFA6B0E075D8800617813 /* PBEasyFS.m */,
|
|
F53EE3590E06BBA00022B925 /* CWQuickLook.h */,
|
|
F51308590E0740F2000C8BCD /* PBQLOutlineView.h */,
|
|
F513085A0E0740F2000C8BCD /* PBQLOutlineView.m */,
|
|
91B103CA0E898EC300C84364 /* PBIconAndTextCell.h */,
|
|
91B103CB0E898EC300C84364 /* PBIconAndTextCell.m */,
|
|
F5140DC70E8A8EB20091E9F3 /* RoundedRectangle.h */,
|
|
F5140DC80E8A8EB20091E9F3 /* RoundedRectangle.m */,
|
|
F56244070E9684B0002B6C44 /* PBUnsortableTableHeader.h */,
|
|
F56244080E9684B0002B6C44 /* PBUnsortableTableHeader.m */,
|
|
F50A41210EBB875D00208746 /* PBNiceSplitView.h */,
|
|
F50A41220EBB875D00208746 /* PBNiceSplitView.m */,
|
|
EB2A73480FEE3F09006601CF /* PBCollapsibleSplitView.h */,
|
|
EB2A73490FEE3F09006601CF /* PBCollapsibleSplitView.m */,
|
|
F5FC41F20EBCBD4300191D80 /* PBGitXProtocol.h */,
|
|
F5FC41F30EBCBD4300191D80 /* PBGitXProtocol.m */,
|
|
D823487410CB382C00944BDE /* Terminal.h */,
|
|
F567B88B1057FA9F000DB976 /* NSOutlineViewExt.h */,
|
|
F567B88C1057FA9F000DB976 /* NSOutlineViewExt.m */,
|
|
D8A4BB6D11337D5C00E92D51 /* PBGitGradientBarView.h */,
|
|
D8A4BB6E11337D5C00E92D51 /* PBGitGradientBarView.m */,
|
|
);
|
|
name = Aux;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5886A080ED5D26B0066E74C /* SpeedTest */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5886A0A0ED5D27A0066E74C /* speedtest.m */,
|
|
);
|
|
name = SpeedTest;
|
|
sourceTree = "<group>";
|
|
};
|
|
F58DB55610566D1F00CFDF4A /* Sidebar */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F58DB55710566D3500CFDF4A /* PBGitSidebarController.h */,
|
|
F58DB55810566D3500CFDF4A /* PBGitSidebarController.m */,
|
|
D828A40B1127B18700F09D11 /* PBSourceViewCell.h */,
|
|
D828A40C1127B18700F09D11 /* PBSourceViewCell.m */,
|
|
D828A40F1127B1C400F09D11 /* PBSourceViewBadge.h */,
|
|
D828A4101127B1C400F09D11 /* PBSourceViewBadge.m */,
|
|
D8FDDA58114335B0005647F6 /* Source View Items */,
|
|
);
|
|
name = Sidebar;
|
|
sourceTree = "<group>";
|
|
};
|
|
F59F1DD2105C4FDE00115F88 /* Index */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5E927F60E883E7200056E75 /* PBChangedFile.h */,
|
|
F5E927F70E883E7200056E75 /* PBChangedFile.m */,
|
|
F59F1DD3105C4FF300115F88 /* PBGitIndex.h */,
|
|
F59F1DD4105C4FF300115F88 /* PBGitIndex.m */,
|
|
);
|
|
name = Index;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5B161BB0EAB6E0C005A1DE1 /* Diff */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5E424140EA3E4E10046E362 /* PBDiffWindowController.h */,
|
|
F5E424130EA3E4E10046E362 /* PBDiffWindowController.m */,
|
|
F5E424160EA3E4EB0046E362 /* PBWebDiffController.m */,
|
|
F5E424170EA3E4EB0046E362 /* PBWebDiffController.h */,
|
|
);
|
|
name = Diff;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5C6F6750E65FE2B00478D97 /* Graphing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5FF4E780E082E440006317A /* PBGitGrapher.h */,
|
|
F5FF4E790E082E440006317A /* PBGitGrapher.mm */,
|
|
F50FE0E10E07BE9600854FCD /* PBGitRevisionCell.h */,
|
|
F50FE0E20E07BE9600854FCD /* PBGitRevisionCell.m */,
|
|
F56CC7270E65E0AD004307B4 /* PBGitGraphLine.h */,
|
|
F56CC7300E65E0E5004307B4 /* PBGraphCellInfo.h */,
|
|
F56CC7310E65E0E5004307B4 /* PBGraphCellInfo.m */,
|
|
F5C6F68B0E65FF9300478D97 /* PBGitLane.h */,
|
|
F5C6F68C0E65FF9300478D97 /* PBGitLane.mm */,
|
|
);
|
|
name = Graphing;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5E927E10E883D2E00056E75 /* History */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F5AD56770E79B78100EDAAFE /* PBCommitList.h */,
|
|
F5AD56780E79B78100EDAAFE /* PBCommitList.m */,
|
|
F5C6F6750E65FE2B00478D97 /* Graphing */,
|
|
D85B93F610E51279007F3C28 /* PBGitRefish.h */,
|
|
F56524EE0E02D45200F03B52 /* PBGitCommit.h */,
|
|
F56524EF0E02D45200F03B52 /* PBGitCommit.m */,
|
|
F5C007730E731B48007B84B2 /* PBGitRef.h */,
|
|
F5C007740E731B48007B84B2 /* PBGitRef.m */,
|
|
D8295D281130A1DC00C838E8 /* PBGitHistoryList.h */,
|
|
D8295D291130A1DC00C838E8 /* PBGitHistoryList.m */,
|
|
F5FF4E160E0829C20006317A /* PBGitRevList.h */,
|
|
F5FF4E170E0829C20006317A /* PBGitRevList.mm */,
|
|
D8295DDE1130E43900C838E8 /* PBGitHistoryGrapher.h */,
|
|
D8295DDF1130E43900C838E8 /* PBGitHistoryGrapher.m */,
|
|
F53FF2030E7ABB5300389171 /* PBGitRevSpecifier.h */,
|
|
F53FF2040E7ABB5300389171 /* PBGitRevSpecifier.m */,
|
|
F56174550E058893001DCD79 /* PBGitTree.h */,
|
|
F56174560E058893001DCD79 /* PBGitTree.m */,
|
|
F5FC43C30EBD050800191D80 /* PBRefContextDelegate.h */,
|
|
F5FC43FC0EBD08EE00191D80 /* PBRefMenuItem.h */,
|
|
F5FC43FD0EBD08EE00191D80 /* PBRefMenuItem.m */,
|
|
);
|
|
name = History;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5E927E30E883D6800056E75 /* Commit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
93F7857D0EA3ABF100C1F443 /* PBCommitMessageView.h */,
|
|
93F7857E0EA3ABF100C1F443 /* PBCommitMessageView.m */,
|
|
F593DF760E9E636C003A8559 /* PBFileChangesTableView.h */,
|
|
F593DF770E9E636C003A8559 /* PBFileChangesTableView.m */,
|
|
);
|
|
name = Commit;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5E927F90E883EF600056E75 /* Commit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F59116E70E843BCB0072CCB1 /* PBGitCommitController.h */,
|
|
F59116E80E843BCB0072CCB1 /* PBGitCommitController.m */,
|
|
F5E927FA0E883F0700056E75 /* PBWebChangesController.h */,
|
|
F5E927FB0E883F0700056E75 /* PBWebChangesController.m */,
|
|
F523CEB40ED3399100DDD714 /* PBGitIndexController.h */,
|
|
F523CEB50ED3399200DDD714 /* PBGitIndexController.m */,
|
|
);
|
|
name = Commit;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5EF8C880E9D498F0050906B /* History */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F56526290E03D89B00F03B52 /* PBWebHistoryController.h */,
|
|
F565262A0E03D89B00F03B52 /* PBWebHistoryController.m */,
|
|
F52BCE050E84211300AA3741 /* PBGitHistoryController.h */,
|
|
F52BCE060E84211300AA3741 /* PBGitHistoryController.m */,
|
|
F574A2830EAE2EAC003F2CB1 /* PBRefController.h */,
|
|
F574A2840EAE2EAC003F2CB1 /* PBRefController.m */,
|
|
);
|
|
name = History;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
F567CC34106E6B910059BB9D /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F567CC7B106E6BF70059BB9D /* PBGitRef.h in Headers */,
|
|
F5D3772610753BD700AAAC80 /* PBChangedFile.h in Headers */,
|
|
F5D3772710753BD700AAAC80 /* PBGitIndex.h in Headers */,
|
|
F567CC67106E6BD00059BB9D /* PBGitRepository.h in Headers */,
|
|
F567CC68106E6BD00059BB9D /* PBGitBinary.h in Headers */,
|
|
F567CC69106E6BD00059BB9D /* PBGitConfig.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D1107260486CEB800E47090 /* GitX */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 26FC0A840875C7B200E6366F /* Build configuration list for PBXNativeTarget "GitX" */;
|
|
buildPhases = (
|
|
F5792DFB0EDB570C001B0C31 /* Compile libgit2 */,
|
|
8D1107290486CEB800E47090 /* Resources */,
|
|
8D11072C0486CEB800E47090 /* Sources */,
|
|
8D11072E0486CEB800E47090 /* Frameworks */,
|
|
F580E6BD0E73329C009E2D3F /* CopyFiles */,
|
|
F5CF04A20EAE696C00D75C81 /* Copy HTML files */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
913D5E5A0E5564F400CECEA2 /* PBXTargetDependency */,
|
|
F5643A020F792B4900A579C2 /* PBXTargetDependency */,
|
|
);
|
|
name = GitX;
|
|
productInstallPath = "$(HOME)/Applications";
|
|
productName = GitTest;
|
|
productReference = 8D1107320486CEB800E47090 /* GitX.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
913D5E480E55644600CECEA2 /* cli tool */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 913D5E570E55646100CECEA2 /* Build configuration list for PBXNativeTarget "cli tool" */;
|
|
buildPhases = (
|
|
913D5E460E55644600CECEA2 /* Sources */,
|
|
913D5E470E55644600CECEA2 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "cli tool";
|
|
productName = "cli tool";
|
|
productReference = 913D5E490E55644600CECEA2 /* gitx */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
F567CC38106E6B910059BB9D /* GitXTesting */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = F567CC3D106E6B920059BB9D /* Build configuration list for PBXNativeTarget "GitXTesting" */;
|
|
buildPhases = (
|
|
F567CC34106E6B910059BB9D /* Headers */,
|
|
F567CC35106E6B910059BB9D /* Resources */,
|
|
F567CC36106E6B910059BB9D /* Sources */,
|
|
F567CC37106E6B910059BB9D /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = GitXTesting;
|
|
productName = GitXTesting;
|
|
productReference = F567CC39106E6B910059BB9D /* GitXTesting.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
F5886A0F0ED5D33D0066E74C /* SpeedTest */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = F5886A150ED5D33E0066E74C /* Build configuration list for PBXNativeTarget "SpeedTest" */;
|
|
buildPhases = (
|
|
F5886A0C0ED5D33D0066E74C /* Resources */,
|
|
F5886A0D0ED5D33D0066E74C /* Sources */,
|
|
F5886A0E0ED5D33D0066E74C /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SpeedTest;
|
|
productName = SpeedTest;
|
|
productReference = F5886A100ED5D33D0066E74C /* SpeedTest.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = 26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* GitTest */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D1107260486CEB800E47090 /* GitX */,
|
|
913D5E480E55644600CECEA2 /* cli tool */,
|
|
F5886A0F0ED5D33D0066E74C /* SpeedTest */,
|
|
F56439F70F792B2100A579C2 /* Generate PList Prefix */,
|
|
F567CC38106E6B910059BB9D /* GitXTesting */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D1107290486CEB800E47090 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F5E92A1B0E88550E00056E75 /* empty_file.png in Resources */,
|
|
913D5E500E55645900CECEA2 /* gitx in Resources */,
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
|
F5B721C40E05CF7E00AF29DC /* MainMenu.xib in Resources */,
|
|
911111E20E58BD5A00BF76B4 /* RepositoryWindow.xib in Resources */,
|
|
D26DC6450E782C9000C777B2 /* gitx.icns in Resources */,
|
|
F52BCE030E84208300AA3741 /* PBGitHistoryView.xib in Resources */,
|
|
F59116E60E843BB50072CCB1 /* PBGitCommitView.xib in Resources */,
|
|
F5E92A230E88569500056E75 /* new_file.png in Resources */,
|
|
F57240BB0E9678EA00D8EE66 /* deleted_file.png in Resources */,
|
|
F5E424110EA3E4D60046E362 /* PBDiffWindow.xib in Resources */,
|
|
F50A411F0EBB874C00208746 /* mainSplitterBar.tiff in Resources */,
|
|
F50A41200EBB874C00208746 /* mainSplitterDimple.tiff in Resources */,
|
|
056438B70ED0C40B00985397 /* DetailViewTemplate.png in Resources */,
|
|
F56ADDD90ED19F9E002AC78F /* AddBranchTemplate.png in Resources */,
|
|
F56ADDDA0ED19F9E002AC78F /* AddLabelTemplate.png in Resources */,
|
|
3BC07F4C0ED5A5C5009A7768 /* HistoryViewTemplate.png in Resources */,
|
|
3BC07F4D0ED5A5C5009A7768 /* CommitViewTemplate.png in Resources */,
|
|
47DBDB6A0E94EF6500671A1E /* Preferences.xib in Resources */,
|
|
47DBDBB10E94F6CA00671A1E /* Updates.png in Resources */,
|
|
F569AE930F2CBD7C00C2FFA7 /* Credits.html in Resources */,
|
|
F58DB56010566E3900CFDF4A /* PBGitSidebarView.xib in Resources */,
|
|
D85B939310E3D8B4007F3C28 /* PBCreateBranchSheet.xib in Resources */,
|
|
D889EB3110E6BCBB00F08413 /* PBCreateTagSheet.xib in Resources */,
|
|
D8357535112640F100DE249D /* PBRemoteProgressSheet.xib in Resources */,
|
|
D8083C47111F136400337480 /* PBAddRemoteSheet.xib in Resources */,
|
|
D8083DCD111F918900337480 /* PBCloneRepsitoryToSheet.xib in Resources */,
|
|
D8FDD9F711432A12005647F6 /* PBCloneRepositoryPanel.xib in Resources */,
|
|
F58DB56010566E3900CFDF4A /* PBGitSidebarView.xib in Resources */,
|
|
D85810551127476E007F254B /* StageView.png in Resources */,
|
|
D858108311274D28007F254B /* Branch.png in Resources */,
|
|
D858108411274D28007F254B /* RemoteBranch.png in Resources */,
|
|
D858108511274D28007F254B /* Tag.png in Resources */,
|
|
D828A5F21128AE7200F09D11 /* FetchTemplate.png in Resources */,
|
|
D828A5F31128AE7200F09D11 /* PullTemplate.png in Resources */,
|
|
D828A5F41128AE7200F09D11 /* PushTemplate.png in Resources */,
|
|
D8FDDBF41143F318005647F6 /* AddRemote.png in Resources */,
|
|
D8A4BD071134AD2900E92D51 /* CherryPickTemplate.png in Resources */,
|
|
D8A4BD081134AD2900E92D51 /* MergeTemplate.png in Resources */,
|
|
D8A4BD091134AD2900E92D51 /* RebaseTemplate.png in Resources */,
|
|
D828AEEC112F411100F09D11 /* CloneRepositoryTemplate.png in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F567CC35106E6B910059BB9D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F5886A0C0ED5D33D0066E74C /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
F56439F60F792B2100A579C2 /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`\"$TARGET_BUILD_DIR\"/gitx --git-path`\nVERSION=$(cd \"$PROJECT_DIR\";git describe)\nLONG_VERSION=$(echo $VERSION | sed -e \"s/\\-/\\./\" -e \"s/^v//\" -e \"s/-.*//\")\nSHORT_VERSION=$(echo $VERSION | sed -e \"s/\\-.*//\" -e \"s/^v//\")\n\necho -n \"#define LONG_VERSION $LONG_VERSION\n#define GIT_VERSION $VERSION\n#define SHORT_VERSION $SHORT_VERSION\" > \"$PROJECT_TEMP_DIR/revision\"\ntouch Info.plist";
|
|
};
|
|
F5792DFB0EDB570C001B0C31 /* Compile libgit2 */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Compile libgit2";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`\"$TARGET_BUILD_DIR\"/gitx --git-path`\ngit submodule init\ngit submodule update\ncd libgit2\nrm -f libgit2.a\nmake CFLAGS=\"-arch i386 -arch ppc\"\nranlib libgit2.a";
|
|
};
|
|
F5CF04A20EAE696C00D75C81 /* Copy HTML files */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
comments = "This is added as a script rather than a 'copy files' phase because those aren't updated correctly when you edit just a single file in a directory.\n\nThis might be improved further by using rsync, but I didn't dive into that yet.";
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Copy HTML files";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "resource_path=\"$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH\"\nrm -rf \"$resource_path/html\"\ncp -r html \"$resource_path\"";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D11072C0486CEB800E47090 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F5EF8C8E0E9D4A5D0050906B /* PBWebController.m in Sources */,
|
|
8D11072D0486CEB800E47090 /* main.m in Sources */,
|
|
F574A2910EAE2FF4003F2CB1 /* PBGitConfig.m in Sources */,
|
|
77C8280E06725ACE000B614F /* ApplicationController.m in Sources */,
|
|
770B37ED0679A11B001EADE2 /* GitTest_DataModel.xcdatamodel in Sources */,
|
|
F5945E170E02B0C200706420 /* PBGitRepository.m in Sources */,
|
|
F56524BB0E02D22D00F03B52 /* NSFileHandleExt.m in Sources */,
|
|
F56524F00E02D45200F03B52 /* PBGitCommit.m in Sources */,
|
|
F565262B0E03D89B00F03B52 /* PBWebHistoryController.m in Sources */,
|
|
F56174570E058893001DCD79 /* PBGitTree.m in Sources */,
|
|
F57CC3910E05DDF2000472E2 /* PBEasyPipe.m in Sources */,
|
|
F57CC4410E05E496000472E2 /* PBGitWindowController.m in Sources */,
|
|
F513085B0E0740F2000C8BCD /* PBQLOutlineView.m in Sources */,
|
|
F5DFFA6C0E075D8800617813 /* PBEasyFS.m in Sources */,
|
|
F50FE0E30E07BE9600854FCD /* PBGitRevisionCell.m in Sources */,
|
|
F5FF4E180E0829C20006317A /* PBGitRevList.mm in Sources */,
|
|
F5FF4E7A0E082E440006317A /* PBGitGrapher.mm in Sources */,
|
|
911111F80E594F3F00BF76B4 /* PBRepositoryDocumentController.m in Sources */,
|
|
913D5E5F0E556A9300CECEA2 /* PBCLIProxy.m in Sources */,
|
|
F56CC7320E65E0E5004307B4 /* PBGraphCellInfo.m in Sources */,
|
|
F5C6F68D0E65FF9300478D97 /* PBGitLane.mm in Sources */,
|
|
F5C007750E731B48007B84B2 /* PBGitRef.m in Sources */,
|
|
F5AD56790E79B78100EDAAFE /* PBCommitList.m in Sources */,
|
|
F53FF2050E7ABB5300389171 /* PBGitRevSpecifier.m in Sources */,
|
|
F52BCE070E84211300AA3741 /* PBGitHistoryController.m in Sources */,
|
|
F59116E90E843BCB0072CCB1 /* PBGitCommitController.m in Sources */,
|
|
F5E926060E8827D300056E75 /* PBViewController.m in Sources */,
|
|
F5E927F80E883E7200056E75 /* PBChangedFile.m in Sources */,
|
|
F5E927FC0E883F0700056E75 /* PBWebChangesController.m in Sources */,
|
|
91B103CC0E898EC300C84364 /* PBIconAndTextCell.m in Sources */,
|
|
F5140DC90E8A8EB20091E9F3 /* RoundedRectangle.m in Sources */,
|
|
F56244090E9684B0002B6C44 /* PBUnsortableTableHeader.m in Sources */,
|
|
F53C4DF70E97FC630022AD59 /* PBGitBinary.m in Sources */,
|
|
F593DF780E9E636C003A8559 /* PBFileChangesTableView.m in Sources */,
|
|
93F7857F0EA3ABF100C1F443 /* PBCommitMessageView.m in Sources */,
|
|
93CB42C20EAB7B2200530609 /* PBGitDefaults.m in Sources */,
|
|
F5E424150EA3E4E10046E362 /* PBDiffWindowController.m in Sources */,
|
|
F5E424180EA3E4EB0046E362 /* PBWebDiffController.m in Sources */,
|
|
F5FE6C030EB13BC900F30D12 /* PBServicesController.m in Sources */,
|
|
F50A41230EBB875D00208746 /* PBNiceSplitView.m in Sources */,
|
|
F5FC41F40EBCBD4300191D80 /* PBGitXProtocol.m in Sources */,
|
|
F574A2850EAE2EAC003F2CB1 /* PBRefController.m in Sources */,
|
|
F5FC43FE0EBD08EE00191D80 /* PBRefMenuItem.m in Sources */,
|
|
F523CEB60ED3399200DDD714 /* PBGitIndexController.m in Sources */,
|
|
47DBDB580E94EDE700671A1E /* DBPrefsWindowController.m in Sources */,
|
|
47DBDB670E94EE8B00671A1E /* PBPrefsWindowController.m in Sources */,
|
|
47DBDBCA0E95016F00671A1E /* PBNSURLPathUserDefaultsTransfomer.m in Sources */,
|
|
F562C8870FE1766C000EC528 /* NSString_RegEx.m in Sources */,
|
|
EB2A734A0FEE3F09006601CF /* PBCollapsibleSplitView.m in Sources */,
|
|
F59F1DD5105C4FF300115F88 /* PBGitIndex.m in Sources */,
|
|
D854948610D5C01B0083B917 /* PBCreateBranchSheet.m in Sources */,
|
|
D8E3B34D10DCA958001096A3 /* PBCreateTagSheet.m in Sources */,
|
|
D8083A43111E045D00337480 /* PBRemoteProgressSheet.m in Sources */,
|
|
D8083C44111F106800337480 /* PBAddRemoteSheet.m in Sources */,
|
|
D8083DC4111F90F300337480 /* PBCloneRepsitoryToSheet.m in Sources */,
|
|
D8083E03111FA33700337480 /* PBCloneRepositoryPanel.m in Sources */,
|
|
F58DB55910566D3500CFDF4A /* PBGitSidebarController.m in Sources */,
|
|
F58DB5E8105671B600CFDF4A /* PBSourceViewItem.m in Sources */,
|
|
F567B88D1057FA9F000DB976 /* NSOutlineViewExt.m in Sources */,
|
|
D8FDDA6A114335E8005647F6 /* PBGitSVBranchItem.m in Sources */,
|
|
D8FDDA6B114335E8005647F6 /* PBGitSVFolderItem.m in Sources */,
|
|
D8FDDA6C114335E8005647F6 /* PBGitSVOtherRevItem.m in Sources */,
|
|
D8FDDA6D114335E8005647F6 /* PBGitSVRemoteBranchItem.m in Sources */,
|
|
D8FDDA6E114335E8005647F6 /* PBGitSVRemoteItem.m in Sources */,
|
|
D8FDDA6F114335E8005647F6 /* PBGitSVStageItem.m in Sources */,
|
|
D8FDDA70114335E8005647F6 /* PBGitSVTagItem.m in Sources */,
|
|
D8A4BB6F11337D5C00E92D51 /* PBGitGradientBarView.m in Sources */,
|
|
D828A40D1127B18700F09D11 /* PBSourceViewCell.m in Sources */,
|
|
D828A4111127B1C400F09D11 /* PBSourceViewBadge.m in Sources */,
|
|
D8295D2A1130A1DC00C838E8 /* PBGitHistoryList.m in Sources */,
|
|
D8295DE01130E43900C838E8 /* PBGitHistoryGrapher.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
913D5E460E55644600CECEA2 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F53C4DF90E97FCAD0022AD59 /* PBEasyPipe.m in Sources */,
|
|
F53C4DF80E97FCA70022AD59 /* PBGitBinary.m in Sources */,
|
|
913D5E4D0E55644E00CECEA2 /* gitx.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F567CC36106E6B910059BB9D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F567CC64106E6BC80059BB9D /* PBGitRepository.m in Sources */,
|
|
F567CC65106E6BC90059BB9D /* PBGitBinary.m in Sources */,
|
|
F5D376B9107511C500AAAC80 /* PBGitIndex.m in Sources */,
|
|
F567CC66106E6BC90059BB9D /* PBGitConfig.m in Sources */,
|
|
F5D376E0107516A700AAAC80 /* PBChangedFile.m in Sources */,
|
|
F5D376CF1075139B00AAAC80 /* PBGitRef.m in Sources */,
|
|
F5D376D01075139B00AAAC80 /* PBGitRevSpecifier.m in Sources */,
|
|
F5D376C91075134D00AAAC80 /* PBGitRevList.mm in Sources */,
|
|
F567CC8E106E6FC40059BB9D /* PBEasyPipe.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
F5886A0D0ED5D33D0066E74C /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F5886A260ED5D4870066E74C /* PBGitGrapher.mm in Sources */,
|
|
F5886A360ED5D56E0066E74C /* PBGitTree.m in Sources */,
|
|
F5886A330ED5D5580066E74C /* PBGitRevSpecifier.m in Sources */,
|
|
F5886A310ED5D54C0066E74C /* PBGitConfig.m in Sources */,
|
|
F5886A270ED5D4870066E74C /* PBGitRevisionCell.m in Sources */,
|
|
F5886A320ED5D5510066E74C /* PBGitCommit.m in Sources */,
|
|
F5886A340ED5D55D0066E74C /* PBGitBinary.m in Sources */,
|
|
F5886A290ED5D4870066E74C /* PBGraphCellInfo.m in Sources */,
|
|
F5886A2A0ED5D4870066E74C /* PBGitLane.mm in Sources */,
|
|
F5886A1B0ED5D37C0066E74C /* NSFileHandleExt.m in Sources */,
|
|
F5886A1C0ED5D37C0066E74C /* PBEasyPipe.m in Sources */,
|
|
F5886A1D0ED5D37C0066E74C /* PBEasyFS.m in Sources */,
|
|
F5886A180ED5D3540066E74C /* PBGitRevList.mm in Sources */,
|
|
F5886A170ED5D34F0066E74C /* PBGitRepository.m in Sources */,
|
|
F5886A190ED5D3560066E74C /* PBGitRef.m in Sources */,
|
|
F5886A160ED5D3490066E74C /* speedtest.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
913D5E5A0E5564F400CECEA2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 913D5E480E55644600CECEA2 /* cli tool */;
|
|
targetProxy = 913D5E590E5564F400CECEA2 /* PBXContainerItemProxy */;
|
|
};
|
|
F5643A020F792B4900A579C2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = F56439F70F792B2100A579C2 /* Generate PList Prefix */;
|
|
targetProxy = F5643A010F792B4900A579C2 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C165DFE840E0CC02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
47DBDB680E94EF6500671A1E /* Preferences.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
47DBDB690E94EF6500671A1E /* English */,
|
|
);
|
|
name = Preferences.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
911111E00E58BD5A00BF76B4 /* RepositoryWindow.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
911111E10E58BD5A00BF76B4 /* English */,
|
|
);
|
|
name = RepositoryWindow.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D8083C45111F136400337480 /* PBAddRemoteSheet.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D8083C46111F136400337480 /* English */,
|
|
);
|
|
name = PBAddRemoteSheet.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D8083DCB111F918900337480 /* PBCloneRepsitoryToSheet.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D8083DCC111F918900337480 /* English */,
|
|
);
|
|
name = PBCloneRepsitoryToSheet.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D85B939210E3D8B4007F3C28 /* PBCreateBranchSheet.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D854949310D5C3E20083B917 /* English */,
|
|
);
|
|
name = PBCreateBranchSheet.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D889EB3010E6BCBB00F08413 /* PBCreateTagSheet.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D8E3B38110DD4E2C001096A3 /* English */,
|
|
);
|
|
name = PBCreateTagSheet.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D8C1B77110E875CF009B7F8B /* PBRemoteProgressSheet.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D8C1B77210E875CF009B7F8B /* English */,
|
|
);
|
|
name = PBRemoteProgressSheet.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D8FDD9F511432A12005647F6 /* PBCloneRepositoryPanel.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D8FDD9F611432A12005647F6 /* English */,
|
|
);
|
|
name = PBCloneRepositoryPanel.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
F5B721C20E05CF7E00AF29DC /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
F5B721C30E05CF7E00AF29DC /* English */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
26FC0A850875C7B200E6366F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)\"",
|
|
);
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = GitX_Prefix.pch;
|
|
HEADER_SEARCH_PATHS = libgit2/src;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
|
|
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
|
|
INFOPLIST_PREPROCESS = YES;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
PRODUCT_NAME = GitX;
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
26FC0A860875C7B200E6366F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)\"",
|
|
);
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = GitX_Prefix.pch;
|
|
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "";
|
|
HEADER_SEARCH_PATHS = libgit2/src;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
|
|
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
|
|
INFOPLIST_PREPROCESS = YES;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
PRODUCT_NAME = GitX;
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
26FC0A890875C7B200E6366F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_ENABLE_OBJC_GC = required;
|
|
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = DEBUG_BUILD;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_PREPROCESS = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
|
|
};
|
|
name = Debug;
|
|
};
|
|
26FC0A8A0875C7B200E6366F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
ppc,
|
|
i386,
|
|
);
|
|
GCC_ENABLE_OBJC_GC = required;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
|
|
INFOPLIST_PREPROCESS = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
|
|
};
|
|
name = Release;
|
|
};
|
|
913D5E4B0E55644600CECEA2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
OTHER_LDFLAGS = (
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
AppKit,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = gitx;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
913D5E4C0E55644600CECEA2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
OTHER_LDFLAGS = (
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
AppKit,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = gitx;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
F56439F80F792B2100A579C2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
PRODUCT_NAME = "Generate PList Prefix";
|
|
};
|
|
name = Debug;
|
|
};
|
|
F56439F90F792B2100A579C2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
INFOPLIST_PREPROCESS = YES;
|
|
PRODUCT_NAME = "Generate PList Prefix";
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
F567CC3B106E6B920059BB9D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
|
HEADER_SEARCH_PATHS = libgit2/src;
|
|
INFOPLIST_FILE = "GitXTesting-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)/libgit2\"",
|
|
);
|
|
OTHER_CFLAGS = "-DCLI";
|
|
OTHER_LDFLAGS = (
|
|
"-undefined",
|
|
dynamic_lookup,
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
AppKit,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = GitXTesting;
|
|
};
|
|
name = Debug;
|
|
};
|
|
F567CC3C106E6B920059BB9D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
|
INFOPLIST_FILE = "GitXTesting-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)/libgit2\"",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
AppKit,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = GitXTesting;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
F5886A130ED5D33E0066E74C /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
COPY_PHASE_STRIP = NO;
|
|
FRAMEWORK_SEARCH_PATHS = /System/Library/Frameworks;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 2;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = GitX_Prefix.pch;
|
|
HEADER_SEARCH_PATHS = libgit2/src;
|
|
INFOPLIST_FILE = "SpeedTest-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
OTHER_CFLAGS = "-DCLI";
|
|
OTHER_LDFLAGS = (
|
|
"-L.",
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
Cocoa,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = SpeedTest;
|
|
SDKROOT = macosx10.5;
|
|
};
|
|
name = Debug;
|
|
};
|
|
F5886A140ED5D33E0066E74C /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/UIKit.framework/Headers/UIKit.h";
|
|
INFOPLIST_FILE = "SpeedTest-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = libgit2;
|
|
OTHER_LDFLAGS = (
|
|
"-framework",
|
|
Foundation,
|
|
"-framework",
|
|
UIKit,
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = SpeedTest;
|
|
SDKROOT = iphoneos2.0;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
26FC0A840875C7B200E6366F /* Build configuration list for PBXNativeTarget "GitX" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
26FC0A850875C7B200E6366F /* Debug */,
|
|
26FC0A860875C7B200E6366F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
26FC0A890875C7B200E6366F /* Debug */,
|
|
26FC0A8A0875C7B200E6366F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
913D5E570E55646100CECEA2 /* Build configuration list for PBXNativeTarget "cli tool" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
913D5E4B0E55644600CECEA2 /* Debug */,
|
|
913D5E4C0E55644600CECEA2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
F56439FD0F792B3600A579C2 /* Build configuration list for PBXAggregateTarget "Generate PList Prefix" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F56439F80F792B2100A579C2 /* Debug */,
|
|
F56439F90F792B2100A579C2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
F567CC3D106E6B920059BB9D /* Build configuration list for PBXNativeTarget "GitXTesting" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F567CC3B106E6B920059BB9D /* Debug */,
|
|
F567CC3C106E6B920059BB9D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
F5886A150ED5D33E0066E74C /* Build configuration list for PBXNativeTarget "SpeedTest" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F5886A130ED5D33E0066E74C /* Debug */,
|
|
F5886A140ED5D33E0066E74C /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|