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
- The `SMAppService` logic logs have been moved to debug logs
18
+
- When an updated Managed Preference is sent for `com.github.macadmins.Nudge`, if the values are different, [Nudge will exit](https://github.com/macadmins/nudge/commit/f13a697dd61400f7f0d73dc38226f7769ed8e4f4)
19
+
- This is a workaround for issue [602](https://github.com/macadmins/nudge/issues/602)
20
+
- The LaunchAgent will ensure the application is successfully restarted at a future time.
21
+
22
+
### Fixed
23
+
- The Jamf JSON schema file had an [item missing](https://github.com/macadmins/nudge/pull/632) and a [key incorrectly set](https://github.com/macadmins/nudge/pull/634)
LogManager.debug("MDM Profile has been re-installed or updated but configuration is identical, no need to quit Nudge.", logger: sofaLog)
746
+
}else{
747
+
LogManager.info("MDM Profile has been re-installed or updated. Quitting Nudge to allow LaunchAgent to re-initalize with new settings.", logger: sofaLog)
logOrPrint("Legacy Nudge LaunchAgent currently loaded. Please disable this agent before attempting to \(action) modern agent.", passedThroughCLI: passedThroughCLI, exitCode:1)
1286
+
logOrPrint("Legacy Nudge LaunchAgent currently loaded. Please disable this agent before attempting to \(action) modern agent.",error:false,passedThroughCLI: passedThroughCLI, exitCode:1)
1287
1287
}
1288
1288
1289
1289
@available(macOS 13.0,*)
@@ -1299,29 +1299,34 @@ struct SMAppManager {
1299
1299
1300
1300
switch appServiceStatus {
1301
1301
case.enabled:
1302
-
logOrPrint("Nudge LaunchAgent is currently registered and enabled", passedThroughCLI: passedThroughCLI, exitCode:0)
1302
+
logOrPrint("Nudge LaunchAgent is currently registered and enabled", error:false, passedThroughCLI: passedThroughCLI, exitCode:0)
0 commit comments