Changeset 513 for trunk/Cocoa/Pester


Ignore:
Timestamp:
05/24/09 20:50:02 (15 years ago)
Author:
Nicholas Riley
Message:

Add days and weeks to interval selection options.

Location:
trunk/Cocoa/Pester/Source
Files:
1 added
1 deleted
10 edited

Legend:

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

    r364 r513  
    1717                        <key>SUPERCLASS</key>
    1818                        <string>NSPopUpButton</string>
    19                 </dict>
    20                 <dict>
    21                         <key>CLASS</key>
    22                         <string>NSDisclosureButtonCell</string>
    23                         <key>LANGUAGE</key>
    24                         <string>ObjC</string>
    25                         <key>SUPERCLASS</key>
    26                         <string>NSButtonCell</string>
    2719                </dict>
    2820                <dict>
     
    127119                </dict>
    128120                <dict>
     121                        <key>CLASS</key>
     122                        <string>NSDisclosureButtonCell</string>
     123                        <key>LANGUAGE</key>
     124                        <string>ObjC</string>
     125                        <key>SUPERCLASS</key>
     126                        <string>NSButtonCell</string>
     127                </dict>
     128                <dict>
     129                        <key>ACTIONS</key>
     130                        <dict>
     131                                <key>clear</key>
     132                                <string>id</string>
     133                        </dict>
     134                        <key>CLASS</key>
     135                        <string>NJRHotKeyField</string>
     136                        <key>LANGUAGE</key>
     137                        <string>ObjC</string>
     138                        <key>SUPERCLASS</key>
     139                        <string>NSTextField</string>
     140                </dict>
     141                <dict>
    129142                        <key>ACTIONS</key>
    130143                        <dict>
     
    177190                <dict>
    178191                        <key>CLASS</key>
    179                         <string>NSObject</string>
    180                         <key>LANGUAGE</key>
    181                         <string>ObjC</string>
    182                 </dict>
    183                 <dict>
    184                         <key>CLASS</key>
    185192                        <string>NJRUnfocusableMovieView</string>
    186193                        <key>LANGUAGE</key>
     
    191198                <dict>
    192199                        <key>CLASS</key>
     200                        <string>NSObject</string>
     201                        <key>LANGUAGE</key>
     202                        <string>ObjC</string>
     203                </dict>
     204                <dict>
     205                        <key>CLASS</key>
    193206                        <string>NJRIntervalField</string>
    194207                        <key>LANGUAGE</key>
     
    222235                        <key>SUPERCLASS</key>
    223236                        <string>NSObject</string>
     237                </dict>
     238                <dict>
     239                        <key>CLASS</key>
     240                        <string>NSTableView</string>
     241                        <key>LANGUAGE</key>
     242                        <string>ObjC</string>
     243                        <key>SUPERCLASS</key>
     244                        <string>NSControl</string>
    224245                </dict>
    225246                <dict>
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib

    r364 r513  
    44<dict>
    55        <key>IBFramework Version</key>
    6         <string>629</string>
     6        <string>677</string>
    77        <key>IBLastKnownRelativeProjectPath</key>
    8         <string>../../Pester.xcodeproj</string>
     8        <string>../Pester.xcodeproj</string>
    99        <key>IBOldestOS</key>
    1010        <integer>5</integer>
    1111        <key>IBOpenObjects</key>
    1212        <array>
    13                 <integer>507</integer>
     13                <integer>2</integer>
    1414        </array>
    1515        <key>IBSystem Version</key>
    16         <string>9B18</string>
     16        <string>9J61</string>
    1717        <key>targetFramework</key>
    1818        <string>IBCocoaFramework</string>
  • trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/classes.nib

    r102 r513  
    1 {
    2     IBClasses = (
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    4         {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
    5         {
    6             CLASS = NJRIntervalField;
    7             LANGUAGE = ObjC;
    8             OUTLETS = {intervalUnits = NSPopUpButton; };
    9             SUPERCLASS = NSTextField;
    10         },
    11         {
    12             ACTIONS = {
    13                 close = id;
    14                 snooze = id;
    15                 snoozeIntervalUnitsChanged = id;
    16                 snoozeUntil = id;
    17                 stopRepeating = id;
    18             };
    19             CLASS = PSAlarmNotifierController;
    20             LANGUAGE = ObjC;
    21             OUTLETS = {
    22                 dateField = NSTextField;
    23                 intervalField = NSTextField;
    24                 messageField = NSTextField;
    25                 nextDateField = NSTextField;
    26                 okButton = NSButton;
    27                 snoozeButton = NSButton;
    28                 snoozeIntervalField = NJRIntervalField;
    29             };
    30             SUPERCLASS = NSWindowController;
    31         }
    32     );
    33     IBVersion = 1;
    34 }
     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>close</key>
     11                                <string>id</string>
     12                                <key>snooze</key>
     13                                <string>NSButton</string>
     14                                <key>snoozeIntervalUnitsChanged</key>
     15                                <string>NSPopUpButton</string>
     16                                <key>snoozeUntil</key>
     17                                <string>NSMenuItem</string>
     18                                <key>stopRepeating</key>
     19                                <string>NSButton</string>
     20                        </dict>
     21                        <key>CLASS</key>
     22                        <string>PSAlarmNotifierController</string>
     23                        <key>LANGUAGE</key>
     24                        <string>ObjC</string>
     25                        <key>OUTLETS</key>
     26                        <dict>
     27                                <key>dateField</key>
     28                                <string>NSTextField</string>
     29                                <key>intervalField</key>
     30                                <string>NSTextField</string>
     31                                <key>messageField</key>
     32                                <string>NSTextField</string>
     33                                <key>nextDateField</key>
     34                                <string>NSTextField</string>
     35                                <key>okButton</key>
     36                                <string>NSButton</string>
     37                                <key>snoozeButton</key>
     38                                <string>NSButton</string>
     39                                <key>snoozeIntervalField</key>
     40                                <string>NJRIntervalField</string>
     41                        </dict>
     42                        <key>SUPERCLASS</key>
     43                        <string>NSWindowController</string>
     44                </dict>
     45                <dict>
     46                        <key>CLASS</key>
     47                        <string>NSMenuItem</string>
     48                        <key>LANGUAGE</key>
     49                        <string>ObjC</string>
     50                        <key>SUPERCLASS</key>
     51                        <string>NSObject</string>
     52                </dict>
     53                <dict>
     54                        <key>CLASS</key>
     55                        <string>NSObject</string>
     56                        <key>LANGUAGE</key>
     57                        <string>ObjC</string>
     58                </dict>
     59                <dict>
     60                        <key>CLASS</key>
     61                        <string>FirstResponder</string>
     62                        <key>LANGUAGE</key>
     63                        <string>ObjC</string>
     64                        <key>SUPERCLASS</key>
     65                        <string>NSObject</string>
     66                </dict>
     67                <dict>
     68                        <key>CLASS</key>
     69                        <string>NJRIntervalField</string>
     70                        <key>LANGUAGE</key>
     71                        <string>ObjC</string>
     72                        <key>OUTLETS</key>
     73                        <dict>
     74                                <key>intervalUnits</key>
     75                                <string>NSPopUpButton</string>
     76                        </dict>
     77                        <key>SUPERCLASS</key>
     78                        <string>NJRValidatingField</string>
     79                </dict>
     80                <dict>
     81                        <key>CLASS</key>
     82                        <string>NJRValidatingField</string>
     83                        <key>LANGUAGE</key>
     84                        <string>ObjC</string>
     85                        <key>SUPERCLASS</key>
     86                        <string>NSTextField</string>
     87                </dict>
     88                <dict>
     89                        <key>CLASS</key>
     90                        <string>NJRIntegerFilter</string>
     91                        <key>LANGUAGE</key>
     92                        <string>ObjC</string>
     93                        <key>SUPERCLASS</key>
     94                        <string>NSNumberFormatter</string>
     95                </dict>
     96        </array>
     97        <key>IBVersion</key>
     98        <string>1</string>
     99</dict>
     100</plist>
  • trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/info.nib

    r102 r513  
    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>5 6 356 240 0 0 1280 832 </string>
    75        <key>IBFramework Version</key>
    8         <string>291.0</string>
    9         <key>IBGroupedObjects</key>
    10         <dict>
    11                 <key>1</key>
    12                 <array>
    13                         <string>64</string>
    14                         <string>80</string>
    15                 </array>
    16                 <key>2</key>
    17                 <array>
    18                         <string>66</string>
    19                         <string>79</string>
    20                         <string>82</string>
    21                 </array>
    22         </dict>
    23         <key>IBLastGroupID</key>
    24         <string>3</string>
     6        <string>677</string>
     7        <key>IBLastKnownRelativeProjectPath</key>
     8        <string>../Pester.xcodeproj</string>
     9        <key>IBOldestOS</key>
     10        <integer>4</integer>
    2511        <key>IBOpenObjects</key>
    2612        <array>
    27                 <integer>5</integer>
     13                <integer>8</integer>
    2814        </array>
    2915        <key>IBSystem Version</key>
    30         <string>6I32</string>
    31         <key>IBUserGuides</key>
    32         <dict>
    33                 <key>0</key>
    34                 <dict>
    35                         <key>guideLocations</key>
    36                         <array>
    37                                 <string>Horizontal:64.000000</string>
    38                         </array>
    39                         <key>guidesLocked</key>
    40                         <false/>
    41                 </dict>
    42                 <key>5</key>
    43                 <dict>
    44                         <key>guideLocations</key>
    45                         <array>
    46                                 <string>Horizontal:87.000000</string>
    47                                 <string>Horizontal:108.000000</string>
    48                                 <string>Horizontal:66.000000</string>
    49                                 <string>Vertical:92.000000</string>
    50                                 <string>Horizontal:133.000000</string>
    51                         </array>
    52                         <key>guidesLocked</key>
    53                         <false/>
    54                 </dict>
    55         </dict>
     16        <string>9J61</string>
     17        <key>targetFramework</key>
     18        <string>IBCocoaFramework</string>
    5619</dict>
    5720</plist>
  • trunk/Cocoa/Pester/Source/NJRIntervalField.m

    r364 r513  
    6565            case 'm': case 'M': tag = 60; break;
    6666            case 'h': case 'H': tag = 60 * 60; break;
     67            case 'd': case 'D': tag = 60 * 60 * 24; break;
     68            case 'w': case 'W': tag = 60 * 60 * 24 * 7; break;
    6769            case 'u': case 'U': tag = -2; break;
    6870            default: break;
  • trunk/Cocoa/Pester/Source/Pester.xcodeproj/nicholas.mode2v3

    r367 r513  
    198198        <array/>
    199199        <key>OpenEditors</key>
    200         <array>
    201                 <dict>
    202                         <key>Content</key>
    203                         <dict>
    204                                 <key>PBXProjectModuleGUID</key>
    205                                 <string>E126D5AE0D0003070024B2EA</string>
    206                                 <key>PBXProjectModuleLabel</key>
    207                                 <string>PSAlarm.m</string>
    208                                 <key>PBXSplitModuleInNavigatorKey</key>
    209                                 <dict>
    210                                         <key>Split0</key>
    211                                         <dict>
    212                                                 <key>PBXProjectModuleGUID</key>
    213                                                 <string>E126D5AF0D0003070024B2EA</string>
    214                                                 <key>PBXProjectModuleLabel</key>
    215                                                 <string>PSAlarm.m</string>
    216                                                 <key>_historyCapacity</key>
    217                                                 <integer>0</integer>
    218                                                 <key>bookmark</key>
    219                                                 <string>E126D5B10D0003070024B2EA</string>
    220                                                 <key>history</key>
    221                                                 <array>
    222                                                         <string>E126D5B00D0003070024B2EA</string>
    223                                                 </array>
    224                                         </dict>
    225                                         <key>SplitCount</key>
    226                                         <string>1</string>
    227                                 </dict>
    228                                 <key>StatusBarVisibility</key>
    229                                 <false/>
    230                         </dict>
    231                         <key>Geometry</key>
    232                         <dict>
    233                                 <key>Frame</key>
    234                                 <string>{{0, -1}, {1052, 913}}</string>
    235                                 <key>PBXModuleWindowStatusBarHidden2</key>
    236                                 <true/>
    237                                 <key>RubberWindowFrame</key>
    238                                 <string>840 106 1052 933 0 0 1920 1178 </string>
    239                         </dict>
    240                 </dict>
    241         </array>
     200        <array/>
    242201        <key>PerspectiveWidths</key>
    243202        <array>
     
    302261                                                                                <string>29B97314FDCFA39411CA2CEA</string>
    303262                                                                                <string>080E96DDFE201D6D7F000001</string>
    304                                                                                 <string>F560E312035787E001A4E466</string>
     263                                                                                <string>F560E314035787F901A4E466</string>
     264                                                                                <string>29B97317FDCFA39411CA2CEA</string>
     265                                                                                <string>E19DCBE503BE516000B934BF</string>
    305266                                                                                <string>19C28FACFE9D520D11CA2CBB</string>
    306267                                                                        </array>
     
    308269                                                                        <array>
    309270                                                                                <array>
    310                                                                                         <integer>11</integer>
    311                                                                                         <integer>7</integer>
    312                                                                                         <integer>1</integer>
     271                                                                                        <integer>58</integer>
     272                                                                                        <integer>57</integer>
    313273                                                                                        <integer>0</integer>
    314274                                                                                </array>
    315275                                                                        </array>
    316276                                                                        <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
    317                                                                         <string>{{0, 0}, {334, 441}}</string>
     277                                                                        <string>{{0, 645}, {334, 441}}</string>
    318278                                                                </dict>
    319279                                                                <key>PBXTopSmartGroupGIDs</key>
     
    334294                                                                </array>
    335295                                                                <key>RubberWindowFrame</key>
    336                                                                 <string>1565 182 351 527 0 0 1920 1178 </string>
     296                                                                <string>1085 346 351 527 0 0 1440 878 </string>
    337297                                                        </dict>
    338298                                                        <key>Module</key>
     
    475435                        <key>TableOfContents</key>
    476436                        <array>
    477                                 <string>E126D5AC0D0003070024B2EA</string>
    478                                 <string>E126D5AD0D0003070024B2EA</string>
     437                                <string>E11C1C920FC9E123003DD57E</string>
     438                                <string>E11C1C930FC9E123003DD57E</string>
    479439                                <string>1C9437FD063B20B00039CFAC</string>
    480440                                <string>1C9437FE063B20B00039CFAC</string>
     
    509469        <key>WindowOrderList</key>
    510470        <array>
    511                 <string>E126D5AE0D0003070024B2EA</string>
    512471                <string>/Users/nicholas/Documents/Development/Pester/Source/Pester.xcodeproj</string>
    513472        </array>
    514473        <key>WindowString</key>
    515         <string>1565 182 351 527 0 0 1920 1178 </string>
     474        <string>1085 346 351 527 0 0 1440 878 </string>
    516475        <key>WindowToolsV3</key>
    517476        <array>
     
    680639                                                                <string>{{0, 0}, {930, 253}}</string>
    681640                                                                <key>RubberWindowFrame</key>
    682                                                                 <string>629 565 930 535 0 0 1920 1178 </string>
     641                                                                <string>324 304 930 535 0 0 1440 878 </string>
    683642                                                        </dict>
    684643                                                        <key>Module</key>
     
    706665                                                                <string>{{0, 258}, {930, 236}}</string>
    707666                                                                <key>RubberWindowFrame</key>
    708                                                                 <string>629 565 930 535 0 0 1920 1178 </string>
     667                                                                <string>324 304 930 535 0 0 1440 878 </string>
    709668                                                        </dict>
    710669                                                        <key>Module</key>
     
    729688                        <array>
    730689                                <string>1C530D52069F1CE1000CFCEE</string>
    731                                 <string>E19CC6530CFDF6940079DCFC</string>
     690                                <string>E17C124E0EF9D2B4002885BE</string>
    732691                                <string>1CD0528F0623707200166675</string>
    733692                                <string>XCMainBuildResultsModuleGUID</string>
     
    736695                        <string>xcode.toolbar.config.buildV3</string>
    737696                        <key>WindowString</key>
    738                         <string>629 565 930 535 0 0 1920 1178 </string>
     697                        <string>324 304 930 535 0 0 1440 878 </string>
    739698                        <key>WindowToolGUID</key>
    740699                        <string>1C530D52069F1CE1000CFCEE</string>
    741700                        <key>WindowToolIsVisible</key>
    742                         <true/>
     701                        <false/>
    743702                </dict>
    744703                <dict>
     
    823782                                                                        <string>{{445, 0}, {536, 380}}</string>
    824783                                                                        <key>RubberWindowFrame</key>
    825                                                                         <string>843 200 981 759 0 0 1920 1178 </string>
     784                                                                        <string>412 77 981 759 0 0 1440 878 </string>
    826785                                                                </dict>
    827786                                                                <key>RubberWindowFrame</key>
    828                                                                 <string>843 200 981 759 0 0 1920 1178 </string>
     787                                                                <string>412 77 981 759 0 0 1440 878 </string>
    829788                                                        </dict>
    830789                                                        <key>Module</key>
     
    849808                        <array>
    850809                                <string>1C530D54069F1CE1000CFCEE</string>
    851                                 <string>E19CC6130CFDF0FB0079DCFC</string>
     810                                <string>E17C124F0EF9D2B4002885BE</string>
    852811                                <string>1C162984064C10D400B95A72</string>
    853                                 <string>E19CC6140CFDF0FB0079DCFC</string>
    854                                 <string>E19CC6150CFDF0FB0079DCFC</string>
    855                                 <string>E19CC6160CFDF0FB0079DCFC</string>
    856                                 <string>E19CC6170CFDF0FB0079DCFC</string>
    857                                 <string>E19CC6180CFDF0FB0079DCFC</string>
     812                                <string>E17C12500EF9D2B4002885BE</string>
     813                                <string>E17C12510EF9D2B4002885BE</string>
     814                                <string>E17C12520EF9D2B4002885BE</string>
     815                                <string>E17C12530EF9D2B4002885BE</string>
     816                                <string>E17C12540EF9D2B4002885BE</string>
    858817                        </array>
    859818                        <key>ToolbarConfiguration</key>
    860819                        <string>xcode.toolbar.config.debugV3</string>
    861820                        <key>WindowString</key>
    862                         <string>843 200 981 759 0 0 1920 1178 </string>
     821                        <string>412 77 981 759 0 0 1440 878 </string>
    863822                        <key>WindowToolGUID</key>
    864823                        <string>1C530D54069F1CE1000CFCEE</string>
     
    986945                                                                <string>{{0, 0}, {1144, 216}}</string>
    987946                                                                <key>RubberWindowFrame</key>
    988                                                                 <string>677 91 1144 257 0 0 1920 1178 </string>
     947                                                                <string>258 71 1144 257 0 0 1440 878 </string>
    989948                                                        </dict>
    990949                                                        <key>Module</key>
     
    1009968                        <array>
    1010969                                <string>1C530D5B069F1CE1000CFCEE</string>
    1011                                 <string>E19CC6190CFDF0FB0079DCFC</string>
     970                                <string>E17C12550EF9D2B4002885BE</string>
    1012971                                <string>1C78EAAC065D492600B07095</string>
    1013972                        </array>
     
    1015974                        <string>xcode.toolbar.config.consoleV3</string>
    1016975                        <key>WindowString</key>
    1017                         <string>677 91 1144 257 0 0 1920 1178 </string>
     976                        <string>258 71 1144 257 0 0 1440 878 </string>
    1018977                        <key>WindowToolGUID</key>
    1019978                        <string>1C530D5B069F1CE1000CFCEE</string>
  • trunk/Cocoa/Pester/Source/Pester.xcodeproj/nicholas.pbxuser

    r367 r513  
    33        089C165DFE840E0CC02AAC07 /* English */ = {
    44                uiCtxt = {
    5                         sepNavIntBoundsRect = "{{0, 0}, {813, 899}}";
    6                         sepNavSelRange = "{145, 0}";
     5                        sepNavIntBoundsRect = "{{0, 0}, {813, 838}}";
     6                        sepNavSelRange = "{156, 0}";
    77                        sepNavVisRange = "{0, 229}";
    8                         sepNavWindowFrame = "{{15, 238}, {872, 935}}";
     8                        sepNavWindowFrame = "{{15, 4}, {872, 874}}";
    99                };
    1010        };
    1111        29B97313FDCFA39411CA2CEA /* Project object */ = {
    12                 activeArchitecture = i386;
    1312                activeBuildConfigurationName = Release;
    1413                activeExecutable = E1B11F8D0CF5F30F004975AA /* Pester */;
     
    7574                                );
    7675                        };
    77                         PBXPerProjectTemplateStateSaveDate = 218257959;
     76                        PBXPerProjectTemplateStateSaveDate = 264888602;
    7877                        "PBXTemplateGeometry-F5314676015831810DCA290F" = {
    7978                                ContentSize = "{618, 257}";
     
    794793                                },
    795794                        );
    796                         PBXWorkspaceStateSaveDate = 218257959;
     795                        PBXWorkspaceStateSaveDate = 264888602;
    797796                };
    798797                perUserProjectItems = {
    799                         E126D5B00D0003070024B2EA = E126D5B00D0003070024B2EA /* PBXBookmark */;
    800                         E126D5B10D0003070024B2EA = E126D5B10D0003070024B2EA /* PBXTextBookmark */;
    801                         E16E5C100D025BD2003C85BE /* PBXBookmark */ = E16E5C100D025BD2003C85BE /* PBXBookmark */;
    802                         E16E5C110D025BD2003C85BE /* PBXTextBookmark */ = E16E5C110D025BD2003C85BE /* PBXTextBookmark */;
     798                        E17C12440EF9CEE0002885BE = E17C12440EF9CEE0002885BE /* PBXBookmark */;
     799                        E17C125E0EF9D4AD002885BE = E17C125E0EF9D4AD002885BE /* PBXTextBookmark */;
    803800                };
    804801                sourceControlManager = E1B11EDC0CF5F2EB004975AA /* Source Control */;
     
    847844                vrLen = 1001;
    848845                vrLoc = 30;
    849         };
    850         E126D5B00D0003070024B2EA /* PBXBookmark */ = {
    851                 isa = PBXBookmark;
    852                 fRef = F59F6CB50354E7DA01AEEDB1 /* PSAlarm.m */;
    853         };
    854         E126D5B10D0003070024B2EA /* PBXTextBookmark */ = {
    855                 isa = PBXTextBookmark;
    856                 fRef = F59F6CB50354E7DA01AEEDB1 /* PSAlarm.m */;
    857                 name = "PSAlarm.m: 220";
    858                 rLen = 0;
    859                 rLoc = 7368;
    860                 rType = 0;
    861                 vrLen = 1989;
    862                 vrLoc = 7123;
    863846        };
    864847        E130B91603B69C6300000028 /* PBXBookmarkGroup */ = {
     
    898881        E13919E303B9E4E100000028 /* NJRIntervalField.m */ = {
    899882                uiCtxt = {
    900                         sepNavIntBoundsRect = "{{0, 0}, {761, 946}}";
    901                         sepNavSelRange = "{2674, 0}";
    902                         sepNavVisRange = "{329, 2345}";
    903                         sepNavWindowFrame = "{{364, 159}, {820, 839}}";
     883                        sepNavIntBoundsRect = "{{0, 0}, {761, 1190}}";
     884                        sepNavSelRange = "{1198, 0}";
     885                        sepNavVisRange = "{655, 2028}";
     886                        sepNavWindowFrame = "{{364, 39}, {820, 839}}";
    904887                };
    905888        };
     
    972955                };
    973956        };
    974         E16E5C100D025BD2003C85BE /* PBXBookmark */ = {
    975                 isa = PBXBookmark;
    976                 fRef = E1A18CAC03B4344C00000028 /* PSAlerts.m */;
    977         };
    978         E16E5C110D025BD2003C85BE /* PBXTextBookmark */ = {
    979                 isa = PBXTextBookmark;
    980                 fRef = E1A18CAC03B4344C00000028 /* PSAlerts.m */;
    981                 name = "PSAlerts.m: 139";
    982                 rLen = 7;
    983                 rLoc = 3864;
    984                 rType = 0;
    985                 vrLen = 463;
    986                 vrLoc = 3555;
    987         };
    988957        E17562BD0CF8E7D000FC5057 /* updates.xml */ = {
    989958                uiCtxt = {
     
    1009978                        sepNavWindowFrame = "{{368, 43}, {1032, 1071}}";
    1010979                };
     980        };
     981        E17C12440EF9CEE0002885BE /* PBXBookmark */ = {
     982                isa = PBXBookmark;
     983                fRef = E13919E303B9E4E100000028 /* NJRIntervalField.m */;
     984        };
     985        E17C125E0EF9D4AD002885BE /* PBXTextBookmark */ = {
     986                isa = PBXTextBookmark;
     987                fRef = E13919E303B9E4E100000028 /* NJRIntervalField.m */;
     988                name = "NJRIntervalField.m: 42";
     989                rLen = 0;
     990                rLoc = 1198;
     991                rType = 0;
     992                vrLen = 2028;
     993                vrLoc = 655;
    1011994        };
    1012995        E17CA6640CF697FE00018B34 /* SetPortRGBForeColor */ = {
     
    13921375                uiCtxt = {
    13931376                        sepNavIntBoundsRect = "{{0, 0}, {960, 4408}}";
    1394                         sepNavSelRange = "{13, 0}";
    1395                         sepNavVisRect = "{{0, 0}, {960, 1091}}";
    1396                         sepNavWindowFrame = "{{14, 48}, {999, 1128}}";
     1377                        sepNavSelRange = "{0, 0}";
     1378                        sepNavVisRect = "{{0, 0}, {960, 814}}";
     1379                        sepNavWindowFrame = "{{14, 4}, {999, 874}}";
    13971380                };
    13981381        };
     
    15681551        F59F6CB50354E7DA01AEEDB1 /* PSAlarm.m */ = {
    15691552                uiCtxt = {
    1570                         sepNavIntBoundsRect = "{{0, 0}, {993, 6776}}";
     1553                        sepNavIntBoundsRect = "{{0, 0}, {993, 8344}}";
    15711554                        sepNavSelRange = "{7368, 0}";
    1572                         sepNavVisRange = "{7123, 1965}";
    1573                         sepNavWindowFrame = "{{840, 106}, {1052, 933}}";
     1555                        sepNavVisRange = "{7123, 1405}";
     1556                        sepNavWindowFrame = "{{375, 4}, {1052, 874}}";
    15741557                };
    15751558        };
  • trunk/Cocoa/Pester/Source/Pester.xcodeproj/project.pbxproj

    r367 r513  
    11491149                        buildSettings = {
    11501150                                COPY_PHASE_STRIP = NO;
    1151                                 CURRENT_PROJECT_VERSION = 24;
     1151                                CURRENT_PROJECT_VERSION = 25;
    11521152                                FRAMEWORK_SEARCH_PATHS = (
    11531153                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
     
    11891189                        buildSettings = {
    11901190                                COPY_PHASE_STRIP = YES;
    1191                                 CURRENT_PROJECT_VERSION = 24;
     1191                                CURRENT_PROJECT_VERSION = 25;
    11921192                                FRAMEWORK_SEARCH_PATHS = (
    11931193                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Note: See TracChangeset for help on using the changeset viewer.