Created
September 21, 2016 05:51
-
-
Save kbinani/047a50f3b3c36b2fa6e456e3cb10e8c7 to your computer and use it in GitHub Desktop.
WaveSurfer on macOS Sierra workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd WaveSurfer.app | |
rm -rf ./Contents/Frameworks/Tk.framework ./Contents/Frameworks/Tcl.framework | |
cp -R /System/Library/Frameworks/Tk.framework ./Contents/Frameworks/ | |
cp -R /System/Library/Frameworks/Tcl.framework ./Contents/Frameworks/ | |
lipo -extract i386 /System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish -output Contents/MacOS/Wish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should also run the following command to stop gatekeeper from blocking it:
xattr -rc /Path/to/WaveSurfer.app/