Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, when I try to open it on Mac, it says the file is damaged and can't be opened

(+1)

I found a solution:

Try doing

xattr -l /path/to/application.app

You'll probably find com.apple.quarantine listed. If so, you can get rid of it with

xattr -dr com.apple.quarantine /path/to/application.app