Ignore:
Timestamp:
02/11/08 02:37:19 (16 years ago)
Author:
Nicholas Riley
Message:

*.lproj/*.nib: Update deployment target to 10.4; move to keyed archiving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/Select services.nib/classes.nib

    r142 r376  
    1 {
    2     IBClasses = (
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    4         {
    5             CLASS = ICeCoffEENonHighlightingOutlineView;
    6             LANGUAGE = ObjC;
    7             SUPERCLASS = NSOutlineView;
    8         },
    9         {
    10             CLASS = ICeCoffEEServiceDataSource;
    11             LANGUAGE = ObjC;
    12             OUTLETS = {serviceOutline = NSOutlineView; };
    13             SUPERCLASS = NSObject;
    14         },
    15         {
    16             ACTIONS = {cancel = id; hideAll = id; saveChanges = id; showAll = id; };
    17             CLASS = ICeCoffEEServicePrefController;
    18             LANGUAGE = ObjC;
    19             OUTLETS = {serviceOutline = NSOutlineView; };
    20             SUPERCLASS = NSWindowController;
    21         }
    22     );
    23     IBVersion = 1;
    24 }
     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>cancel</key>
     11                                <string>NSButton</string>
     12                                <key>hideAll</key>
     13                                <string>NSButton</string>
     14                                <key>saveChanges</key>
     15                                <string>NSButton</string>
     16                                <key>showAll</key>
     17                                <string>NSButton</string>
     18                        </dict>
     19                        <key>CLASS</key>
     20                        <string>ICeCoffEEServicePrefController</string>
     21                        <key>LANGUAGE</key>
     22                        <string>ObjC</string>
     23                        <key>OUTLETS</key>
     24                        <dict>
     25                                <key>serviceOutline</key>
     26                                <string>NSOutlineView</string>
     27                        </dict>
     28                        <key>SUPERCLASS</key>
     29                        <string>NSWindowController</string>
     30                </dict>
     31                <dict>
     32                        <key>CLASS</key>
     33                        <string>FirstResponder</string>
     34                        <key>LANGUAGE</key>
     35                        <string>ObjC</string>
     36                        <key>SUPERCLASS</key>
     37                        <string>NSObject</string>
     38                </dict>
     39                <dict>
     40                        <key>CLASS</key>
     41                        <string>ICeCoffEENonHighlightingOutlineView</string>
     42                        <key>LANGUAGE</key>
     43                        <string>ObjC</string>
     44                        <key>SUPERCLASS</key>
     45                        <string>NSOutlineView</string>
     46                </dict>
     47        </array>
     48        <key>IBVersion</key>
     49        <string>1</string>
     50</dict>
     51</plist>
Note: See TracChangeset for help on using the changeset viewer.