Skip to content

build: deprecated arg usage in macOS deploy script #32486

@fanquake

Description

@fanquake

--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:

subprocess.check_call(f"codesign --deep --force --sign - {target}", shell=True)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions