2005-01-31 Geoff Norton <gnorton@customerdna.com>
[mono.git] / man / macpack.1
1 ..\" 
2 .\" macpack manual page.
3 .\" (C) 2004 Geoff Norton
4 .\" Author:
5 .\"   Geoff Norton (gnorton@customerdna.com)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
10 ..
11 .TH macpack "Mono 1.0"
12 .SH NAME
13 macpack \- Macintosh OS X Packager for managed gui assemblies
14 .SH SYNOPSIS
15 .PP
16 .B macpack [options] 
17 .SH DESCRIPTION
18 \fImacpack\fP is a tool used to package managed assemblies (like
19 System.Windows.Forms or Cocoa#) that require gui availability for deployment
20 on Mac OS X.
21 .PP
22 macpack will prepare a OS X compatible bundle from the provided assembly 
23 and resources.
24 .PP
25 .SH OPTIONS
26 .I "-a" <assembly location>
27 .Sp
28 This option tells macpack where the managed assembly that you
29 want to bundle resides.
30 .Sp
31 .I "-m" <mode>
32 .Sp
33 An integer parameter of the mode (Cocoa# or System.Windows.Forms).
34 System.Windows.Forms = 1
35 Cocoa# = 2
36 .Sp
37 .I "-n" <application name>
38 .Sp
39 This option specifies the application name of the emitted bundle.
40 This is what you will see in Finder.
41 .Sp
42 .I "-o" <output path>
43 .Sp
44 This option specifies the path to output the generated Application.
45 .Sp
46 .I "-r" <resource>
47 .Sp
48 This option can be specified multiple times.  It will place a copy of each resource
49 into the bundles resources directory.
50 .fi
51 .SH WEB SITE
52 Visit: http://www.mono-project.com for details