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:
Thierry Crozat
2020-03-02 07:08:24 +01:00
committed by Bastien Bouclet
parent 78108b26cd
commit 6fa2c2eb6b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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>
+2
View File
@@ -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>