mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MACOSX: Add Documents folder usage string in Info.plist
On macOS Catalina, the application needs to ask for permissions to access some folders, such as the Desktop, Downloads, and Documents folder. It for example asks for permission when listing files in one of those folders or trying to read a file that was created by another application and not selected using the system Open panel. Since the default savegame path on macOS is in the Documents folder it will ask for permissions to access this folder when we open the Load Game dialog or try to load a savegame that was copied there manually). So, while not required, it seems a good idea to provide an explanation why ScummVM wants access to the Documents folder.
This commit is contained in:
committed by
Bastien Bouclet
parent
78108b26cd
commit
6fa2c2eb6b
@@ -58,5 +58,7 @@
|
||||
<string>residualvm.docktileplugin</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
<key>NSDocumentsFolderUsageDescription</key>
|
||||
<string>ResidualVM saves and loads savegames in the Documents folder by default.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -58,5 +58,7 @@
|
||||
<string>residualvm.docktileplugin</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
<key>NSDocumentsFolderUsageDescription</key>
|
||||
<string>ResidualVM saves and loads savegames in the Documents folder by default.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user