diff options
| author | 2009-07-21 00:53:05 +0200 | |
|---|---|---|
| committer | 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[] = { | |||
| 37 | "com.apple.mobile.debug",. */ | 37 | "com.apple.mobile.debug",. */ |
| 38 | "com.apple.xcode.developerdomain", | 38 | "com.apple.xcode.developerdomain", |
| 39 | "com.apple.international", | 39 | "com.apple.international", |
| 40 | "com.apple.mobile.mobile_application_usage", | ||
| 41 | "com.apple.mobile.backup", | ||
| 42 | "com.apple.mobile.user_preferences", | ||
| 40 | "com.apple.mobile.sync_data_class", | 43 | "com.apple.mobile.sync_data_class", |
| 44 | "com.apple.mobile.software_behavior", | ||
| 45 | "com.apple.mobile.iTunes.SQLMusicLibraryPostProcessCommands", | ||
| 41 | "com.apple.iTunes", | 46 | "com.apple.iTunes", |
| 42 | "com.apple.mobile.iTunes.store", | 47 | "com.apple.mobile.iTunes.store", |
| 43 | "com.apple.mobile.iTunes", | 48 | "com.apple.mobile.iTunes", |
