Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

My bad I'm dump.( I fix it by just allow it once and it never ask again even I turn the permission off.

Edit: It still happened.

Did you play from itch app or download direct. I'm Mac user too. I not have a problem with this issue. But if you direct download just confirm at security to allow anyway.

My mac is probably the problem. Yes I download it to play and it happened to all Ren'py game

I think I know the problem. It a software to play Ren'py. I have some game with Ren'py  before, so I can play it. Maybe install this 1st.

Idk what you talking about.
the problem is:
Info.plist=not bound
which make mac think I open the application for the first time. So here I fix it:

this one make it force sign a bundle identifier into the app
codesign --force --deep --sign - --identifier (com.appname.app) /Users/username/Downloads/Aplication.app 
this one for check bundle identifier if the first command work or not
codesign -dv --verbose=4 /Users/username/Downloads/application.app | grep Identifier