diff options
author | Martin Szulecki | 2009-07-21 00:53:05 +0200 |
---|---|---|
committer | Matt Colyer | 2009-07-26 19:19:24 -0700 |
commit | f6eda5e6ba53e77389b68e7a26f961c0f5025e4e (patch) | |
tree | 69c433da7584e56e527ef3811ce30611b650e3d8 | |
parent | 1e77a41f144130bacae1c0d29a0679ad79dad121 (diff) | |
download | libimobiledevice-f6eda5e6ba53e77389b68e7a26f961c0f5025e4e.tar.gz libimobiledevice-f6eda5e6ba53e77389b68e7a26f961c0f5025e4e.tar.bz2 |
Add new lockdown request domains to iphoneinfo
[#58 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
-rw-r--r-- | dev/iphoneinfo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/iphoneinfo.c b/dev/iphoneinfo.c index 7c823e6..3dfda5d 100644 --- a/dev/iphoneinfo.c +++ b/dev/iphoneinfo.c @@ -37,7 +37,12 @@ static const char *domains[] = { "com.apple.mobile.debug",. */ "com.apple.xcode.developerdomain", "com.apple.international", + "com.apple.mobile.mobile_application_usage", + "com.apple.mobile.backup", + "com.apple.mobile.user_preferences", "com.apple.mobile.sync_data_class", + "com.apple.mobile.software_behavior", + "com.apple.mobile.iTunes.SQLMusicLibraryPostProcessCommands", "com.apple.iTunes", "com.apple.mobile.iTunes.store", "com.apple.mobile.iTunes", |