Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramesgen <amesgen@amesgen.de>2022-01-27 22:40:14 +0300
committeramesgen <amesgen@amesgen.de>2022-01-27 22:40:14 +0300
commitc7359749cbd4b37d7d468b2766a05283d3e94a93 (patch)
tree55c59e64c4abda6e58308422d50d16a096954cda
parentf36a906a446261a26cd9d6ccb97ab06cfde816a6 (diff)
Mention ad-hoc code signing in README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65fd5b3..9bd2d30 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,9 @@ fixes dependencies where bundled libraries depend on each other. If this option
`-cd`, `--create-dir`
> If the output directory does not exist, create it.
+`-ns`, `--no-codesign`
+> Disable ad-hoc code signing.
+
A command may look like
`% dylibbundler -od -b -x ./HelloWorld.app/Contents/MacOS/helloworld -d ./HelloWorld.app/Contents/libs/`