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

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