PlayCover/PlayTools

Enabling microphone access

Offen

#170 geöffnet am 02.09.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Swift (122 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (107 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

In order to enable microphone access, the following must be added to the info.plist:

<key>com.apple.security.device.audio-input</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>Anything</string>

Contributor Guide