-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Open
Description
--deep has been deprecated for at least the last 2 major versions of macos:
--deep (DEPRECATED for signing as of macOS 13.0) When signing a bundle. ...
Given it's deprecated, I'd think that means we shouldn't actually need to use it. Assuming this also means it could be removed at some point, we should probably stop using it regardless. See our usage here:
bitcoin/contrib/macdeploy/macdeployqtplus
Line 497 in 8309a97
| subprocess.check_call(f"codesign --deep --force --sign - {target}", shell=True) |
Reactions are currently unavailable