summaryrefslogtreecommitdiffstats
path: root/python/macholib/doc/_build/html/_sources/MachoOStandalone.txt
diff options
context:
space:
mode:
Diffstat (limited to 'python/macholib/doc/_build/html/_sources/MachoOStandalone.txt')
-rw-r--r--python/macholib/doc/_build/html/_sources/MachoOStandalone.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/macholib/doc/_build/html/_sources/MachoOStandalone.txt b/python/macholib/doc/_build/html/_sources/MachoOStandalone.txt
new file mode 100644
index 000000000..d1a8052f6
--- /dev/null
+++ b/python/macholib/doc/_build/html/_sources/MachoOStandalone.txt
@@ -0,0 +1,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]]]])
+