diff options
| author | 2009-07-21 00:53:05 +0200 | |
|---|---|---|
| committer | 2009-07-21 00:53:05 +0200 | |
| commit | 0e80ca70829eb7c3cab32019ca4dfaef577b6e69 (patch) | |
| tree | 2e2eecd200b153446c419bdb209d35ce9959f562 | |
| parent | 37f8ad0f3e64c23cd32c8c58636510f7964f1891 (diff) | |
| download | libimobiledevice-0e80ca70829eb7c3cab32019ca4dfaef577b6e69.tar.gz libimobiledevice-0e80ca70829eb7c3cab32019ca4dfaef577b6e69.tar.bz2 | |
Add new lockdown request domains to iphoneinfo
| -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 33ab3ac..67e7552 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", |
