mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix unhashable daemon error
This commit is contained in:
@@ -18,7 +18,7 @@ from tweaks.tweaks import tweaks
|
|||||||
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
|
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
|
||||||
from tweaks.daemons_tweak import Daemon
|
from tweaks.daemons_tweak import Daemon
|
||||||
|
|
||||||
App_Version = "4.2.2"
|
App_Version = "4.2.3"
|
||||||
App_Build = 0
|
App_Build = 0
|
||||||
|
|
||||||
class Page(Enum):
|
class Page(Enum):
|
||||||
|
|||||||
@@ -40,12 +40,12 @@ class Daemon(Enum):
|
|||||||
VPN = ["com.apple.racoon"]
|
VPN = ["com.apple.racoon"]
|
||||||
ChineseLAN = ["com.apple.wapic"]
|
ChineseLAN = ["com.apple.wapic"]
|
||||||
HealthKit = ["com.apple.healthd"]
|
HealthKit = ["com.apple.healthd"]
|
||||||
AirPrint = ["com.apple.printd"],
|
AirPrint = ["com.apple.printd"]
|
||||||
AssistiveTouch = ["com.apple.assistivetouchd"],
|
AssistiveTouch = ["com.apple.assistivetouchd"]
|
||||||
iCloud = ["com.apple.itunescloudd"],
|
iCloud = ["com.apple.itunescloudd"]
|
||||||
InternetTethering = ["com.apple.MobileInternetSharing"],
|
InternetTethering = ["com.apple.MobileInternetSharing"]
|
||||||
PassBook = ["com.apple.passd"],
|
PassBook = ["com.apple.passd"]
|
||||||
Spotlight = ["com.apple.searchd"],
|
Spotlight = ["com.apple.searchd"]
|
||||||
VoiceControl = [
|
VoiceControl = [
|
||||||
"com.apple.assistant_service",
|
"com.apple.assistant_service",
|
||||||
"com.apple.assistantd",
|
"com.apple.assistantd",
|
||||||
|
|||||||
Reference in New Issue
Block a user