Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Jul 30, 2024
1 parent 1722f95 commit 64ca030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Sentinel/Dashboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct Dashboard: View {

Spacer()

if #available(macOS 15, *) { //MARK: Change this to 15 after testing is done
if #available(macOS 15, *) { //MARK: Only for Sequoia and up
InfoButton(text: "macOS Sequoia and up does not allow gatekeeper control via command line anymore. The only way to control this now is by adding a configuration profile.\n\nClick the install button and double click the 'Disable Gatekeeper' profile in the Settings pane to install it", color: .orange, label: "Please Read", warning: true)
HStack {

Expand Down

0 comments on commit 64ca030

Please sign in to comment.