diff options
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> |