Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This could be due to the quarantine system.

Try this on a terminal: xattr -l /path/to/application/applicationName.app

If it shows some quarantine related flag, you can remove them with:

xattr -d com.apple.quarantine /path/to/application/applicationName.app


Hope this helps!