Add more detailed description to the entitlement requests for iOS

merge-requests/68/head
Hank Grabowski 2025-03-13 12:47:03 -04:00
rodzic 21f28b30dd
commit cd9bfa868d
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -48,10 +48,10 @@
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Required for taking photos and recording videos.</string>
<string>Required for taking photos and recording videos to attach to posts/comments.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Required for recording videos</string>
<string>Required for recording videos to attach to posts/comments</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Required for loading existing pictures.</string>
<string>Required for loading existing pictures to attach to posts/comments or to save images from posts/comments to the local device.</string>
</dict>
</plist>