diff options
-rw-r--r-- | tools/ideviceinfo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c index 67f188e..f3c8193 100644 --- a/tools/ideviceinfo.c +++ b/tools/ideviceinfo.c @@ -34,12 +34,17 @@ static const char *domains[] = { "com.apple.disk_usage", + "com.apple.disk_usage.factory", "com.apple.mobile.battery", /* FIXME: For some reason lockdownd segfaults on this, works sometimes though "com.apple.mobile.debug",. */ "com.apple.iqagent", + "com.apple.purplebuddy", + "com.apple.PurpleBuddy", + "com.apple.mobile.chaperone", "com.apple.mobile.third_party_termination", "com.apple.mobile.lockdownd", + "com.apple.mobile.lockdown_cache", "com.apple.xcode.developerdomain", "com.apple.international", "com.apple.mobile.data_sync", |