noShadowsInformation:Designed for 10.14+MacForge plugin that removes shadows from windows on macOSAuthor: MacEnhanceFunctionality:When a window gains focus, noShadows will try to turn off the shadows using [window setHasShadow:false];Note that this doesn't affect windows with custom drawn shadowsBlacklisting:To add an app the blacklistFind the bundle ID of the application you want to blacklist, e.g. com.googlecode.iterm2Open /System/Applications/Utilities/Terminal.appEnter the command defaults write com.googlecode.iterm2 noShadows -bool trueRestart the applicationTo remove an app, enter the command ``defaults delete com.googlecode.iterm2 noShadows`Installation:Download and open MacForgeInstall noShadows