mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
improve skip setup
This commit is contained in:
@@ -175,8 +175,12 @@ class DeviceManager:
|
||||
# add the 2 skip setup files
|
||||
cloud_config_plist: dict = {
|
||||
"SkipSetup": ["WiFi", "Location", "Restore", "SIMSetup", "Android", "AppleID", "IntendedUser", "TOS", "Siri", "ScreenTime", "Diagnostics", "SoftwareUpdate", "Passcode", "Biometric", "Payment", "Zoom", "DisplayTone", "MessagingActivationUsingPhoneNumber", "HomeButtonSensitivity", "CloudStorage", "ScreenSaver", "TapToSetup", "Keyboard", "PreferredLanguage", "SpokenLanguage", "WatchMigration", "OnBoarding", "TVProviderSignIn", "TVHomeScreenSync", "Privacy", "TVRoom", "iMessageAndFaceTime", "AppStore", "Safety", "Multitasking", "ActionButton", "TermsOfAddress", "AccessibilityAppearance", "Welcome", "Appearance", "RestoreCompleted", "UpdateCompleted"],
|
||||
"AllowPairing": True,
|
||||
"ConfigurationWasApplied": True,
|
||||
"CloudConfigurationUIComplete": True,
|
||||
"IsSupervised": False
|
||||
"ConfigurationSource": 0,
|
||||
"PostSetupProfileWasInstalled": True,
|
||||
"IsSupervised": False,
|
||||
}
|
||||
files_to_restore.append(FileToRestore(
|
||||
contents=plistlib.dumps(cloud_config_plist),
|
||||
|
||||
Reference in New Issue
Block a user