mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
disabling ota
This commit is contained in:
@@ -16,9 +16,15 @@ class FileLocation(Enum):
|
||||
pasteboard = "/var/Managed Preferences/mobile/com.apple.Pasteboard.plist"
|
||||
notes = "/var/Managed Preferences/mobile/com.apple.mobilenotes.plist"
|
||||
|
||||
# Risky Options
|
||||
ota = "/var/Managed Preferences/mobile/com.apple.MobileAsset.plist"
|
||||
|
||||
# support for older versions of python that cannot enumerate over enums
|
||||
FileLocationsList: list[FileLocation] = [
|
||||
FileLocation.resolution,
|
||||
FileLocation.springboard, FileLocation.footnote,
|
||||
FileLocation.globalPreferences, FileLocation.appStore, FileLocation.backboardd, FileLocation.coreMotion, FileLocation.pasteboard, FileLocation.notes
|
||||
]
|
||||
RiskyFileLocationsList: list[FileLocation] = [
|
||||
FileLocation.ota
|
||||
]
|
||||
Reference in New Issue
Block a user