Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake(macOS): Sign dependencies first
If the plugin is signed before signing dependencies, errors below are reported by `codesign -vvv --deep --strict`. ``` release/obs-face-tracker.plugin/Contents/MacOS/obs-face-tracker: a sealed resource is missing or invalid file modified: /Users/user/obs-face-tracker/release/obs-face-tracker.plugin/Contents/lib/libgfortran.5.dylib file modified: /Users/user/obs-face-tracker/release/obs-face-tracker.plugin/Contents/lib/libquadmath.0.dylib file modified: /Users/user/obs-face-tracker/release/obs-face-tracker.plugin/Contents/lib/libgcc_s.1.1.dylib file modified: /Users/user/obs-face-tracker/release/obs-face-tracker.plugin/Contents/lib/libgomp.1.dylib file modified: /Users/user/obs-face-tracker/release/obs-face-tracker.plugin/Contents/lib/libopenblas.0.dylib ``` Strangely, this error is not reported for the legacy plugin structure.
- Loading branch information