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
?"Installed, but the XPC service rejected or could not reach this app build. Reinstall the helper from this exact app build, then recheck."
929
+
:"Core Monitor found an incomplete or stale helper install state. Repair the helper from this exact app build before switching into Smart, Manual, or other managed fan profiles."
930
+
}
931
+
926
932
if helperIsRequiredNow ==false{
927
933
if helperManager.connectionState ==.reachable {
928
934
return"The helper is ready if you switch back into a managed fan mode later. System-owned cooling is active right now."
929
935
}
930
936
return"System mode keeps the firmware fan curve in charge right now. Install or repair the helper before switching into Smart, Manual, or other managed fan profiles."
931
937
}
932
938
933
-
if helperManager.connectionState ==.unreachable {
934
-
return"Installed, but the XPC service rejected or could not reach this app build. Reinstall the helper from this exact app build, then recheck."
935
-
}
936
939
if helperManager.connectionState ==.checking {
937
940
return"Installed. Verifying the local privileged helper before enabling managed fan modes."
return"Core Monitor is verifying the local helper before trusting it for fan writes."
1070
1077
case.unreachable:
1071
-
return"The helper is installed but this build could not establish a trusted XPC connection. Reinstall from this exact app build, then recheck if needed."
1078
+
return helperManager.isInstalled
1079
+
?"The helper is installed but this build could not establish a trusted XPC connection. Reinstall from this exact app build, then recheck if needed."
1080
+
:"Core Monitor detected an incomplete or stale helper install. Repair the helper from this exact app build, then recheck if needed."
1072
1081
case.unknown:
1073
1082
return helperManager.isInstalled
1074
1083
?"The helper exists, but Core Monitor has not finished a fresh health probe yet."
0 commit comments