| .. | .. |
|---|
| 5 | 5 | "version": "1.0.0", |
|---|
| 6 | 6 | "orientation": "portrait", |
|---|
| 7 | 7 | "icon": "./assets/icon.png", |
|---|
| 8 | | - "userInterfaceStyle": "dark", |
|---|
| 8 | + "userInterfaceStyle": "automatic", |
|---|
| 9 | 9 | "newArchEnabled": true, |
|---|
| 10 | 10 | "scheme": "pailot", |
|---|
| 11 | 11 | "splash": { |
|---|
| .. | .. |
|---|
| 19 | 19 | "appleTeamId": "7KU642K5ZL", |
|---|
| 20 | 20 | "infoPlist": { |
|---|
| 21 | 21 | "NSMicrophoneUsageDescription": "PAILot needs microphone access for voice input.", |
|---|
| 22 | | - "NSSpeechRecognitionUsageDescription": "PAILot uses speech recognition to convert your voice to text.", |
|---|
| 22 | + "NSPhotoLibraryUsageDescription": "PAILot needs photo library access to send images.", |
|---|
| 23 | + "NSCameraUsageDescription": "PAILot needs camera access to take photos.", |
|---|
| 23 | 24 | "UIBackgroundModes": [ |
|---|
| 24 | 25 | "audio" |
|---|
| 25 | 26 | ] |
|---|
| .. | .. |
|---|
| 34 | 35 | }, |
|---|
| 35 | 36 | "package": "org.mnsoft.pailot", |
|---|
| 36 | 37 | "permissions": [ |
|---|
| 37 | | - "RECORD_AUDIO" |
|---|
| 38 | + "RECORD_AUDIO", |
|---|
| 39 | + "READ_MEDIA_IMAGES", |
|---|
| 40 | + "CAMERA" |
|---|
| 38 | 41 | ] |
|---|
| 39 | 42 | }, |
|---|
| 40 | 43 | "web": { |
|---|
| .. | .. |
|---|
| 49 | 52 | "microphonePermission": "PAILot needs microphone access for voice input." |
|---|
| 50 | 53 | } |
|---|
| 51 | 54 | ], |
|---|
| 55 | + "expo-secure-store", |
|---|
| 52 | 56 | [ |
|---|
| 53 | | - "expo-speech-recognition", |
|---|
| 57 | + "expo-image-picker", |
|---|
| 54 | 58 | { |
|---|
| 55 | | - "microphonePermission": "PAILot needs microphone access for voice input.", |
|---|
| 56 | | - "speechRecognitionPermission": "PAILot uses speech recognition to convert your voice to text." |
|---|
| 59 | + "photosPermission": "PAILot needs photo library access to send images.", |
|---|
| 60 | + "cameraPermission": "PAILot needs camera access to take photos." |
|---|
| 57 | 61 | } |
|---|
| 58 | | - ], |
|---|
| 59 | | - "expo-secure-store" |
|---|
| 62 | + ] |
|---|
| 60 | 63 | ] |
|---|
| 61 | 64 | } |
|---|
| 62 | 65 | } |
|---|