..\" .\" macpack manual page. .\" (C) 2004 Geoff Norton .\" Author: .\" Geoff Norton (gnorton@customerdna.com) .\" .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .TH macpack "Mono 1.0" .SH NAME macpack \- Macintosh OS X Packager for managed gui assemblies .SH SYNOPSIS .PP .B macpack [options] .SH DESCRIPTION \fImacpack\fP is a tool used to package managed assemblies (like System.Windows.Forms or Cocoa#) that require gui availability for deployment on Mac OS X. .PP macpack will prepare a OS X compatible bundle from the provided assembly and resources. .PP .SH OPTIONS .I "-a" .Sp This option tells macpack where the managed assembly that you want to bundle resides. .Sp .I "-m" .Sp An integer parameter of the mode (Cocoa# or System.Windows.Forms). System.Windows.Forms = 1 Cocoa# = 2 .Sp .I "-n" .Sp This option specifies the application name of the emitted bundle. This is what you will see in Finder. .Sp .I "-o" .Sp This option specifies the path to output the generated Application. .Sp .I "-r" .Sp This option can be specified multiple times. It will place a copy of each resource into the bundles resources directory. .fi .SH WEB SITE Visit: http://www.mono-project.com for details