修复麦克风权限发布配置#8
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
com.apple.security.device.audio-inputentitlement,满足 Hardened Runtime 下访问麦克风输入的要求release.sh中增加发布产物校验,确保构建出的 App 签名里实际包含麦克风输入 entitlement背景
录制功能使用
AVAudioRecorder/AVCaptureDevice.authorizationStatus(for: .audio)访问麦克风。Release 包启用 Hardened Runtime 后,如果签名 entitlements 中没有com.apple.security.device.audio-input,即使系统设置里麦克风开关显示为开启,运行时仍可能被系统拒绝访问麦克风。验证
plutil -lint ScreenPresenter/ScreenPresenter.entitlementsbash -n release.sh