Ignore:
Timestamp:
12/08/07 06:07:14 (16 years ago)
Author:
Nicholas Riley
Message:

Apparently in Xcode, 'Commit Entire Project' doesn't. See the log message from [369].

Location:
trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib/classes.nib

    r332 r370  
    1 {
    2     IBClasses = (
    3         {
    4             ACTIONS = {
    5                 breakNow = id;
    6                 checkForUpdate = id;
    7                 gotoWebsite = id;
    8                 postpone = id;
    9                 resetSession = id;
    10             };
    11             CLASS = AntiRSI;
    12             LANGUAGE = ObjC;
    13             OUTLETS = {
    14                 "dock_menu" = NSMenu;
    15                 "next_break" = NSTextField;
    16                 postpone = NSButton;
    17                 progress = NSLevelIndicator;
    18                 "reset_session_time" = NSDatePicker;
    19                 "session_time" = NSTextField;
    20                 "session_time_item" = NSMenuItem;
    21                 status = NSTextField;
    22                 time = NSTextField;
    23                 version = NSTextField;
    24                 view = AntiRSIView;
    25             };
    26             SUPERCLASS = NSObject;
    27         },
    28         {
    29             CLASS = AntiRSILevelIndicator;
    30             LANGUAGE = ObjC;
    31             SUPERCLASS = NSLevelIndicator;
    32         },
    33         {CLASS = AntiRSIView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
    34         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    35         {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
    36         {CLASS = NSLevelIndicator; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
    37     );
    38     IBVersion = 1;
    39 }
     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>NSLevelIndicator</string>
     10                        <key>LANGUAGE</key>
     11                        <string>ObjC</string>
     12                        <key>SUPERCLASS</key>
     13                        <string>NSControl</string>
     14                </dict>
     15                <dict>
     16                        <key>CLASS</key>
     17                        <string>AntiRSIButton</string>
     18                        <key>LANGUAGE</key>
     19                        <string>ObjC</string>
     20                        <key>SUPERCLASS</key>
     21                        <string>NSButton</string>
     22                </dict>
     23                <dict>
     24                        <key>ACTIONS</key>
     25                        <dict>
     26                                <key>breakNow</key>
     27                                <string>id</string>
     28                                <key>checkForUpdate</key>
     29                                <string>id</string>
     30                                <key>gotoWebsite</key>
     31                                <string>id</string>
     32                                <key>postpone</key>
     33                                <string>id</string>
     34                                <key>resetSession</key>
     35                                <string>id</string>
     36                        </dict>
     37                        <key>CLASS</key>
     38                        <string>AntiRSI</string>
     39                        <key>LANGUAGE</key>
     40                        <string>ObjC</string>
     41                        <key>OUTLETS</key>
     42                        <dict>
     43                                <key>dock_menu</key>
     44                                <string>NSMenu</string>
     45                                <key>next_break</key>
     46                                <string>NSTextField</string>
     47                                <key>postpone</key>
     48                                <string>NSButton</string>
     49                                <key>progress</key>
     50                                <string>NSLevelIndicator</string>
     51                                <key>reset_session_time</key>
     52                                <string>NSDatePicker</string>
     53                                <key>session_time</key>
     54                                <string>NSTextField</string>
     55                                <key>session_time_item</key>
     56                                <string>NSMenuItem</string>
     57                                <key>status</key>
     58                                <string>NSTextField</string>
     59                                <key>time</key>
     60                                <string>NSTextField</string>
     61                                <key>version</key>
     62                                <string>NSTextField</string>
     63                                <key>view</key>
     64                                <string>AntiRSIView</string>
     65                        </dict>
     66                        <key>SUPERCLASS</key>
     67                        <string>NSObject</string>
     68                </dict>
     69                <dict>
     70                        <key>CLASS</key>
     71                        <string>FirstResponder</string>
     72                        <key>LANGUAGE</key>
     73                        <string>ObjC</string>
     74                        <key>SUPERCLASS</key>
     75                        <string>NSObject</string>
     76                </dict>
     77                <dict>
     78                        <key>CLASS</key>
     79                        <string>NSDatePicker</string>
     80                        <key>LANGUAGE</key>
     81                        <string>ObjC</string>
     82                        <key>SUPERCLASS</key>
     83                        <string>NSControl</string>
     84                </dict>
     85                <dict>
     86                        <key>CLASS</key>
     87                        <string>AntiRSIView</string>
     88                        <key>LANGUAGE</key>
     89                        <string>ObjC</string>
     90                        <key>SUPERCLASS</key>
     91                        <string>NSView</string>
     92                </dict>
     93                <dict>
     94                        <key>CLASS</key>
     95                        <string>AntiRSILevelIndicator</string>
     96                        <key>LANGUAGE</key>
     97                        <string>ObjC</string>
     98                        <key>SUPERCLASS</key>
     99                        <string>NSLevelIndicator</string>
     100                </dict>
     101        </array>
     102        <key>IBVersion</key>
     103        <string>1</string>
     104</dict>
     105</plist>
  • trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib/info.nib

    r332 r370  
    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>70 16 441 309 0 0 1680 1028 </string>
    7         <key>IBEditorPositions</key>
    8         <dict>
    9                 <key>259</key>
    10                 <string>668 524 300 322 0 0 1680 1028 </string>
    11                 <key>29</key>
    12                 <string>276 845 249 44 0 0 1680 1028 </string>
    13                 <key>343</key>
    14                 <string>241 262 145 99 0 0 1680 1028 </string>
    15         </dict>
    165        <key>IBFramework Version</key>
    17         <string>446.1</string>
     6        <string>629</string>
     7        <key>IBLastKnownRelativeProjectPath</key>
     8        <string>../../AntiRSI.xcodeproj</string>
    189        <key>IBOldestOS</key>
    19         <integer>4</integer>
     10        <integer>5</integer>
    2011        <key>IBOpenObjects</key>
    2112        <array>
     
    2314        </array>
    2415        <key>IBSystem Version</key>
    25         <string>8R2232</string>
     16        <string>9B18</string>
     17        <key>targetFramework</key>
     18        <string>IBCocoaFramework</string>
    2619</dict>
    2720</plist>
Note: See TracChangeset for help on using the changeset viewer.