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/auser/gitnub.git
Search Repo:
Swap to XIB format and pray merges work better as a result
Caged (author)
Tue Mar 11 20:50:34 -0700 2008
commit  279458fcdac44d842d7f3d73cb8b94ca581a808d
tree    1f021b83e7b56992c77c8b318ac798695bea00e4
parent  c3f2eec404072965b74e45a16cf8a273dd83ce0d
...
231
232
233
234
235
236
237
238
...
296
297
298
299
 
300
301
302
...
333
334
335
336
 
337
338
339
...
341
342
343
 
 
344
345
346
...
353
354
355
356
 
357
358
359
...
377
378
379
380
 
381
382
 
383
384
385
...
513
514
515
516
517
518
519
520
521
 
522
523
524
...
231
232
233
 
 
234
235
236
...
294
295
296
 
297
298
299
300
...
331
332
333
 
334
335
336
337
...
339
340
341
342
343
344
345
346
...
353
354
355
 
356
357
358
359
...
377
378
379
 
380
381
 
382
383
384
385
...
513
514
515
 
 
516
517
518
 
519
520
521
522
0
@@ -231,8 +231,6 @@
0
       <key>Layout</key>
0
       <array>
0
         <dict>
0
- <key>BecomeActive</key>
0
- <true/>
0
           <key>ContentConfiguration</key>
0
           <dict>
0
             <key>PBXBottomSmartGroupGIDs</key>
0
@@ -296,7 +294,7 @@
0
               <real>186</real>
0
             </array>
0
             <key>RubberWindowFrame</key>
0
- <string>908 575 746 431 0 0 1920 1178 </string>
0
+ <string>24 334 746 431 0 0 1440 878 </string>
0
           </dict>
0
           <key>Module</key>
0
           <string>PBXSmartGroupTreeModule</string>
0
@@ -333,7 +331,7 @@
0
                 <key>Frame</key>
0
                 <string>{{0, 0}, {538, 0}}</string>
0
                 <key>RubberWindowFrame</key>
0
- <string>908 575 746 431 0 0 1920 1178 </string>
0
+ <string>24 334 746 431 0 0 1440 878 </string>
0
               </dict>
0
               <key>Module</key>
0
               <string>PBXNavigatorGroup</string>
0
@@ -341,6 +339,8 @@
0
               <string>0pt</string>
0
             </dict>
0
             <dict>
0
+ <key>BecomeActive</key>
0
+ <true/>
0
               <key>ContentConfiguration</key>
0
               <dict>
0
                 <key>PBXProjectModuleGUID</key>
0
@@ -353,7 +353,7 @@
0
                 <key>Frame</key>
0
                 <string>{{0, 5}, {538, 385}}</string>
0
                 <key>RubberWindowFrame</key>
0
- <string>908 575 746 431 0 0 1920 1178 </string>
0
+ <string>24 334 746 431 0 0 1440 878 </string>
0
               </dict>
0
               <key>Module</key>
0
               <string>XCDetailModule</string>
0
@@ -377,9 +377,9 @@
0
       </array>
0
       <key>TableOfContents</key>
0
       <array>
0
- <string>28DA552A0D85135E00D39FBF</string>
0
+ <string>288CB4160D8789900092B5CC</string>
0
         <string>1CE0B1FE06471DED0097A5F4</string>
0
- <string>28DA552B0D85135E00D39FBF</string>
0
+ <string>288CB4170D8789900092B5CC</string>
0
         <string>1CE0B20306471E060097A5F4</string>
0
         <string>1CE0B20506471E060097A5F4</string>
0
       </array>
0
@@ -513,12 +513,10 @@
0
   <integer>5</integer>
0
   <key>WindowOrderList</key>
0
   <array>
0
- <string>1CD10A99069EF8BA00B06720</string>
0
- <string>286F10A50D7A49D20055A0D1</string>
0
     <string>/Users/Caged/dev/git/gitnub/GitNub.xcodeproj</string>
0
   </array>
0
   <key>WindowString</key>
0
- <string>908 575 746 431 0 0 1920 1178 </string>
0
+ <string>24 334 746 431 0 0 1440 878 </string>
0
   <key>WindowToolsV3</key>
0
   <array>
0
     <dict>
...
116
117
118
119
120
 
 
121
122
123
...
116
117
118
 
 
119
120
121
122
123
0
@@ -116,8 +116,8 @@
0
           PBXFileDataSource_Warnings_ColumnID,
0
         );
0
       };
0
- PBXPerProjectTemplateStateSaveDate = 226825037;
0
- PBXWorkspaceStateSaveDate = 226825037;
0
+ PBXPerProjectTemplateStateSaveDate = 226986363;
0
+ PBXWorkspaceStateSaveDate = 226986363;
0
     };
0
     sourceControlManager = 2804BC860D7A467A00A0FAA7 /* Source Control */;
0
     userBuildSettings = {
...
25
26
27
28
 
 
29
30
31
32
33
...
67
68
69
70
 
 
71
72
73
74
75
76
...
148
149
150
 
 
151
152
153
...
178
179
180
181
182
183
184
185
186
...
266
267
268
269
270
271
272
...
274
275
276
277
278
279
280
...
286
287
288
 
 
289
290
291
...
312
313
314
315
 
316
317
318
 
319
320
 
321
322
323
...
25
26
27
 
28
29
30
 
31
32
33
...
67
68
69
 
70
71
72
73
 
74
75
76
...
148
149
150
151
152
153
154
155
...
180
181
182
 
183
 
184
185
186
...
266
267
268
 
269
270
271
...
273
274
275
 
276
277
278
...
284
285
286
287
288
289
290
291
...
312
313
314
 
315
316
317
 
318
319
 
320
321
322
323
0
@@ -25,9 +25,9 @@
0
     288853C90D7E06A600862D67 /* commit.html in Resources */ = {isa = PBXBuildFile; fileRef = 288853C80D7E06A600862D67 /* commit.html */; };
0
     288853CD0D7E074B00862D67 /* style.css in Resources */ = {isa = PBXBuildFile; fileRef = 288853CC0D7E074B00862D67 /* style.css */; };
0
     288854910D7E352C00862D67 /* grit in Resources */ = {isa = PBXBuildFile; fileRef = 288854540D7E352C00862D67 /* grit */; };
0
- 28D8D8C20D80C5960039F98A /* Info.nib in Resources */ = {isa = PBXBuildFile; fileRef = 28D8D8C10D80C5960039F98A /* Info.nib */; };
0
+ 288CB41A0D8789DD0092B5CC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 288CB4180D8789DD0092B5CC /* MainMenu.xib */; };
0
+ 288CB41D0D878A1C0092B5CC /* Info.xib in Resources */ = {isa = PBXBuildFile; fileRef = 288CB41C0D878A1C0092B5CC /* Info.xib */; };
0
     28DA55180D84C3A600D39FBF /* refresh.png in Resources */ = {isa = PBXBuildFile; fileRef = 28DA55170D84C3A600D39FBF /* refresh.png */; };
0
- 4DDCA7060ACC9A6100E082CE /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
0
     4DDCA7070ACC9A6100E082CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
0
     4DDCA7080ACC9A6100E082CE /* rb_main.rb in Resources */ = {isa = PBXBuildFile; fileRef = E8F5E25803AEB7C803A81C6F /* rb_main.rb */; };
0
     4DDCA70A0ACC9A6100E082CE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
0
@@ -67,10 +67,10 @@
0
     288853C80D7E06A600862D67 /* commit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = commit.html; sourceTree = "<group>"; };
0
     288853CC0D7E074B00862D67 /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
0
     288854540D7E352C00862D67 /* grit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = grit; sourceTree = "<group>"; };
0
- 28D8D8C10D80C5960039F98A /* Info.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = Info.nib; sourceTree = "<group>"; };
0
+ 288CB4190D8789DD0092B5CC /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
0
+ 288CB41C0D878A1C0092B5CC /* Info.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Info.xib; sourceTree = "<group>"; };
0
     28DA55170D84C3A600D39FBF /* refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = refresh.png; sourceTree = "<group>"; };
0
     29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
0
- 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
0
     29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
0
     29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
0
     4DDCA7110ACC9A6100E082CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
0
@@ -148,6 +148,8 @@
0
         19C28FACFE9D520D11CA2CBB /* Products */,
0
         4DDCA7110ACC9A6100E082CE /* Info.plist */,
0
         288853040D7CE2E500862D67 /* LICENSE */,
0
+ 288CB4180D8789DD0092B5CC /* MainMenu.xib */,
0
+ 288CB41C0D878A1C0092B5CC /* Info.xib */,
0
       );
0
       name = GitNub;
0
       sourceTree = "<group>";
0
@@ -178,9 +180,7 @@
0
         288853CC0D7E074B00862D67 /* style.css */,
0
         288853C80D7E06A600862D67 /* commit.html */,
0
         2888530C0D7CEA5200862D67 /* gitnub-icon.icns */,
0
- 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
0
         089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
0
- 28D8D8C10D80C5960039F98A /* Info.nib */,
0
       );
0
       name = Resources;
0
       sourceTree = "<group>";
0
@@ -266,7 +266,6 @@
0
       isa = PBXResourcesBuildPhase;
0
       buildActionMask = 2147483647;
0
       files = (
0
- 4DDCA7060ACC9A6100E082CE /* MainMenu.nib in Resources */,
0
         4DDCA7070ACC9A6100E082CE /* InfoPlist.strings in Resources */,
0
         4DDCA7080ACC9A6100E082CE /* rb_main.rb in Resources */,
0
         288853050D7CE2E500862D67 /* LICENSE in Resources */,
0
@@ -274,7 +273,6 @@
0
         288853C90D7E06A600862D67 /* commit.html in Resources */,
0
         288853CD0D7E074B00862D67 /* style.css in Resources */,
0
         288854910D7E352C00862D67 /* grit in Resources */,
0
- 28D8D8C20D80C5960039F98A /* Info.nib in Resources */,
0
         285BB47C0D8306C60027980C /* mime-types in Resources */,
0
         285BB5320D849C890027980C /* TexturedWindow.rb in Resources */,
0
         285BB53D0D849DD20027980C /* added.png in Resources */,
0
@@ -286,6 +284,8 @@
0
         285BB5490D849EA60027980C /* CommitsController.rb in Resources */,
0
         285BB54A0D849EA60027980C /* InfoWindowController.rb in Resources */,
0
         28DA55180D84C3A600D39FBF /* refresh.png in Resources */,
0
+ 288CB41A0D8789DD0092B5CC /* MainMenu.xib in Resources */,
0
+ 288CB41D0D878A1C0092B5CC /* Info.xib in Resources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };
0
@@ -312,12 +312,12 @@
0
       name = InfoPlist.strings;
0
       sourceTree = "<group>";
0
     };
0
- 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
0
+ 288CB4180D8789DD0092B5CC /* MainMenu.xib */ = {
0
       isa = PBXVariantGroup;
0
       children = (
0
- 29B97319FDCFA39411CA2CEA /* English */,
0
+ 288CB4190D8789DD0092B5CC /* English */,
0
       );
0
- name = MainMenu.nib;
0
+ name = MainMenu.xib;
0
       sourceTree = "<group>";
0
     };
0
 /* End PBXVariantGroup section */

Comments

    No one has commented yet.