Skip to content

Commit c369f37

Browse files
committed
Merge branch 'main' of https://github.com/leminlimez/Nugget
2 parents eb28e62 + 3db675c commit c369f37

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tweaks/daemons_tweak.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)