Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks, it's always tricky to build game applications on a windows machine for mac OS because of the permission system mac has.

If possible you could try to change the permissions via terminal:

  1.  Open Terminal
  2. cd to the *.app folder
  3. xattr -rc *.app
  4. Double-click, it opens

Let me know if that works for you

Same error unfortunately

Hmm sorry about that. I'll have a look and test it with some friends who have macbooks here when I have time again. Thanks for letting me know!

I understand, I’ll check in again later, excited to check it out! 

(2 edits)

Hi, I just made an update and figured out a way to open the game on mac, at least I managed to do it on a MacBook Air which wasn't strong enough to play it, but at least I got it to open haha

Open Terminal and type "chmod -R 755 " and drag the .app into the window, which will bring the full path into Terminal. It will look like this:

chmod -R 755 Path\ to\ app\ file.app

Press Return. Then you can open the app file normally, but it will prompt the gatekeeper which can't verify the app. Instead right click on the app and choose Open, which will give you the Open option during the verify prompt. Alternatively you can go into "Security and Privacy" in "System Preferences" and then click to allow the app to open.

Let me know if that works for you!

Ohh it does work! thank you!