every time i try running it on mac i get "you need admin permission to run this" but 1- i am the admin and 2- i already set the permissions for everyone to have full access. even the right click -> open trick didn't work :/
solved! here's what i did:
"Open Terminal or iTerm and type sudo chmod -R 755, then drag the .app into the window, which will bring the full path into Terminal or iTerm. This worked for me, moving the -R option directly after chmod. It will look like this: sudo chmod -R 755 Path\ to\ app\ file.app
Press return."