| .. | .. |
|---|
| 18 | 18 | "bundleIdentifier": "org.mnsoft.pailot", |
|---|
| 19 | 19 | "appleTeamId": "7KU642K5ZL", |
|---|
| 20 | 20 | "infoPlist": { |
|---|
| 21 | | - "NSMicrophoneUsageDescription": "PAILot needs microphone access to record voice messages.", |
|---|
| 21 | + "NSMicrophoneUsageDescription": "PAILot needs microphone access for voice input.", |
|---|
| 22 | + "NSSpeechRecognitionUsageDescription": "PAILot uses speech recognition to convert your voice to text.", |
|---|
| 22 | 23 | "UIBackgroundModes": [ |
|---|
| 23 | 24 | "audio" |
|---|
| 24 | 25 | ] |
|---|
| .. | .. |
|---|
| 43 | 44 | "plugins": [ |
|---|
| 44 | 45 | "expo-router", |
|---|
| 45 | 46 | [ |
|---|
| 46 | | - "expo-av", |
|---|
| 47 | + "expo-audio", |
|---|
| 47 | 48 | { |
|---|
| 48 | | - "microphonePermission": "PAILot needs microphone access to record voice messages." |
|---|
| 49 | + "microphonePermission": "PAILot needs microphone access for voice input." |
|---|
| 50 | + } |
|---|
| 51 | + ], |
|---|
| 52 | + [ |
|---|
| 53 | + "expo-speech-recognition", |
|---|
| 54 | + { |
|---|
| 55 | + "microphonePermission": "PAILot needs microphone access for voice input.", |
|---|
| 56 | + "speechRecognitionPermission": "PAILot uses speech recognition to convert your voice to text." |
|---|
| 49 | 57 | } |
|---|
| 50 | 58 | ], |
|---|
| 51 | 59 | "expo-secure-store" |
|---|