Ignore:
Timestamp:
11/10/02 11:14:59 (21 years ago)
Author:
Nicholas Riley
Message:

Pester 1.1a2.

English.lproj/Credits.html: Fixed some HTML formatting issues, added Ben Hines to credits (thanks for helping out with 1.1a1 testing!)

English.lproj/InfoPlist.strings: Updated for 1.1a2.

English.lproj/MainMenu.nib: Reconnected initialFirstResponder outlet on the window; somehow it became disconnected. Fixed keyboard navigation loop. Removed formatters from date/time fields which were causing crashes on launch on 10.2 (they're instantiated from code in any case). Removed text from date field because it didn't work without the formatter.

NJRDateFormatter: Workaround for 10.2 NSScanner bug [Ben Hines].

NJRQTMediaPopUpButton: Remove corrupt JPEG note, can no longer reproduce. Removed -validateRecentMedia invocation, debug code shouldn't have been left in.

PSAlarmSetController: Set alerts before setting alarm, otherwise alarm in bogus state remains. Set date to today in awakeFromNib, moved from the nib. Disconnect initial first responder to work around 10.1 bug so keyboard focus is set properly when the window opens.

Pester.pbproj: Added VERSION.

Read Me.rtfd: Updated for 1.1a2.

VERSION: Updated for 1.1a2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/Pester.pbproj/project.pbxproj

    r43 r45  
    170170                                F589C9C6035AA12B0155F4B2,
    171171                                F59DC6E30353ED1201AEEDB1,
     172                                F562F809037E5D0101AEEDB1,
    172173                        );
    173174                        isa = PBXGroup;
     
    240241                        productReference = 17587328FF379C6511CA2CBB;
    241242                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
    242 <!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">
    243 <plist version=\"0.9\">
     243<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
     244<plist version=\"1.0\">
    244245<dict>
    245246        <key>CFBundleDevelopmentRegion</key>
     
    248249        <string>Pester</string>
    249250        <key>CFBundleGetInfoString</key>
    250         <string>Pester 1.1a1, © 2002 Nicholas Riley</string>
     251        <string>Pester 1.1a2, © 2002 Nicholas Riley</string>
    251252        <key>CFBundleIconFile</key>
    252253        <string>Application icon</string>
     
    264265        <string>Pstr</string>
    265266        <key>CFBundleVersion</key>
    266         <string>1.1a1</string>
     267        <string>1.1a2</string>
    267268        <key>NSMainNibFile</key>
    268269        <string>MainMenu</string>
     
    313314                        );
    314315                        isa = PBXHeadersBuildPhase;
     316                        runOnlyForDeploymentPostprocessing = 0;
    315317                };
    316318                29B97328FDCFA39411CA2CEA = {
     
    328330                        );
    329331                        isa = PBXResourcesBuildPhase;
     332                        runOnlyForDeploymentPostprocessing = 0;
    330333                };
    331334                29B9732BFDCFA39411CA2CEA = {
     
    368371                        );
    369372                        isa = PBXSourcesBuildPhase;
     373                        runOnlyForDeploymentPostprocessing = 0;
    370374                };
    371375                29B9732CFDCFA39411CA2CEA = {
     
    386390                        );
    387391                        isa = PBXFrameworksBuildPhase;
     392                        runOnlyForDeploymentPostprocessing = 0;
    388393                };
    389394//290
     
    679684                        };
    680685                };
     686                F562F809037E5D0101AEEDB1 = {
     687                        isa = PBXFileReference;
     688                        path = VERSION;
     689                        refType = 4;
     690                };
    681691                F589C9C6035AA12B0155F4B2 = {
    682692                        isa = PBXFileReference;
Note: See TracChangeset for help on using the changeset viewer.