public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Caged (author)
Mon Mar 03 18:36:02 -0800 2008
commit  58dc4c3d80ec63f1523400f8d2417c5fb6b5510f
tree    889033b7eff03521a0a7a0be7f450d298a53d756
parent  7b3397bd4e516e4ab2441b33cf0cd5312e479627
gitnub / GitNub.xcodeproj / Caged.pbxuser
100644 133 lines (132 sloc) 3.659 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
// !$*UTF8*$!
{
  2804BC800D7A465B00A0FAA7 /* GitNub */ = {
    isa = PBXExecutable;
    activeArgIndices = (
    );
    argumentStrings = (
    );
    autoAttachOnCrash = 1;
    breakpointsEnabled = 0;
    configStateDict = {
    };
    customDataFormattersEnabled = 1;
    debuggerPlugin = GDBDebugging;
    disassemblyDisplayState = 0;
    dylibVariantSuffix = "";
    enableDebugStr = 1;
    environmentEntries = (
    );
    executableSystemSymbolLevel = 0;
    executableUserSymbolLevel = 0;
    libgmallocEnabled = 0;
    name = GitNub;
    savedGlobals = {
    };
    sourceDirectories = (
    );
  };
  2804BC860D7A467A00A0FAA7 /* Source Control */ = {
    isa = PBXSourceControlManager;
    fallbackIsa = XCSourceControlManager;
    isSCMEnabled = 0;
    scmConfiguration = {
    };
  };
  2804BC870D7A467A00A0FAA7 /* Code sense */ = {
    isa = PBXCodeSenseManager;
    indexTemplatePath = "";
  };
  288853040D7CE2E500862D67 /* LICENSE */ = {
    uiCtxt = {
      sepNavIntBoundsRect = "{{0, 0}, {1074, 687}}";
      sepNavSelRange = "{4, 0}";
      sepNavVisRange = "{0, 4}";
      sepNavWindowFrame = "{{15, 63}, {1133, 815}}";
    };
  };
  29B97313FDCFA39411CA2CEA /* Project object */ = {
    activeArchitecture = i386;
    activeBuildConfigurationName = Release;
    activeExecutable = 2804BC800D7A465B00A0FAA7 /* GitNub */;
    activeTarget = 4DDCA7030ACC9A6100E082CE /* GitNub */;
    addToTargets = (
      4DDCA7030ACC9A6100E082CE /* GitNub */,
    );
    codeSenseManager = 2804BC870D7A467A00A0FAA7 /* Code sense */;
    executables = (
      2804BC800D7A465B00A0FAA7 /* GitNub */,
    );
    perUserDictionary = {
      PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
        PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
        PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
        PBXFileTableDataSourceColumnWidthsKey = (
          22,
          300,
          187,
        );
        PBXFileTableDataSourceColumnsKey = (
          PBXExecutablesDataSource_ActiveFlagID,
          PBXExecutablesDataSource_NameID,
          PBXExecutablesDataSource_CommentsID,
        );
      };
      PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
        PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
        PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
        PBXFileTableDataSourceColumnWidthsKey = (
          20,
          299,
          20,
          48,
          43,
          43,
          20,
        );
        PBXFileTableDataSourceColumnsKey = (
          PBXFileDataSource_FiletypeID,
          PBXFileDataSource_Filename_ColumnID,
          PBXFileDataSource_Built_ColumnID,
          PBXFileDataSource_ObjectSize_ColumnID,
          PBXFileDataSource_Errors_ColumnID,
          PBXFileDataSource_Warnings_ColumnID,
          PBXFileDataSource_Target_ColumnID,
        );
      };
      PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
        PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
        PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
        PBXFileTableDataSourceColumnWidthsKey = (
          20,
          259,
          60,
          20,
          48,
          43,
          43,
        );
        PBXFileTableDataSourceColumnsKey = (
          PBXFileDataSource_FiletypeID,
          PBXFileDataSource_Filename_ColumnID,
          PBXTargetDataSource_PrimaryAttribute,
          PBXFileDataSource_Built_ColumnID,
          PBXFileDataSource_ObjectSize_ColumnID,
          PBXFileDataSource_Errors_ColumnID,
          PBXFileDataSource_Warnings_ColumnID,
        );
      };
      PBXPerProjectTemplateStateSaveDate = 226287493;
      PBXWorkspaceStateSaveDate = 226287493;
    };
    sourceControlManager = 2804BC860D7A467A00A0FAA7 /* Source Control */;
    userBuildSettings = {
    };
  };
  4DDCA7030ACC9A6100E082CE /* GitNub */ = {
    activeExec = 0;
    executables = (
      2804BC800D7A465B00A0FAA7 /* GitNub */,
    );
  };
}