mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
add more daemons
This commit is contained in:
@@ -39,4 +39,15 @@ class Daemon(Enum):
|
||||
Tips = ["com.apple.tipsd"]
|
||||
VPN = ["com.apple.racoon"]
|
||||
ChineseLAN = ["com.apple.wapic"]
|
||||
HealthKit = ["com.apple.healthd"]
|
||||
HealthKit = ["com.apple.healthd"]
|
||||
AirPrint = ["com.apple.printd"],
|
||||
AssistiveTouch = ["com.apple.assistivetouchd"],
|
||||
iCloud = ["com.apple.itunescloudd"],
|
||||
InternetTethering = ["com.apple.MobileInternetSharing"],
|
||||
PassBook = ["com.apple.passd"],
|
||||
Spotlight = ["com.apple.searchd"],
|
||||
VoiceControl = [
|
||||
"com.apple.assistant_service",
|
||||
"com.apple.assistantd",
|
||||
"com.apple.voiced"
|
||||
]
|
||||
Reference in New Issue
Block a user