Ignore:
Timestamp:
11/05/07 10:05:50 (16 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.1d2.

CPS.h: Remove unused definitions. typedef ProcessSerialNumber CPSProcessSerNum to eliminate warnings.

main.c: Updated for 1.1d2. Remove getInfoCString because it depends on undocumented C behavior that broke in Leopard; replace with ugly CFString code because CFStringCreateWithFormat is stupid. Add Radar references.

README: Updated for 1.1d2 and new compiler. Add Radar references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appswitch/appswitch/README

    r306 r345  
    1 appswitch 1.1d1 [unreleased]
     1appswitch 1.1d2 [unreleased]
    22===============
    33
     
    4343
    4444An Xcode project, 'appswitch.xcodeproj', is included.  A precompiled
    45 Universal binary is also provided.  'appswitch' was developed and
    46 tested under Mac OS 10.4.8 with Xcode 2.4, and does not require any
    47 additional software to build.
     45Universal binary is also provided.  'appswitch' should build under
     46Xcode 2.4 or later.
    4847
    4948USAGE
     
    7473
    75741.1 - unreleased
    76  - switched to Process Manager instead of CPS (slower but more
    77    compatible)
     75 - switched to Process Manager instead of CPS where possible - slower
     76   but more compatible (r. 4808397, 4808400, 5579375)
    7877 - fixed description of -k option: SIGTERM, not SIGINT
    7978 - added -f option
    80  - Universal Binary, compatible with Intel Macs
     79 - fixed incorrect output/behavior with Mac OS X 10.5
     80 - Universal Binary, compatible with Intel Macs; built for OS X 10.4
     81   or later
    81821.0.1 - 16 May 2004
    8283 - fixed crash matching applications with no bundle identifier
Note: See TracChangeset for help on using the changeset viewer.