Changeset 5199

Show
Ignore:
Timestamp:
01/22/08 04:28:28 (9 months ago)
Author:
morris
Message:

Add reveal in files button

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/English.lproj/Transfers.nib/classes.nib

    r3598 r5199  
    1 
    2     IBClasses = ( 
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    4         {CLASS = NSObject; LANGUAGE = ObjC; },  
    5         { 
    6             CLASS = WCConnectionController;  
    7             LANGUAGE = ObjC;  
    8             SUPERCLASS = WIWindowController;  
    9         },  
    10         { 
    11             ACTIONS = {remove = id; revealInFinder = id; start = id; stop = id; };  
    12             CLASS = WCTransfers;  
    13             LANGUAGE = ObjC;  
    14             OUTLETS = { 
    15                 "_iconTableColumn" = NSTableColumn;  
    16                 "_infoTableColumn" = NSTableColumn;  
    17                 "_removeButton" = NSButton;  
    18                 "_revealInFinderButton" = NSButton;  
    19                 "_startButton" = NSButton;  
    20                 "_stopButton" = NSButton;  
    21                 "_transfersTableView" = WITableView;  
    22             };  
    23             SUPERCLASS = WCConnectionController;  
    24         },  
    25         { 
    26             ACTIONS = {showViewOptions = id; };  
    27             CLASS = WITableView;  
    28             LANGUAGE = ObjC;  
    29             SUPERCLASS = NSTableView;  
    30         },  
    31         { 
    32             CLASS = WIWindowController;  
    33             LANGUAGE = ObjC;  
    34             SUPERCLASS = NSWindowController;  
    35         } 
    36     );  
    37     IBVersion = 1;  
    38 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>ACTIONS</key> 
     9                        <dict> 
     10                                <key>remove</key> 
     11                                <string>id</string> 
     12                                <key>revealInFiles</key> 
     13                                <string>id</string> 
     14                                <key>revealInFinder</key> 
     15                                <string>id</string> 
     16                                <key>start</key> 
     17                                <string>id</string> 
     18                                <key>stop</key> 
     19                                <string>id</string> 
     20                        </dict> 
     21                        <key>CLASS</key> 
     22                        <string>WCTransfers</string> 
     23                        <key>LANGUAGE</key> 
     24                        <string>ObjC</string> 
     25                        <key>OUTLETS</key> 
     26                        <dict> 
     27                                <key>_iconTableColumn</key> 
     28                                <string>NSTableColumn</string> 
     29                                <key>_infoTableColumn</key> 
     30                                <string>NSTableColumn</string> 
     31                                <key>_removeButton</key> 
     32                                <string>NSButton</string> 
     33                                <key>_revealInFilesButton</key> 
     34                                <string>NSButton</string> 
     35                                <key>_revealInFinderButton</key> 
     36                                <string>NSButton</string> 
     37                                <key>_startButton</key> 
     38                                <string>NSButton</string> 
     39                                <key>_stopButton</key> 
     40                                <string>NSButton</string> 
     41                                <key>_transfersTableView</key> 
     42                                <string>WITableView</string> 
     43                        </dict> 
     44                        <key>SUPERCLASS</key> 
     45                        <string>WCConnectionController</string> 
     46                </dict> 
     47                <dict> 
     48                        <key>CLASS</key> 
     49                        <string>FirstResponder</string> 
     50                        <key>LANGUAGE</key> 
     51                        <string>ObjC</string> 
     52                        <key>SUPERCLASS</key> 
     53                        <string>NSObject</string> 
     54                </dict> 
     55                <dict> 
     56                        <key>CLASS</key> 
     57                        <string>NSObject</string> 
     58                        <key>LANGUAGE</key> 
     59                        <string>ObjC</string> 
     60                </dict> 
     61                <dict> 
     62                        <key>CLASS</key> 
     63                        <string>WIWindowController</string> 
     64                        <key>LANGUAGE</key> 
     65                        <string>ObjC</string> 
     66                        <key>SUPERCLASS</key> 
     67                        <string>NSWindowController</string> 
     68                </dict> 
     69                <dict> 
     70                        <key>ACTIONS</key> 
     71                        <dict> 
     72                                <key>accounts</key> 
     73                                <string>id</string> 
     74                                <key>addBookmark</key> 
     75                                <string>id</string> 
     76                                <key>broadcast</key> 
     77                                <string>id</string> 
     78                                <key>chat</key> 
     79                                <string>id</string> 
     80                                <key>console</key> 
     81                                <string>id</string> 
     82                                <key>disconnect</key> 
     83                                <string>id</string> 
     84                                <key>files</key> 
     85                                <string>id</string> 
     86                                <key>messages</key> 
     87                                <string>id</string> 
     88                                <key>news</key> 
     89                                <string>id</string> 
     90                                <key>postNews</key> 
     91                                <string>id</string> 
     92                                <key>reconnect</key> 
     93                                <string>id</string> 
     94                                <key>search</key> 
     95                                <string>id</string> 
     96                                <key>serverInfo</key> 
     97                                <string>id</string> 
     98                                <key>transfers</key> 
     99                                <string>id</string> 
     100                        </dict> 
     101                        <key>CLASS</key> 
     102                        <string>WCConnectionController</string> 
     103                        <key>LANGUAGE</key> 
     104                        <string>ObjC</string> 
     105                        <key>SUPERCLASS</key> 
     106                        <string>WIWindowController</string> 
     107                </dict> 
     108                <dict> 
     109                        <key>ACTIONS</key> 
     110                        <dict> 
     111                                <key>showViewOptions</key> 
     112                                <string>id</string> 
     113                        </dict> 
     114                        <key>CLASS</key> 
     115                        <string>WITableView</string> 
     116                        <key>LANGUAGE</key> 
     117                        <string>ObjC</string> 
     118                        <key>SUPERCLASS</key> 
     119                        <string>NSTableView</string> 
     120                </dict> 
     121        </array> 
     122        <key>IBVersion</key> 
     123        <string>1</string> 
     124</dict> 
     125</plist> 
  • WiredClient/trunk/English.lproj/Transfers.nib/info.nib

    r4146 r5199  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>426 79 375 301 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    1212        <array> 
    13                 <integer>5</integer> 
     13                <integer>6</integer> 
    1414        </array> 
    1515        <key>IBSystem Version</key> 
    16         <string>8I127</string> 
     16        <string>9B18</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1719</dict> 
    1820</plist> 
  • WiredClient/trunk/French.lproj/Transfers.nib/classes.nib

    r4147 r5199  
    1 
    2     IBClasses = ( 
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    4         {CLASS = NSObject; LANGUAGE = ObjC; },  
    5         { 
    6             CLASS = WCConnectionController;  
    7             LANGUAGE = ObjC;  
    8             SUPERCLASS = WIWindowController;  
    9         },  
    10         { 
    11             ACTIONS = {remove = id; revealInFinder = id; start = id; stop = id; };  
    12             CLASS = WCTransfers;  
    13             LANGUAGE = ObjC;  
    14             OUTLETS = { 
    15                 "_iconTableColumn" = NSTableColumn;  
    16                 "_infoTableColumn" = NSTableColumn;  
    17                 "_removeButton" = NSButton;  
    18                 "_revealInFinderButton" = NSButton;  
    19                 "_startButton" = NSButton;  
    20                 "_stopButton" = NSButton;  
    21                 "_transfersTableView" = WITableView;  
    22             };  
    23             SUPERCLASS = WCConnectionController;  
    24         },  
    25         { 
    26             ACTIONS = {showViewOptions = id; };  
    27             CLASS = WITableView;  
    28             LANGUAGE = ObjC;  
    29             SUPERCLASS = NSTableView;  
    30         },  
    31         { 
    32             CLASS = WIWindowController;  
    33             LANGUAGE = ObjC;  
    34             SUPERCLASS = NSWindowController;  
    35         } 
    36     );  
    37     IBVersion = 1;  
    38 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>ACTIONS</key> 
     9                        <dict> 
     10                                <key>remove</key> 
     11                                <string>id</string> 
     12                                <key>revealInFiles</key> 
     13                                <string>id</string> 
     14                                <key>revealInFinder</key> 
     15                                <string>id</string> 
     16                                <key>start</key> 
     17                                <string>id</string> 
     18                                <key>stop</key> 
     19                                <string>id</string> 
     20                        </dict> 
     21                        <key>CLASS</key> 
     22                        <string>WCTransfers</string> 
     23                        <key>LANGUAGE</key> 
     24                        <string>ObjC</string> 
     25                        <key>OUTLETS</key> 
     26                        <dict> 
     27                                <key>_iconTableColumn</key> 
     28                                <string>NSTableColumn</string> 
     29                                <key>_infoTableColumn</key> 
     30                                <string>NSTableColumn</string> 
     31                                <key>_removeButton</key> 
     32                                <string>NSButton</string> 
     33                                <key>_revealInFilesButton</key> 
     34                                <string>NSButton</string> 
     35                                <key>_revealInFinderButton</key> 
     36                                <string>NSButton</string> 
     37                                <key>_startButton</key> 
     38                                <string>NSButton</string> 
     39                                <key>_stopButton</key> 
     40                                <string>NSButton</string> 
     41                                <key>_transfersTableView</key> 
     42                                <string>WITableView</string> 
     43                        </dict> 
     44                        <key>SUPERCLASS</key> 
     45                        <string>WCConnectionController</string> 
     46                </dict> 
     47                <dict> 
     48                        <key>CLASS</key> 
     49                        <string>FirstResponder</string> 
     50                        <key>LANGUAGE</key> 
     51                        <string>ObjC</string> 
     52                        <key>SUPERCLASS</key> 
     53                        <string>NSObject</string> 
     54                </dict> 
     55                <dict> 
     56                        <key>CLASS</key> 
     57                        <string>NSObject</string> 
     58                        <key>LANGUAGE</key> 
     59                        <string>ObjC</string> 
     60                </dict> 
     61                <dict> 
     62                        <key>CLASS</key> 
     63                        <string>WIWindowController</string> 
     64                        <key>LANGUAGE</key> 
     65                        <string>ObjC</string> 
     66                        <key>SUPERCLASS</key> 
     67                        <string>NSWindowController</string> 
     68                </dict> 
     69                <dict> 
     70                        <key>ACTIONS</key> 
     71                        <dict> 
     72                                <key>accounts</key> 
     73                                <string>id</string> 
     74                                <key>addBookmark</key> 
     75                                <string>id</string> 
     76                                <key>broadcast</key> 
     77                                <string>id</string> 
     78                                <key>chat</key> 
     79                                <string>id</string> 
     80                                <key>console</key> 
     81                                <string>id</string> 
     82                                <key>disconnect</key> 
     83                                <string>id</string> 
     84                                <key>files</key> 
     85                                <string>id</string> 
     86                                <key>messages</key> 
     87                                <string>id</string> 
     88                                <key>news</key> 
     89                                <string>id</string> 
     90                                <key>postNews</key> 
     91                                <string>id</string> 
     92                                <key>reconnect</key> 
     93                                <string>id</string> 
     94                                <key>search</key> 
     95                                <string>id</string> 
     96                                <key>serverInfo</key> 
     97                                <string>id</string> 
     98                                <key>transfers</key> 
     99                                <string>id</string> 
     100                        </dict> 
     101                        <key>CLASS</key> 
     102                        <string>WCConnectionController</string> 
     103                        <key>LANGUAGE</key> 
     104                        <string>ObjC</string> 
     105                        <key>SUPERCLASS</key> 
     106                        <string>WIWindowController</string> 
     107                </dict> 
     108                <dict> 
     109                        <key>ACTIONS</key> 
     110                        <dict> 
     111                                <key>showViewOptions</key> 
     112                                <string>id</string> 
     113                        </dict> 
     114                        <key>CLASS</key> 
     115                        <string>WITableView</string> 
     116                        <key>LANGUAGE</key> 
     117                        <string>ObjC</string> 
     118                        <key>SUPERCLASS</key> 
     119                        <string>NSTableView</string> 
     120                </dict> 
     121        </array> 
     122        <key>IBVersion</key> 
     123        <string>1</string> 
     124</dict> 
     125</plist> 
  • WiredClient/trunk/French.lproj/Transfers.nib/info.nib

    r4147 r5199  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>426 79 375 301 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    1212        <array> 
    13                 <integer>5</integer> 
     13                <integer>6</integer> 
    1414        </array> 
    1515        <key>IBSystem Version</key> 
    16         <string>8I127</string> 
     16        <string>9B18</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1719</dict> 
    1820</plist> 
  • WiredClient/trunk/German.lproj/Transfers.nib/classes.nib

    r4237 r5199  
    1 
    2     IBClasses = ( 
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    4         {CLASS = NSObject; LANGUAGE = ObjC; },  
    5         { 
    6             CLASS = WCConnectionController;  
    7             LANGUAGE = ObjC;  
    8             SUPERCLASS = WIWindowController;  
    9         },  
    10         { 
    11             ACTIONS = {remove = id; revealInFinder = id; start = id; stop = id; };  
    12             CLASS = WCTransfers;  
    13             LANGUAGE = ObjC;  
    14             OUTLETS = { 
    15                 "_iconTableColumn" = NSTableColumn;  
    16                 "_infoTableColumn" = NSTableColumn;  
    17                 "_removeButton" = NSButton;  
    18                 "_revealInFinderButton" = NSButton;  
    19                 "_startButton" = NSButton;  
    20                 "_stopButton" = NSButton;  
    21                 "_transfersTableView" = WITableView;  
    22             };  
    23             SUPERCLASS = WCConnectionController;  
    24         },  
    25         { 
    26             ACTIONS = {showViewOptions = id; };  
    27             CLASS = WITableView;  
    28             LANGUAGE = ObjC;  
    29             SUPERCLASS = NSTableView;  
    30         },  
    31         { 
    32             CLASS = WIWindowController;  
    33             LANGUAGE = ObjC;  
    34             SUPERCLASS = NSWindowController;  
    35         } 
    36     );  
    37     IBVersion = 1;  
    38 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>ACTIONS</key> 
     9                        <dict> 
     10                                <key>remove</key> 
     11                                <string>id</string> 
     12                                <key>revealInFiles</key> 
     13                                <string>id</string> 
     14                                <key>revealInFinder</key> 
     15                                <string>id</string> 
     16                                <key>start</key> 
     17                                <string>id</string> 
     18                                <key>stop</key> 
     19                                <string>id</string> 
     20                        </dict> 
     21                        <key>CLASS</key> 
     22                        <string>WCTransfers</string> 
     23                        <key>LANGUAGE</key> 
     24                        <string>ObjC</string> 
     25                        <key>OUTLETS</key> 
     26                        <dict> 
     27                                <key>_iconTableColumn</key> 
     28                                <string>NSTableColumn</string> 
     29                                <key>_infoTableColumn</key> 
     30                                <string>NSTableColumn</string> 
     31                                <key>_removeButton</key> 
     32                                <string>NSButton</string> 
     33                                <key>_revealInFilesButton</key> 
     34                                <string>NSButton</string> 
     35                                <key>_revealInFinderButton</key> 
     36                                <string>NSButton</string> 
     37                                <key>_startButton</key> 
     38                                <string>NSButton</string> 
     39                                <key>_stopButton</key> 
     40                                <string>NSButton</string> 
     41                                <key>_transfersTableView</key> 
     42                                <string>WITableView</string> 
     43                        </dict> 
     44                        <key>SUPERCLASS</key> 
     45                        <string>WCConnectionController</string> 
     46                </dict> 
     47                <dict> 
     48                        <key>CLASS</key> 
     49                        <string>FirstResponder</string> 
     50                        <key>LANGUAGE</key> 
     51                        <string>ObjC</string> 
     52                        <key>SUPERCLASS</key> 
     53                        <string>NSObject</string> 
     54                </dict> 
     55                <dict> 
     56                        <key>CLASS</key> 
     57                        <string>NSObject</string> 
     58                        <key>LANGUAGE</key> 
     59                        <string>ObjC</string> 
     60                </dict> 
     61                <dict> 
     62                        <key>CLASS</key> 
     63                        <string>WIWindowController</string> 
     64                        <key>LANGUAGE</key> 
     65                        <string>ObjC</string> 
     66                        <key>SUPERCLASS</key> 
     67                        <string>NSWindowController</string> 
     68                </dict> 
     69                <dict> 
     70                        <key>ACTIONS</key> 
     71                        <dict> 
     72                                <key>accounts</key> 
     73                                <string>id</string> 
     74                                <key>addBookmark</key> 
     75                                <string>id</string> 
     76                                <key>broadcast</key> 
     77                                <string>id</string> 
     78                                <key>chat</key> 
     79                                <string>id</string> 
     80                                <key>console</key> 
     81                                <string>id</string> 
     82                                <key>disconnect</key> 
     83                                <string>id</string> 
     84                                <key>files</key> 
     85                                <string>id</string> 
     86                                <key>messages</key> 
     87                                <string>id</string> 
     88                                <key>news</key> 
     89                                <string>id</string> 
     90                                <key>postNews</key> 
     91                                <string>id</string> 
     92                                <key>reconnect</key> 
     93                                <string>id</string> 
     94                                <key>search</key> 
     95                                <string>id</string> 
     96                                <key>serverInfo</key> 
     97                                <string>id</string> 
     98                                <key>transfers</key> 
     99                                <string>id</string> 
     100                        </dict> 
     101                        <key>CLASS</key> 
     102                        <string>WCConnectionController</string> 
     103                        <key>LANGUAGE</key> 
     104                        <string>ObjC</string> 
     105                        <key>SUPERCLASS</key> 
     106                        <string>WIWindowController</string> 
     107                </dict> 
     108                <dict> 
     109                        <key>ACTIONS</key> 
     110                        <dict> 
     111                                <key>showViewOptions</key> 
     112                                <string>id</string> 
     113                        </dict> 
     114                        <key>CLASS</key> 
     115                        <string>WITableView</string> 
     116                        <key>LANGUAGE</key> 
     117                        <string>ObjC</string> 
     118                        <key>SUPERCLASS</key> 
     119                        <string>NSTableView</string> 
     120                </dict> 
     121        </array> 
     122        <key>IBVersion</key> 
     123        <string>1</string> 
     124</dict> 
     125</plist> 
  • WiredClient/trunk/German.lproj/Transfers.nib/info.nib

    r4318 r5199  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>426 79 375 301 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
     11        <key>IBOpenObjects</key> 
     12        <array> 
     13                <integer>6</integer> 
     14        </array> 
    1115        <key>IBSystem Version</key> 
    12         <string>8J2126</string> 
     16        <string>9B18</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1319</dict> 
    1420</plist> 
  • WiredClient/trunk/Japanese.lproj/Transfers.nib/classes.nib

    r4143 r5199  
    1 
    2     IBClasses = ( 
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    4         {CLASS = NSObject; LANGUAGE = ObjC; },  
    5         { 
    6             CLASS = WCConnectionController;  
    7             LANGUAGE = ObjC;  
    8             SUPERCLASS = WIWindowController;  
    9         },  
    10         { 
    11             ACTIONS = {remove = id; revealInFinder = id; start = id; stop = id; };  
    12             CLASS = WCTransfers;  
    13             LANGUAGE = ObjC;  
    14             OUTLETS = { 
    15                 "_iconTableColumn" = NSTableColumn;  
    16                 "_infoTableColumn" = NSTableColumn;  
    17                 "_removeButton" = NSButton;  
    18                 "_revealInFinderButton" = NSButton;  
    19                 "_startButton" = NSButton;  
    20                 "_stopButton" = NSButton;  
    21                 "_transfersTableView" = WITableView;  
    22             };  
    23             SUPERCLASS = WCConnectionController;  
    24         },  
    25         { 
    26             ACTIONS = {showViewOptions = id; };  
    27             CLASS = WITableView;  
    28             LANGUAGE = ObjC;  
    29             SUPERCLASS = NSTableView;  
    30         },  
    31         { 
    32             CLASS = WIWindowController;  
    33             LANGUAGE = ObjC;  
    34             SUPERCLASS = NSWindowController;  
    35         } 
    36     );  
    37     IBVersion = 1;  
    38 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>ACTIONS</key> 
     9                        <dict> 
     10                                <key>remove</key> 
     11                                <string>id</string> 
     12                                <key>revealInFiles</key> 
     13                                <string>id</string> 
     14                                <key>revealInFinder</key> 
     15                                <string>id</string> 
     16                                <key>start</key> 
     17                                <string>id</string> 
     18                                <key>stop</key> 
     19                                <string>id</string> 
     20                        </dict> 
     21                        <key>CLASS</key> 
     22                        <string>WCTransfers</string> 
     23                        <key>LANGUAGE</key> 
     24                        <string>ObjC</string> 
     25                        <key>OUTLETS</key> 
     26                        <dict> 
     27                                <key>_iconTableColumn</key> 
     28                                <string>NSTableColumn</string> 
     29                                <key>_infoTableColumn</key> 
     30                                <string>NSTableColumn</string> 
     31                                <key>_removeButton</key> 
     32                                <string>NSButton</string> 
     33                                <key>_revealInFilesButton</key> 
     34                                <string>NSButton</string> 
     35                                <key>_revealInFinderButton</key> 
     36                                <string>NSButton</string> 
     37                                <key>_startButton</key> 
     38                                <string>NSButton</string> 
     39                                <key>_stopButton</key> 
     40                                <string>NSButton</string> 
     41                                <key>_transfersTableView</key> 
     42                                <string>WITableView</string> 
     43                        </dict> 
     44                        <key>SUPERCLASS</key> 
     45                        <string>WCConnectionController</string> 
     46                </dict> 
     47                <dict> 
     48                        <key>CLASS</key> 
     49                        <string>FirstResponder</string> 
     50                        <key>LANGUAGE</key> 
     51                        <string>ObjC</string> 
     52                        <key>SUPERCLASS</key> 
     53                        <string>NSObject</string> 
     54                </dict> 
     55                <dict> 
     56                        <key>CLASS</key> 
     57                        <string>NSObject</string> 
     58                        <key>LANGUAGE</key> 
     59                        <string>ObjC</string> 
     60                </dict> 
     61                <dict> 
     62                        <key>CLASS</key> 
     63                        <string>WIWindowController</string> 
     64                        <key>LANGUAGE</key> 
     65                        <string>ObjC</string> 
     66                        <key>SUPERCLASS</key> 
     67                        <string>NSWindowController</string> 
     68                </dict> 
     69                <dict> 
     70                        <key>ACTIONS</key> 
     71                        <dict> 
     72                                <key>accounts</key> 
     73                                <string>id</string> 
     74                                <key>addBookmark</key> 
     75                                <string>id</string> 
     76                                <key>broadcast</key> 
     77                                <string>id</string> 
     78                                <key>chat</key> 
     79                                <string>id</string> 
     80                                <key>console</key> 
     81                                <string>id</string> 
     82                                <key>disconnect</key> 
     83                                <string>id</string> 
     84                                <key>files</key> 
     85                                <string>id</string> 
     86                                <key>messages</key> 
     87                                <string>id</string> 
     88                                <key>news</key> 
     89                                <string>id</string> 
     90                                <key>postNews</key> 
     91                                <string>id</string> 
     92                                <key>reconnect</key> 
     93