zoffline / zwift-offline

Use Zwift offline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaCOS BigSur Problem

forsola opened this issue · comments

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)

Thanks! Added to README.