gecko-dev/python/macholib/doc/MachoOStandalone.rst
Mike Shal 09246b31f2 Bug 1265272 - Import macholib 1.7; r=ted,gerv
MozReview-Commit-ID: 1bPUuRQF2lQ
2016-04-21 11:46:07 -04:00

14 lines
559 B
ReStructuredText

:mod:`macholib.MachOStandalone` --- Create standalone application bundles
==========================================================================
.. module:: macholib.MachOStandalone
:synopsis: Create standalone application bundles
This module defines class :class:`MachOStandalone` which locates
all Mach-O files in a directory (assumed to be the root of an
application or plugin bundle) and then copies all non-system
dependencies for the located files into the bundle.
.. class:: MachOStandalone(base[, dest[, graph[, env[, executable_path]]]])