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.

Location:
trunk/ICeCoffEE/ICeCoffEE/German.lproj/Select services.nib
Files:
1 added
1 deleted
2 edited

Legend:

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

    r271 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>
  • trunk/ICeCoffEE/ICeCoffEE/German.lproj/Select services.nib/info.nib

    r318 r376  
    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>143 44 356 240 0 0 1680 1028 </string>
    75        <key>IBFramework Version</key>
    8         <string>446.1</string>
     6        <string>629</string>
     7        <key>IBLastKnownRelativeProjectPath</key>
     8        <string>../../ICeCoffEE.xcodeproj</string>
     9        <key>IBOldestOS</key>
     10        <integer>4</integer>
    911        <key>IBOpenObjects</key>
    10         <array>
    11                 <integer>21</integer>
    12         </array>
     12        <array/>
    1313        <key>IBSystem Version</key>
    14         <string>8P135</string>
     14        <string>9B18</string>
     15        <key>targetFramework</key>
     16        <string>IBCocoaFramework</string>
    1517</dict>
    1618</plist>
Note: See TracChangeset for help on using the changeset viewer.