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>

貢獻者指南