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 --- python/macholib/doc/_build/html/scripts.html | 156 +++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 python/macholib/doc/_build/html/scripts.html (limited to 'python/macholib/doc/_build/html/scripts.html') diff --git a/python/macholib/doc/_build/html/scripts.html b/python/macholib/doc/_build/html/scripts.html new file mode 100644 index 000000000..38e540300 --- /dev/null +++ b/python/macholib/doc/_build/html/scripts.html @@ -0,0 +1,156 @@ + + + + + + + + Command-line tools — macholib 1.7 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Command-line tools

+
+

python -m macholib find

+

Usage:

+
$ python -mmacholib find dir...
+
+
+

Print the paths of all MachO binaries +in the specified directories.

+
+
+

python -m macholib standalone

+

Usage:

+
$ python -m macholib standalone appbundle...
+
+
+

Convert one or more application bundles into +standalone bundles. That is, copy all non-system +shared libraries and frameworks used by the bundle +into the bundle and rewrite load commands.

+
+
+

python -mmacholib dump

+

Usage:

+
$ python -mmacholib dump dir...
+
+
+

Prints information about all architectures in a +Mach-O file as well as all libraries it links +to.

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

License

+

Next topic

+

macholib.MachO — Utilities for reading and writing Mach-O headers

+

This Page

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