Save Game doesn't seem to work in standalone app

I have a game in which I use Save Game to persist the user score across levels, it works perfectly when running the game in the editor, but when I deploy the project as stand alone mac app it doesn’t seem to be storing the data.

I suspect this is a filesystem permission issue, but there’s no error. How should I fix this?