Just FYI, I think you'd want [`edit-config`](https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config) instead. Like so:
```xml
<edit-config file="*-Info.plist" mode="overwrite"
target="NSMicrophoneUsageDescription">
<string>We use the microphone to convert speech to text when composing
messages.</string>
</edit-config>
```
[ Full content available at: https://github.com/apache/cordova-ios/issues/401 ]
This message was relayed via gitbox.apache.org for [email protected]
