I solved my issue with the 0.3.5 Mac version not opening. This is the solution that I followed and it worked. Open Terminal and launch these line of code in this order.
- When decompressing the .zip, the application contents didn't retain the execute bits. Add it back with
sudo chmod -R 755/path/to/app
- Since the application was downloaded by a web browser (in my case) the quarantine bits are set on the decompressed files. Remove that with
sudo xattr -dr com.apple.quarantine/path/to/app
There is probably something wrong with the file since I tried to download it multiple times and with multiple browsers. Maybe something went corrupted while uploading it on itch or while compressing it. I suggest the author to reupload the file on the website.