Having MacOS app issues?

For anyone having permission issues with their MacOS games - try setting the exec permission inside the package

Screen Shot 2021-04-29 at 9.37.30 am.png

cd <PATH TO APP>/Contents/MacOS chmod u+x <EXEC FILE>

We noticed this for our entry - where we have been using GameCI to build all platforms (under a Linux docker image I believe). After setting the permission, the game would run fine - other than the MacOS "Are you sure you want to run this" dialog