Welcome to mirror list, hosted at ThFree Co, Russian Federation.

macpack.1 « man - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e88faec062814dda9488bebfb62b7866c231cfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
..\" 
.\" 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" <assembly location>
.Sp
This option tells macpack where the managed assembly that you
want to bundle resides.
.Sp
.I "-m" <mode>
.Sp
An integer parameter of the mode (Cocoa# or System.Windows.Forms).
System.Windows.Forms = 1
Cocoa# = 2
.Sp
.I "-n" <application name>
.Sp
This option specifies the application name of the emitted bundle.
This is what you will see in Finder.
.Sp
.I "-o" <output path>
.Sp
This option specifies the path to output the generated Application.
.Sp
.I "-r" <resource>
.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