Add NoTouchID kext required for older macOS versions

This commit is contained in:
Hoang Hong Quan
2024-10-21 16:38:30 +07:00
parent cb31ca952b
commit 170437bd78
2 changed files with 16 additions and 0 deletions
+12
View File
@@ -625,6 +625,18 @@ kexts = [
"repo": "HibernationFixup"
}
),
KextInfo(
name = "NoTouchID",
description = "Avoid lag in authentication dialogs for board IDs with Touch ID sensors",
category = "Extras",
min_darwin_version = "17.5.0",
max_darwin_version = "19.6.0",
requires_kexts = ["Lilu"],
github_repo = {
"owner": "al3xtjames",
"repo": "NoTouchID"
}
),
KextInfo(
name = "RestrictEvents",
description = "Blocking unwanted processes and unlocking features",