🔥 macOS systems prior to 10.15
are no longer supported https://github.com/siyuan-note/siyuan/issues/8604
This commit is contained in:
parent
e8ac568b3d
commit
1d3925b1b5
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue