1 . Replace "Resolve" and "libfusionsystem.dylib" into DaVinci Resolve.
app from
main applications
DaVinci Resolve.app > Show Package Contents > Contents > MacOS
2. Type the following in terminal and hit enter and enter your mac login password
if needed
license_content="LICENSE blackmagic davinciresolvestudio $(printf "%06d" $((RANDOM
% 1000000))) permanent uncounted
hostid=ANY issuer=CGP customer=CGP issued=$(LC_TIME=en_US.UTF-8 date +"%d-%b-%Y")
akey=$(printf "%04d-%04d-%04d-%04d-%04d" $((RANDOM % 10000)) $((RANDOM % 10000)) $
((RANDOM % 10000)) $((RANDOM % 10000)) $((RANDOM % 10000))) _ck=00 sig=\"00\""
sudo mkdir -p "/Library/Application Support/Blackmagic Design/DaVinci
Resolve/.license"
echo "$license_content" | sudo tee "/Library/Application Support/Blackmagic
Design/DaVinci Resolve/.license/blackmagic.lic" >/dev/null
3. Type the following in terminal and hit enter and enter your mac login password
if needed
sudo codesign --force --deep --sign - /Applications/DaVinci\ Resolve/DaVinci\
Resolve.app/Contents/MacOS/Resolve
patch by sztom