Add NSDocumentsFolderUsageDescription in info.plist
Related to issue #203. Add also NSDesktopFolderUsageDescription.
This commit is contained in:
parent
bbc3ea4104
commit
df3e1157d0
|
@ -15,6 +15,8 @@
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>MinimumOSVersion</key><string>10.13</string>
|
<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>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.16.10</string>
|
<string>1.16.10</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|
Loading…
Reference in New Issue