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
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
commit  1c4f4c7957479efa580891f9bdd9a5f3bb004925
tree    25b11882ffce3222890c1c3cb706526512f41e47
parent  64b48314e109969a0941b1fab283f135d32466b4
gitnub / Info.nib / classes.nib
100644 43 lines (42 sloc) 0.948 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>IBClasses</key>
  <array>
    <dict>
      <key>CLASS</key>
      <string>FirstResponder</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>SUPERCLASS</key>
      <string>NSObject</string>
    </dict>
    <dict>
      <key>CLASS</key>
      <string>NSObject</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
    </dict>
    <dict>
      <key>CLASS</key>
      <string>InfoWindowController</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>OUTLETS</key>
      <dict>
        <key>clone_url</key>
        <string>id</string>
        <key>commits_count</key>
        <string>id</string>
        <key>push_url</key>
        <string>id</string>
      </dict>
      <key>SUPERCLASS</key>
      <string>NSWindowController</string>
    </dict>
  </array>
  <key>IBVersion</key>
  <string>1</string>
</dict>
</plist>