summaryrefslogtreecommitdiffstats
path: root/python/macholib/doc/MachoOStandalone.rst
blob: d1a8052f671c95913c9a88bd848e9988ecfd2b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
: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]]]])