72 | | |
73 | | ==== Change the Default Save Location ==== |
74 | | |
75 | | A long-term solution for the macOS port would be to change the default location of the savegames files from `~/Documents` to `~/Library/Application Support/ScummVM`, which is the recommended location according to [https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html Apple's developer guidelines]: |
76 | | |
77 | | > Contains all app-specific data and support files. These are the files that your app creates and manages on behalf of the user and can include files that contain user data. |
78 | | |
79 | | This will prevent new users from experiencing the issue since ScummVM will not need access to Documents, meaning users will not be prompted. (No special permissions are needed to access Application Support). |