Ignore:
Timestamp:
10/30/06 10:36:56 (18 years ago)
Author:
Nicholas Riley
Message:

main.c: Display architecture with -f.

launch.xcodeproj: Build in C99 mode.

README: Updated a few examples (the Resorcerer one still needs
fixing).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/README

    r304 r308  
    6161-----------
    6262
    63 An Xcode project, 'launch.xcodeproj', is included.  A precompiled Universal
    64 binary is also provided.  'launch' was developed and tested under Mac OS X
    65 10.4.7 with Xcode 2.3, and does not require any additional software to
    66 build.
     63An Xcode project, 'launch.xcodeproj', is included.  A precompiled
     64Universal binary is also provided.  'launch' was developed and tested
     65under Mac OS X 10.4.8 with Xcode 2.4, and does not require any
     66additional software to build.
    6767
    6868USAGE
     
    8989
    9090% launch -f /Applications/Preview.app
    91 /Applications/Preview.app: Mac OS X application package 
     91/Applications/Preview.app: Mac OS X application package
    9292        type: 'APPL'    creator: 'prvw'
     93        architecture: Intel 80x86, PowerPC
    9394        bundle ID: com.apple.Preview
    94         version: 2.1.0
     95        version: 3.0.8
    9596        kind: Application
     97        content type ID: com.apple.application-bundle
    9698        contents: 1 item
    9799[...]
     
    120122
    121123% launch -f /Applications/Internet/OmniWeb.app
    122 /Applications/Internet/OmniWeb.app: Mac OS X application package
     124/Applications/Internet/OmniWeb.app: scriptable Mac OS X application package
    123125        type: 'APPL'    creator: 'OWEB'
    124         bundle ID: com.omnigroup.OmniWeb
    125         version: 4.5
    126         kind: Application
     126        architecture: PowerPC, Intel 80x86
     127        bundle ID: com.omnigroup.OmniWeb5
    127128
    128129Note that bundle IDs are not case-sensitive: com.barebones.BBEdit is
     
    227228 - -o: pass command-line arguments (broken, r. 4474993)
    228229 - display content type ID (UTI)   
     230 - display architecture of Mach-O files
    229231 - switched to new LSOpen APIs (now requires Mac OS X 10.4 or later)
    230232 - switched to new date formatting APIs (the old ones are deprecated)
Note: See TracChangeset for help on using the changeset viewer.