You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Nudge/UI/Main.swift
+6-12
Original file line number
Diff line number
Diff line change
@@ -63,19 +63,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
63
63
ifUtils().demoModeEnabled(){
64
64
return
65
65
}
66
-
ifUtils().unsafeSoftwareUpdate(){
67
-
// Temporary workaround for Big Sur bug
68
-
letmsg="Due to a bug in Big Sur 11.3 and lower, Nudge cannot reliably use /usr/sbin/softwareupdate to download updates. See https://openradar.appspot.com/radar?id=4987491098558464 for more information regarding this issue."
0 commit comments