This manual page is part of Xcode Tools version 3.2.2

To obtain these tools:

If you are running a version of Xcode Tools other than 3.2.2, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



RESMERGER(1)                             BSD General Commands Manual                            RESMERGER(1)

NAME
     /usr/bin/ResMerger -- Merges resource forks or files into one resource file

SYNOPSIS
     /usr/bin/ResMerger [-fileCreator <fileCreator>] [-fileType <fileType>] [-[a]ppend] [-srcIs RSRC | DF]
                        [-dstIs RSRC | DF] file ... -o <dest-file>

DESCRIPTION
     The /usr/bin/ResMerger command merges the Carbon Resource Manager resource data in multiple files into
     a single file.  The output file may be one of the input files.

     The /usr/bin/ResMerger command takes the following flags and arguments:

     -fileCreator <fileCreator>
                   Sets the HFS creator type of the output file.  The default is '????'.

     -fileType <fileType>
                   Sets the HFS file type of the output file.  The default is '????'.

     -[a]ppend     Append to output file, rather than overwriting it.

     -srcIs RSRC | DF
                   The fork in which to look for resources in the input file(s).  The default is the data
                   fork (DF).

     -dstIs RSRC | DF
                   The fork in which to write resources in the output file.  The default is the data fork
                   (DF).

     -skip <type>  Specifies resource type to skip during the resource merge. May be used multiple times, to
                   specify multiple resource types to skip.

     file          Specifies one or more input files.  Note that as there is only one srcIs flag, the input
                   files must be homogenous, that is, the resources must be in the same fork of all input
                   files.

     -o <dest-file>
                   Specifies the output file.  If the fork designated by -dstIs exists, it is overwritten
                   unless the -a flag is provided; if it does not exist, it is created.

SEE ALSO
     Rez(1), DeRez(1), RezWack(1), UnRezWack(1), SplitForks(1)

Mac OS X                                       April 12, 2004                                       Mac OS X

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...