diff options
author | Martin Szulecki | 2012-04-25 19:32:27 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-04-25 19:32:27 +0200 |
commit | cd34be1b377e8f2abd8331020a9c9aa148571fdf (patch) | |
tree | a59f128839088cb345f31b99a91fd6d89e747244 | |
parent | 54dad58468a9879fb44aff0d760bbd6c3288b812 (diff) | |
download | libimobiledevice-cd34be1b377e8f2abd8331020a9c9aa148571fdf.tar.gz libimobiledevice-cd34be1b377e8f2abd8331020a9c9aa148571fdf.tar.bz2 |
ideviceinfo: Add more known lockdownd domains
-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", |