Skip to content

Instantly share code, notes, and snippets.

@nordineb
Last active July 10, 2022 18:59
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nordineb/2dd3c831385850ca2d1a327fccadf08f to your computer and use it in GitHub Desktop.
Save nordineb/2dd3c831385850ca2d1a327fccadf08f to your computer and use it in GitHub Desktop.
Enable EPOCCAM on Teams for Mac and Discord on Mac

Enable EPOCCAM on Teams for Mac

xcode-select --install (only if you haven't already)
sudo codesign --remove-signature "/Applications/Microsoft Teams.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"

Same with Discord

sudo codesign --remove-signature "/Applications/Discord.app/Contents/Frameworks/Discord Helper.app"
sudo codesign --remove-signature "/Applications/Discord.app/Contents/Frameworks/Discord Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Discord.app/Contents/Frameworks/Discord Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment