PlayCover/PlayTools

Enabling microphone access

开放

#170 创建于 2024年9月2日

 (1 条评论) (0 个反应) (0 位负责人)Swift (122 个派生)auto 404
good first issue

仓库指标

星标
 (107 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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>

贡献者指南