2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

I don't even know. Some magic that I found on the internet...

This commit is contained in:
Oliver Walters
2020-05-24 20:29:50 +10:00
parent d53773d95c
commit 77d92f5307
6 changed files with 55 additions and 5 deletions

View File

@ -41,5 +41,13 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>Camera required to upload stock images / test report images / etc</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Select photos from library to upload to InvenTree</string>
<key>NSCameraUsageDescription</key>
<string>Take photos using the camera to upload to InvenTree</string>
<key>NSMicrophoneUsageDescription</key>
<string>Record videos using the camera to upload to InvenTree</string>
</dict>
</plist>