Skip to content

Commit aeacc3e

Browse files
authored
Update README.md
1 parent 9948295 commit aeacc3e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ A GUI for controlling Gatekeeper, unquarantining apps and signing apps.
2323
- Can drop an app in the drop target to ad-hoc self sign and replace the certificate
2424
- Finder extension to easily right click apps and unquarantine
2525
- Custom auto-updater that pulls latest release notes and binaries from GitHub Releases (Sentinel should be ran from /Applications folder to avoid permission issues)
26-
- Supports macOS Sequoia
2726

2827

2928

@@ -32,7 +31,14 @@ A GUI for controlling Gatekeeper, unquarantining apps and signing apps.
3231
<img src="https://github.com/user-attachments/assets/3cc90bd1-7d9d-43ed-8a0f-7105d72d5eab" align="center" width="400" />
3332

3433
## Requirements
35-
- MacOS 13.0+ (App uses a lot of newer SwiftUI functions/modifiers which don't work on any OS lower than Ventura)
34+
| macOS Version | Codename | Supported |
35+
|---------------|----------|-----------|
36+
| 13.x | Ventura ||
37+
| 14.x | Sonoma ||
38+
| 15.x | Sequoia ||
39+
| 26.x | Tahoe ||
40+
| TBD | Beta ||
41+
> Versions prior to macOS 13.0 are not supported due to missing Swift/SwiftUI APIs required by the app.
3642
3743
## Getting Sentinel
3844

0 commit comments

Comments
 (0)