Skip to content

MaCOS BigSur Problem  #132

@forsola

Description

@forsola

MacOS BigSur has introduced a new security check for third-party installed apps. Each file in the app is now signed with a HASH in SHA1 so changing Info.plist will cause a security risk and MacOS blocks the app to be launched.

To correct that new issue, after changing Info.plist a new command has to be ran to re-create the SHA1 digest for Info.plist:

sudo codesign --force --deep --sign - /Applications/Zwift.app

(xcode needs to be installed in the computer, if not run first: xcode-select --install)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions