Add NSDocumentsFolderUsageDescription in info.plist

Related to issue #203.

Add also NSDesktopFolderUsageDescription.
This commit is contained in:
Francesco Abbate 2021-05-22 18:03:30 +02:00
parent bbc3ea4104
commit df3e1157d0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
<key>NSHighResolutionCapable</key>
<true/>
<key>MinimumOSVersion</key><string>10.13</string>
<key>NSDocumentsFolderUsageDescription</key><string>application index whole project folders</string>
<key>NSDesktopFolderUsageDescription</key><string>application index whole project folders</string>
<key>CFBundleShortVersionString</key>
<string>1.16.10</string>
<key>NSHumanReadableCopyright</key>