Ignore:
Timestamp:
08/05/07 00:15:30 (17 years ago)
Author:
Nicholas Riley
Message:

AntiRSI changes for "something" called 1.4, with much of the code but not the same UI as Onne Gorter's released 1.4.

Info.plist, English.lproj/InfoPlist.strings: Updated for 1.4.

AntiRSI.[hm]: Some of Onne Gorter's changes, update checking, "go to Web site" and crediting idle time to work break, and "AntiRSI Help". Most of these are not hooked up in the UI as above. Default to smooth sampling.

AntiRSI.xcodeproj: Build fat (i386/ppc).

English.lproj/MainMenu.nib: Some changes...

Location:
trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj
Files:
2 edited

Legend:

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

    • Property svn:ignore set to
      *.mode1
      *.mode2
      *.pbxuser
      *.perspective
  • trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj

    r325 r329  
    244244                        isa = XCBuildConfiguration;
    245245                        buildSettings = {
    246                                 ARCHS = (
    247                                         ppc,
    248                                         i386,
    249                                 );
    250246                                COPY_PHASE_STRIP = NO;
    251247                                DEBUGGING_SYMBOLS = YES;
     
    284280                        isa = XCBuildConfiguration;
    285281                        buildSettings = {
    286                                 ARCHS = (
    287                                         ppc,
    288                                         i386,
    289                                 );
    290282                                COPY_PHASE_STRIP = YES;
    291283                                DEPLOYMENT_LOCATION = NO;
     
    320312                        isa = XCBuildConfiguration;
    321313                        buildSettings = {
    322                                 ARCHS = (
    323                                         ppc,
    324                                         i386,
    325                                 );
    326314                                DEPLOYMENT_LOCATION = NO;
    327315                                FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks\"";
     
    360348                        isa = XCBuildConfiguration;
    361349                        buildSettings = {
     350                                ARCHS = (
     351                                        ppc,
     352                                        i386,
     353                                );
    362354                                GCC_C_LANGUAGE_STANDARD = c99;
    363355                        };
Note: See TracChangeset for help on using the changeset viewer.