diff options
author | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-27 16:18:36 +0100 |
---|---|---|
committer | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-27 16:18:36 +0100 |
commit | eda539bf149534fd9b65e8da585b4b4cdac72ac1 (patch) | |
tree | 28b27711dacc94f7947523aea02872b290ece9d3 /macosx/Info.plist | |
parent | 96317d82c4de2fefcdd295a275578e0c3154468d (diff) |
Increase resolution of Image shown in Finder.
Added NSDocumentsFolderUsageDescription and NSCameraUsageDescription to allow opentrack to the resources
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r-- | macosx/Info.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 38b8e0e7..64572bf3 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -26,5 +26,9 @@ <string>NSApplication</string> <key>NSHighResolutionCapable</key> <string>True</string> + <key>NSCameraUsageDescription</key> + <string>OpenTrack need's to access your camera to capture track head position.</string> + <key>NSDocumentsFolderUsageDescription</key> + <string>OpenTrack need's to access your to your documents folder to store settings</string> </dict> </plist> |