
Not sure why this is happening. Is HazelHelper.app really doesn't come signed? If so, why?
Here is how I'm installing Hazel:
- Code: Select all
brew cask install hazel
osascript -l JavaScript -e "
Application('System Events').loginItems.push(
Application('System Events').LoginItem({
path: '$HOME/Library/PreferencePanes/Hazel.prefPane/Contents/MacOS/HazelHelper.app',
hidden: false
})
)
"
Installation is happening after clean install of macOS 10.14.3.