🔥 macOS systems prior to 10.15 are no longer supported https://github.com/siyuan-note/siyuan/issues/8604

This commit is contained in:
Daniel 2023-06-24 16:00:26 +08:00
parent e8ac568b3d
commit 1d3925b1b5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ mac:
extendInfo:
- NSMicrophoneUsageDescription: "This app requires microphone access to record audio."
entitlementsInherit: "../../entitlements.mas.plist"
minimumSystemVersion: "10.15"
extraResources:
- from: "kernel-darwin-arm64"
to: "kernel"

View file

@ -21,6 +21,7 @@ mac:
extendInfo:
- NSMicrophoneUsageDescription: "This app requires microphone access to record audio."
entitlementsInherit: "../../entitlements.mas.plist"
minimumSystemVersion: "10.15"
extraResources:
- from: "kernel-darwin"
to: "kernel"