Skip to content

Commit 74c4cf3

Browse files
committed
fix: 10.16 -> 10.15
1 parent 0167f3a commit 74c4cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permissions.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ void AskForFullDiskAccess(const Napi::CallbackInfo &info) {
681681
Napi::Env env = info.Env();
682682
Napi::Promise::Deferred deferred = Napi::Promise::Deferred::New(env);
683683

684-
if (@available(macOS 10.16, *)) {
684+
if (@available(macOS 10.15, *)) {
685685
std::string auth_status = InputMonitoringAuthStatus();
686686

687687
if (auth_status == kNotDetermined) {

0 commit comments

Comments
 (0)