public
Description: A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to Nu by Tim Burks.
Homepage: http://programming.nu/posts/2007/12/12/nupagepacker
Clone URL: git://github.com/timburks/nupagepacker.git
100644 66 lines (65 sloc) 1.445 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
<?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>ACTIONS</key>
      <dict>
        <key>paperChosen</key>
        <string>id</string>
      </dict>
      <key>CLASS</key>
      <string>PreferenceController</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>OUTLETS</key>
      <dict>
        <key>paperPopUp</key>
        <string>NSPopUpButton</string>
      </dict>
      <key>SUPERCLASS</key>
      <string>NSWindowController</string>
    </dict>
    <dict>
      <key>CLASS</key>
      <string>FirstResponder</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>SUPERCLASS</key>
      <string>NSObject</string>
    </dict>
    <dict>
      <key>ACTIONS</key>
      <dict>
        <key>changePage</key>
        <string>id</string>
      </dict>
      <key>CLASS</key>
      <string>CatalogController</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>OUTLETS</key>
      <dict>
        <key>pageSlider</key>
        <string>NSSlider</string>
        <key>pdfView</key>
        <string>PDFView</string>
      </dict>
      <key>SUPERCLASS</key>
      <string>NSWindowController</string>
    </dict>
    <dict>
      <key>CLASS</key>
      <string>AppController</string>
      <key>LANGUAGE</key>
      <string>ObjC</string>
      <key>SUPERCLASS</key>
      <string>NSObject</string>
    </dict>
  </array>
  <key>IBVersion</key>
  <string>1</string>
</dict>
</plist>