Ignore:
Timestamp:
10/28/06 13:47:45 (17 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.1d1.

main.c: Mostly switch to Process Manager. Remove obsolete comments.

README: Updated for 1.1d1.

appswitch.xcodeproj: Upgraded Xcode project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appswitch/appswitch/README

    r160 r306  
    1 appswitch 1.0.1 [16 May 2004]
     1appswitch 1.1d1 [unreleased]
    22===============
    33
     
    3333% sudo /usr/bin/install -c build/appswitch /usr/local/bin
    3434% sudo /usr/bin/install -c appswitch.1 /usr/local/man/man1
    35 % rehash
     35% rehash                                # if necessary
    3636
    3737Uninstallation:
     
    4242-----------
    4343
    44 An Xcode project, 'appswitch.xcode', is included.  A precompiled
    45 binary is also provided.  'appswitch' was developed and tested under
    46 Mac OS 10.3.3 with the April 2004 Developer Tools, and does not
    47 require any additional software to build.
     44An Xcode project, 'appswitch.xcodeproj', is included.  A precompiled
     45Universal binary is also provided.  'appswitch' was developed and
     46tested under Mac OS 10.4.8 with Xcode 2.4, and does not require any
     47additional software to build.
    4848
    4949USAGE
     
    5656other methods, this should give you some indication.
    5757
    58 appswitch -a Emacs          0.00s user 0.02s system 55% cpu 0.054 total
    59 appswitch -i com.gnu.Emacs  0.00s user 0.04s system 63% cpu 0.063 total
    60 open -a Emacs               0.32s user 0.12s system 50% cpu 0.876 total
    61 launch -a Emacs             0.00s user 0.03s system 35% cpu 0.085 total
     58appswitch -a Emacs          0.01s user 0.01s system 28% cpu 0.069 total
     59launch -a Emacs             0.01s user 0.01s system 35% cpu 0.076 total
     60open -a Emacs               0.04s user 0.02s system 52% cpu 0.115 total
    6261osascript -e 'tell application "Emacs" to activate'
    63                             0.41s user 0.23s system 67% cpu 0.949 total
     62                            0.13s user 0.06s system 59% cpu 0.326 total
    6463
    65 The above tests were performed on a PowerBook G4/800; slower systems
    66 should show more dramatic differences.
     64The above tests were performed on a Mac mini Core Duo 1.66 GHz; slower
     65systems show more dramatic differences.
    6766
    6867COMMENTS, SUGGESTIONS, BUG REPORTS, ETC.
     
    7473---------------
    7574
     751.1 - unreleased
     76 - switched to Process Manager instead of CPS (slower but more
     77   compatible)
     78 - fixed description of -k option: SIGTERM, not SIGINT
     79 - added -f option
     80 - Universal Binary, compatible with Intel Macs
    76811.0.1 - 16 May 2004
    7782 - fixed crash matching applications with no bundle identifier
Note: See TracChangeset for help on using the changeset viewer.