File: MachoOStandalone.rst

package info (click to toggle)
python-macholib 1.16.3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 4,284; makefile: 131; sh: 10
file content (12 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
: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]]]])