springboard tweaks/internal options for cli

This commit is contained in:
leminlimez
2024-09-26 12:42:00 -04:00
parent 0f234a803c
commit 453dd6101e
4 changed files with 158 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
from enum import Enum
class FileLocation(Enum):
# Springboard Options
springboard = "/var/Managed Preferences/mobile/com.apple.springboard.plist"
footnote = "/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/SharedDeviceConfiguration.plist"
uikit = "/var/Managed Preferences/mobile/com.apple.UIKit.plist"
wifiDebug = "/var/Managed Preferences/mobile/com.apple.MobileWiFi.debug.plist"
airdrop = "/var/Managed Preferences/mobile/com.apple.sharingd.plist"
# Internal Options
globalPreferences = "/var/Managed Preferences/mobile/.GlobalPreferences.plist"
appStore = "/var/Managed Preferences/mobile/com.apple.AppStore.plist"
backboardd = "/var/Managed Preferences/mobile/com.apple.backboardd.plist"
coreMotion = "/var/Managed Preferences/mobile/com.apple.CoreMotion.plist"
pasteboard = "/var/Managed Preferences/mobile/com.apple.Pasteboard.plist"
notes = "/var/Managed Preferences/mobile/com.apple.mobilenotes.plist"