PlayCover/PlayTools

Enabling microphone access

オープン

#170 opened on 2024/09/02

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (122 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (107 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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>

コントリビューターガイド