Skip to content

Commit 770b33c

Browse files
John ColomboJohn Colombo
authored andcommitted
Add instructions for ad-hoc signing on macOS
1 parent d70d6a8 commit 770b33c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/intro/debugging-plug-ins.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Once you've got the plug-in building directly into the plug-ins folder as explai
1919
3. Under Run, in the Info tab, for Executable, choose the host application the plug-ins will be running in (this may be After Effects or Premiere Pro)
2020
4. From there you can either hit the Play button to build and run the current scheme, or you can launch the application and later at any point choose Debug > Attach to Process.
2121

22+
#### Loading unsigned plugins
23+
24+
macOS versions 15+ prevent the loading of unsigned plugins. You can avoid this difficulty by adding ad-hoc signing as a custom build step.
25+
26+
`codesign --force --deep --sign - /path/to/plugin.dylib`
27+
28+
Note: Yes, that trailing '-' after '--sign' is important.
29+
2230
---
2331

2432
## Deleting Preferences

0 commit comments

Comments
 (0)