Ignore:
Timestamp:
04/04/05 00:22:09 (19 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.0.1.

main.c: Updated copyright statement. Updated for 1.0.1. Added -U,
triggers OPTS.forceURLs. Added kLSMultipleSessionsNotSupportedErr,
nsvErr. Cleaned up string encoding handling; works much better now.
Split code into stringFromURLIsRemote, utf8StringFromCFStringRef, and
utf8StringFromOSType. Display "contents: zero items" instead of "0
items" in printMoreInfoForURL. Remove extraneous "./" at beginning of
displayed paths. Get versions of non-{applications, packages} and
info from nonbundled apps with CFBundleCopyInfoDictionaryForURL.
Replaced some error codes with numbers so we support building on 10.2
again.

launch.1: Updated for 1.0.1 and -U option.

README: Updated for 1.0.1. Fixed a paste-o in the uninstallation
instructions.

package-launch.sh: Use zsh explicitly. Build as deployment. Fix
permissions. Make tarball contents owned by root/wheel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/launch.1

    r146 r166  
    1 .Dd Wed Oct 22 2003      \" DATE
     1.Dd Sun Apr 3 2005       \" DATE
    22.Dt LAUNCH 1 LOCAL       \" Program name and manual section number
    3 .Os launch 1.0
     3.Os launch 1.0.1
    44.Sh NAME
    55.Nm launch
     
    77.Sh SYNOPSIS
    88.Nm launch
    9 .Op Fl npswbmhCX         \" [-npswbmhCX]
     9.Op Fl npswbmhCXU        \" [-npswbmhCXU]
    1010.Op Fl c Ar creator      \" [-c creator]
    1111.Op Fl i Ar bundleID     \" [-i bundleID]
     
    1515.Op Ar -                 \" [-]
    1616.Nm
    17 .Op Fl npflswbmhCX
     17.Op Fl npflswbmhCXU
    1818.Ar item ...
    1919.Sh DESCRIPTION
     
    9999Don't start the Classic environment for this Classic application if
    100100Classic isn't running.
     101.It Fl U
     102Interpret items as URLs, even if files with the same names as the URLs
     103exist.  (This was the default behavior in
     104.Nm
     1051.0.)
    101106.El
    102107.Sh SEE ALSO
Note: See TracChangeset for help on using the changeset viewer.