From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../macholib/doc/_build/html/MachoOStandalone.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 python/macholib/doc/_build/html/MachoOStandalone.html (limited to 'python/macholib/doc/_build/html/MachoOStandalone.html') diff --git a/python/macholib/doc/_build/html/MachoOStandalone.html b/python/macholib/doc/_build/html/MachoOStandalone.html new file mode 100644 index 000000000..4b94201b6 --- /dev/null +++ b/python/macholib/doc/_build/html/MachoOStandalone.html @@ -0,0 +1,125 @@ + + + + + + + + macholib.MachOStandalone — Create standalone application bundles — macholib 1.7 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

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

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3