fix unhashable daemon error

This commit is contained in:
leminlimez
2025-01-01 17:09:02 -05:00
parent 95562af0fa
commit 66df1f1d41
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ from tweaks.tweaks import tweaks
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "4.2.2"
App_Version = "4.2.3"
App_Build = 0
class Page(Enum):

View File

@@ -40,12 +40,12 @@ class Daemon(Enum):
VPN = ["com.apple.racoon"]
ChineseLAN = ["com.apple.wapic"]
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"],
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",