Thanks for letting me know about the Mac issues Struo! This was my mistake but is easily fixable. Essentially I built the game on Windows which removes executable permissions for Mac. To solve this you need to run this command in terminal on the application:
chmod -R 777 [applicationName].app
Sorry about that, let me know if this works!