Skip to content

Commit 4781161

Browse files
authored
Merge pull request #10 from docsforadobe/users/bbb/load_unsigned
Add instructions for signing custom build step
2 parents 044d9c8 + c039474 commit 4781161

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎docs/intro/load-em-up.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ If the log says a plugin has been marked as Ignore, the most common culprit is a
3030

3131
---
3232

33+
## Loading unsigned plugins
34+
35+
MacOS versions 15+ prevent the loading of unsigned plugins. You can avoid this difficulty by adding ad-hoc signing as a custom build step.
36+
37+
`codesign --force --deep --sign - /path/to/plugin.dylib`
38+
39+
Note: Yes, that trailing '-' after '--sign' is important.
40+
41+
---
42+
3343
## Library Linkage
3444

3545
On Windows, we strongly recommend dynamically linking to libraries, rather than static linking. In Visual Studio, the runtime library linkage setting is in C/C++ > Code Generation > Runtime Library.

0 commit comments

Comments
 (0)