Ignore:
Timestamp:
05/16/04 06:20:42 (20 years ago)
Author:
Nicholas Riley
Message:

package-appswitch.sh: replace pbxbuild with xcodebuild; fix permissions

appswitch/appswitch.1: updated for actual release date

appswitch/main.c: updated for 1.0.1; fix PSN width, resolves #1; fix
compiler warning

appswitch/README: updated for actual release date; PB -> Xcode;
updated timings; updated version history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appswitch/appswitch/README

    r156 r160  
    1 appswitch 1.0.1 [19 April 2004]
     1appswitch 1.0.1 [16 May 2004]
    22===============
    33
     
    4242-----------
    4343
    44 A Project Builder project, 'appswitch.pbproj', is included.  A
    45 precompiled binary is also provided.  'appswitch' was developed and
    46 tested under Mac OS 10.3.3 with the April 2004 Developer Tools,
    47 and does not require any additional software to build.
     44An Xcode project, 'appswitch.xcode', is included.  A precompiled
     45binary is also provided.  'appswitch' was developed and tested under
     46Mac OS 10.3.3 with the April 2004 Developer Tools, and does not
     47require any additional software to build.
    4848
    4949USAGE
     
    5656other methods, this should give you some indication.
    5757
    58 appswitch -a Emacs          0.00s user 0.02s system  5% cpu 0.355 total
    59 appswitch -i com.gnu.Emacs  0.01s user 0.04s system 13% cpu 0.381 total
    60 open -a Emacs               0.30s user 0.15s system 53% cpu 0.842 total
     58appswitch -a Emacs          0.00s user 0.02s system 55% cpu 0.054 total
     59appswitch -i com.gnu.Emacs  0.00s user 0.04s system 63% cpu 0.063 total
     60open -a Emacs               0.32s user 0.12s system 50% cpu 0.876 total
     61launch -a Emacs             0.00s user 0.03s system 35% cpu 0.085 total
    6162osascript -e 'tell application "Emacs" to activate'
    62                             0.66s user 0.42s system 45% cpu 2.361 total
     63                            0.41s user 0.23s system 67% cpu 0.949 total
    6364
    6465The above tests were performed on a PowerBook G4/800; slower systems
     
    7374---------------
    7475
    75 1.0.1 - 19 April 2004
    76 - fixed crash matching applications with no bundle identifier
     761.0.1 - 16 May 2004
     77 - fixed crash matching applications with no bundle identifier
     78 - fixed process listing PSN column width
    77791.0   - 19 February 2003
    7880 - added description of -q delay bug (no workaround)
Note: See TracChangeset for help on using the changeset viewer.