added multimedia support and STT. STT and photos are have bugs but are functional. file upload is conceptualized but will require additional backend work. video is on hold for now.
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Required for on-device speech recognition.</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>This app needs access to camera when used</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>TODO: Better description</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>Productivity</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Required for on-device speech recognition.</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>On-device speech-to-text.</string>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
|
||||
Reference in New Issue
Block a user