public
Fork of Caged/gitnub
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/kballard/gitnub.git
Search Repo:
Replace the nub subproject with a simple shell script
kballard (author)
Thu Mar 13 15:42:26 -0700 2008
commit  ad0f47da2734a57d753c1132ded4d7a6d6747461
tree    7116cf05d6fca117e38ba7d328d50d588d98ae26
parent  00746b9c15a9404bc55725cdbf1e649f20be7320
...
7
8
9
 
10
11
12
...
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
...
60
61
62
 
63
64
65
66
67
...
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
 
160
161
162
...
251
252
253
254
255
256
257
258
259
260
261
262
...
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
...
297
298
299
 
300
301
302
...
7
8
9
10
11
12
13
...
36
37
38
 
 
 
 
 
 
 
 
 
 
39
40
41
...
51
52
53
54
55
 
56
57
58
...
136
137
138
 
 
 
 
 
 
 
 
139
140
141
 
142
143
144
145
...
234
235
236
 
 
 
 
 
 
237
238
239
...
241
242
243
 
 
 
 
 
 
 
 
 
 
244
245
246
...
264
265
266
267
268
269
270
0
@@ -7,6 +7,7 @@
0
   objects = {
0
 
0
 /* Begin PBXBuildFile section */
0
+ 0ABA3B1B0D89E53E004B6667 /* nub.sh in Resources */ = {isa = PBXBuildFile; fileRef = 0ABA3B1A0D89E53E004B6667 /* nub.sh */; };
0
     285BB47C0D8306C60027980C /* mime-types in Resources */ = {isa = PBXBuildFile; fileRef = 285BB4690D8306C60027980C /* mime-types */; };
0
     285BB5320D849C890027980C /* TexturedWindow.rb in Resources */ = {isa = PBXBuildFile; fileRef = 285BB52F0D849C890027980C /* TexturedWindow.rb */; };
0
     285BB53D0D849DD20027980C /* added.png in Resources */ = {isa = PBXBuildFile; fileRef = 285BB5380D849DD20027980C /* added.png */; };
0
@@ -35,16 +36,6 @@
0
     DA8995E30D890D8A00CF2CDA /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA8995E20D890D8A00CF2CDA /* Sparkle.framework */; };
0
 /* End PBXBuildFile section */
0
 
0
-/* Begin PBXContainerItemProxy section */
0
- 284B714B0D7CDE340075DA6C /* PBXContainerItemProxy */ = {
0
- isa = PBXContainerItemProxy;
0
- containerPortal = 284B71470D7CDE340075DA6C /* nub.xcodeproj */;
0
- proxyType = 2;
0
- remoteGlobalIDString = 8DD76FA10486AA7600D96B5E;
0
- remoteInfo = nub;
0
- };
0
-/* End PBXContainerItemProxy section */
0
-
0
 /* Begin PBXCopyFilesBuildPhase section */
0
     DA405D4F0D890F2900841A60 /* CopyFiles */ = {
0
       isa = PBXCopyFilesBuildPhase;
0
@@ -60,8 +51,8 @@
0
 
0
 /* Begin PBXFileReference section */
0
     089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
0
+ 0ABA3B1A0D89E53E004B6667 /* nub.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = nub.sh; sourceTree = "<group>"; };
0
     1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
0
- 284B71470D7CDE340075DA6C /* nub.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = nub.xcodeproj; path = nub/nub.xcodeproj; sourceTree = "<group>"; };
0
     285BB4690D8306C60027980C /* mime-types */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "mime-types"; sourceTree = "<group>"; };
0
     285BB52F0D849C890027980C /* TexturedWindow.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = TexturedWindow.rb; sourceTree = "<group>"; };
0
     285BB5380D849DD20027980C /* added.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = added.png; sourceTree = "<group>"; };
0
@@ -145,18 +136,10 @@
0
       name = Products;
0
       sourceTree = "<group>";
0
     };
0
- 284B71480D7CDE340075DA6C /* Products */ = {
0
- isa = PBXGroup;
0
- children = (
0
- 284B714C0D7CDE340075DA6C /* nub */,
0
- );
0
- name = Products;
0
- sourceTree = "<group>";
0
- };
0
     29B97314FDCFA39411CA2CEA /* GitNub */ = {
0
       isa = PBXGroup;
0
       children = (
0
- 284B71470D7CDE340075DA6C /* nub.xcodeproj */,
0
+ 0ABA3B1A0D89E53E004B6667 /* nub.sh */,
0
         080E96DDFE201D6D7F000001 /* Classes */,
0
         29B97315FDCFA39411CA2CEA /* Other Sources */,
0
         29B97317FDCFA39411CA2CEA /* Resources */,
0
@@ -251,12 +234,6 @@
0
       hasScannedForEncodings = 0;
0
       mainGroup = 29B97314FDCFA39411CA2CEA /* GitNub */;
0
       projectDirPath = "";
0
- projectReferences = (
0
- {
0
- ProductGroup = 284B71480D7CDE340075DA6C /* Products */;
0
- ProjectRef = 284B71470D7CDE340075DA6C /* nub.xcodeproj */;
0
- },
0
- );
0
       projectRoot = "";
0
       targets = (
0
         4DDCA7030ACC9A6100E082CE /* GitNub */,
0
@@ -264,16 +241,6 @@
0
     };
0
 /* End PBXProject section */
0
 
0
-/* Begin PBXReferenceProxy section */
0
- 284B714C0D7CDE340075DA6C /* nub */ = {
0
- isa = PBXReferenceProxy;
0
- fileType = "compiled.mach-o.executable";
0
- path = nub;
0
- remoteRef = 284B714B0D7CDE340075DA6C /* PBXContainerItemProxy */;
0
- sourceTree = BUILT_PRODUCTS_DIR;
0
- };
0
-/* End PBXReferenceProxy section */
0
-
0
 /* Begin PBXResourcesBuildPhase section */
0
     4DDCA7050ACC9A6100E082CE /* Resources */ = {
0
       isa = PBXResourcesBuildPhase;
0
@@ -297,6 +264,7 @@
0
         285BB54A0D849EA60027980C /* InfoWindowController.rb in Resources */,
0
         288CB41A0D8789DD0092B5CC /* MainMenu.xib in Resources */,
0
         288CB41D0D878A1C0092B5CC /* Info.xib in Resources */,
0
+ 0ABA3B1B0D89E53E004B6667 /* nub.sh in Resources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };

Comments

    No one has commented yet.