Changeset 260

Show
Ignore:
Timestamp:
09/01/08 10:16:38 (4 months ago)
Author:
tal
Message:
Added app delegate.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/defconAppKit/trunk/TestApp/Resources/English.lproj/MainMenu.nib/classes.nib

    r68 r260  
    1 
    2     IBClasses = ( 
    3         {CLASS = DefconAppKitTestDocument; LANGUAGE = ObjC; SUPERCLASS = NSDocument; },  
    4         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } 
    5     );  
    6     IBVersion = 1;  
    7 
     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>CLASS</key> 
     9                        <string>FirstResponder</string> 
     10                        <key>LANGUAGE</key> 
     11                        <string>ObjC</string> 
     12                        <key>SUPERCLASS</key> 
     13                        <string>NSObject</string> 
     14                </dict> 
     15        </array> 
     16        <key>IBVersion</key> 
     17        <string>1</string> 
     18</dict> 
     19</plist> 
  • packages/defconAppKit/trunk/TestApp/Resources/English.lproj/MainMenu.nib/info.nib

    r68 r260  
    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>69 14 356 240 0 0 1440 878 </string> 
    7         <key>IBEditorPositions</key> 
    8         <dict> 
    9                 <key>29</key> 
    10                 <string>69 259 338 44 0 0 1440 878 </string> 
    11         </dict> 
    125        <key>IBFramework Version</key> 
    13         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBOldestOS</key> 
     8        <integer>5</integer> 
    149        <key>IBOpenObjects</key> 
    15         <array> 
    16                 <integer>29</integer> 
    17         </array> 
     10        <array/> 
    1811        <key>IBSystem Version</key> 
    19         <string>8R2232</string> 
     12        <string>9E17</string> 
     13        <key>targetFramework</key> 
     14        <string>IBCocoaFramework</string> 
    2015</dict> 
    2116</plist>