Some versions of OSX enforce extra security like requiring the user to run the game as admin, click through a confirmation screen, or enable executable access.

- In most cases you will be able to double click the downloaded application to run it, as usual.

- Try holding [alt] and right clicking the application, and choose Run. You will most likely see a confirmation screen 'this file was downloaded from the internet' or 'this file is unsigned' and require you to click Yes to trust and launch it.

- Double check that your OSX user is an admin. You might need an administrative role to be able to run downloaded apps.

- You may need to give the app executable permission. To do this, open Terminal and run the following command:
  (Your Mac will require you to provide the admin password to enter commands as sudo)
  (you may also need to adjust the file path to match wherever you unzipped the download)

     sudo chmod +x /Applications/TheForestOfLove.app/Contents/MacOS/TheForestOfLove
