0% found this document useful (0 votes)
983 views1 page

Instruction

The document provides instructions for modifying the DaVinci Resolve application on a Mac by replacing a specific library file and creating a license file using terminal commands. It includes steps for generating a license content string and signing the application. The instructions require administrative access and involve using the terminal to execute commands.

Uploaded by

w2c8tfysvh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
983 views1 page

Instruction

The document provides instructions for modifying the DaVinci Resolve application on a Mac by replacing a specific library file and creating a license file using terminal commands. It includes steps for generating a license content string and signing the application. The instructions require administrative access and involve using the terminal to execute commands.

Uploaded by

w2c8tfysvh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like