File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,17 @@ class Daemon(Enum):
55 OTA = [
66 "com.apple.mobile.softwareupdated" ,
77 "com.apple.OTATaskingAgent" ,
8- "com.apple.softwareupdateservicesd"
8+ "com.apple.softwareupdateservicesd" ,
9+ "com.apple.mobile.NRDUpdated"
910 ]
1011 UsageTrackingAgent = ["com.apple.UsageTrackingAgent" ]
1112 GameCenter = ["com.apple.gamed" ]
1213 ScreenTime = [
1314 "com.apple.ScreenTimeAgent" ,
1415 "com.apple.homed" ,
15- "com.apple.familycircled"
16+ "com.apple.familycircled" ,
17+ "com.apple.familynotification" ,
18+ "com.apple.asktod"
1619 ]
1720 CrashReports = [
1821 "com.apple.ReportCrash" ,
@@ -38,6 +41,7 @@ class Daemon(Enum):
3841 "com.apple.hangreporter" ,
3942 "com.apple.hangtracerd" ,
4043 "com.apple.spindump" ,
44+ "com.apple.tailspind" ,
4145 "com.apple.rtcreportingd" ,
4246 "com.apple.syslogd" ,
4347 "com.apple.signpost.signpost_reporter" ,
@@ -81,4 +85,4 @@ class Daemon(Enum):
8185 "com.apple.assistantd" ,
8286 "com.apple.voiced"
8387 ]
84- NanoTimeKit = ["com.apple.nanotimekitcompaniond" ]
88+ NanoTimeKit = ["com.apple.nanotimekitcompaniond" ]
You can’t perform that action at this time.
0 commit comments