Ignore:
Timestamp:
03/02/03 19:53:27 (21 years ago)
Author:
Nicholas Riley
Message:

PSAlarm.m: Fixed logic bug with invalid date/time combination. Added
repeating indicator to -description. Fixed plist archiving to
properly handle repeating alarms which expire while the app is quit
(1).

PSAlarmAlertController.m: Restore some debugging.

PSPowerManager.m: Properly return pmuReference (fixes compiler
warning, and 2).

Read Me.rtfd: Fixed some wording.

File:
1 edited

Legend:

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

    r103 r105  
    238238                        );
    239239                        buildSettings = {
    240                                 CURRENT_PROJECT_VERSION = 11;
     240                                CURRENT_PROJECT_VERSION = 12;
    241241                                FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"";
    242242                                HEADER_SEARCH_PATHS = "";
     
    287287        <string>Pstr</string>
    288288        <key>CFBundleVersion</key>
    289         <string>11</string>
     289        <string>12</string>
    290290        <key>NSMainNibFile</key>
    291291        <string>MainMenu</string>
Note: See TracChangeset for help on using the changeset viewer.