Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Document macosx-app command line utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kowey committed Nov 3, 2011
1 parent a7069d4 commit 7dc3759
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Expand Up @@ -2,7 +2,8 @@ cabal-macosx: Cabal hooks for Mac OSX
=====================================

This package provides a Cabal post-build hook for building application
bundles for GUIs on Mac OSX.
bundles for GUIs on Mac OSX. It also includes a standalone command
line utility (macosx-app) for wrapping one-off GUIs that do not use Cabal.

Under Mac OSX, graphical applications require certain infrastructure
in order to run properly: you can't just build an executable and run
Expand All @@ -14,6 +15,10 @@ optionally including icons, other resources, and even local copies of
shared libraries (for building apps which may be distributed
standalone).

The command line version only provides basic functionality at the
moment. It takes a single argument, the path to an executable,
and produces an application bundle in the current working directory.

--

This code was branched from http://code.haskell.org/GenI/Setup.hs
Expand Down

0 comments on commit 7dc3759

Please sign in to comment.