Files
2025-04-07 18:31:41 -07:00

15 lines
412 B
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<init>
<log text="AzSpeech is adding permission requests to iOS PList" />
</init>
<iosPListUpdates>
<addElements tag="dict" once="true">
<!-- Allow microphone access -->
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access is required by AzSpeech to perform Speech to Text tasks</string>
</addElements>
</iosPListUpdates>
</root>