Ignore:
Timestamp:
08/06/07 19:01:05 (17 years ago)
Author:
Nicholas Riley
Message:

Info.plist: Updated for 1.4njr1.

AntiRSI.xcodeproj: Disable prebinding.

AntiRSI.[hm]: Added session time support; consolidated break window update drawing; fixed -[AntiRSI validateMenuItem:] so it compares selectors rather than titles.

English.lproj/MainMenu.nib: Redid preferences window, menu bar, dock menu, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj

    r329 r330  
    342342                        buildSettings = {
    343343                                GCC_C_LANGUAGE_STANDARD = c99;
     344                                PREBINDING = NO;
    344345                        };
    345346                        name = Development;
     
    353354                                );
    354355                                GCC_C_LANGUAGE_STANDARD = c99;
     356                                PREBINDING = NO;
    355357                        };
    356358                        name = Deployment;
     
    360362                        buildSettings = {
    361363                                GCC_C_LANGUAGE_STANDARD = c99;
     364                                PREBINDING = NO;
    362365                        };
    363366                        name = Default;
Note: See TracChangeset for help on using the changeset viewer.