FirePanther / MacOS-Hide-Dock-Icon

Hides the Icon of an App from the Mac Dock
28 stars 3 forks source link

MacOS Sierra #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Please please please figure out a way to get this working with OS Sierra

mikeskk commented 3 years ago

!Even though this worked for me on Mac OS Big Sur 11.2.3 just fine, it might break something for you, so make a backup of all the files you are about to alter!

Apparently you can still get it to work by doing this:

  1. Remove app signature first: sudo codesign --remove-signature /Applications/\<App name>.app/Contents/MacOS/\<App name>
  2. If you get an error like xcrun: error: invalid active developer path then run this first: sudo xcode-select --reset and then repeat Step 1
  3. Run script from this github repo as described in README.md (sudo php \<path to hideDockIcon.php>/hideDockIcon.php)