macholib.MachOStandalone — Create standalone application bundles

This module defines 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 macholib.MachOStandalone.MachOStandalone(base[, dest[, graph[, env[, executable_path]]]])

Previous topic

macholib.MachoGraph — Graph data structure of Mach-O dependencies

Next topic

macholib.SymbolTable — Class to read the symbol table from a Mach-O header

This Page