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

21 lines
658 B
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<init>
<log text="AzSpeech is adding permission requests to MacOS 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>
<addElements tag="dict" once="true">
<!-- Allow files access through an file provider -->
<key>NSFileProviderDomainUsageDescription</key>
<string>Files saving and loading are required to perform some tasks</string>
</addElements>
</iosPListUpdates>
</root>