Seminar8221
New Member
- Sep 7, 2025
- 1
- 0
- 1
I noticed that the Mac version of SiNiSistar 2 complains that it cannot be run. The issue is that the application is both quarantined after download and also marked as non-executable. To solve the issue you need to use the terminal (terminal.app) and run the code (assuming you have the application package in /Applications):
`xattr -r -d com.apple.quarantine /Applications/SiNiSistar2.app` to remove the download quarantine and,
`chmod +x /Applications/SiNiSistar2.app/Contents/MacOS/SiNiSistar2` to mark the game as executable. I'm not sure why it wasn't published this way.
`xattr -r -d com.apple.quarantine /Applications/SiNiSistar2.app` to remove the download quarantine and,
`chmod +x /Applications/SiNiSistar2.app/Contents/MacOS/SiNiSistar2` to mark the game as executable. I'm not sure why it wasn't published this way.