Things I'd do if I ever have time
Wish list
Please help a man further his career by donating expensive hardware. Cash works too.
Awakening the iPad (for the first time)
Published: 05/22/2010
Reference trace files:
ipad_initial_registration_filtered_by_mac_and_dns.cap
ipad_checking_for_update_filtered.cap
ipad_first-wi-fi_connect_peap_filtered.cap
Last month when I bought an iPad, I decided that the first thing I was going to do after opening the box (and before turning it on) would be to prep my network equipment for traffic capture. It's nice to imagine that Apple is a model citizen and its products would never leak personal information to the mothership, and if the iPad did (at least over non-secured channels) someone would eventually find out. But really, what is it doing when it connects to the network for the first time? That's what we're here to find out...
I have a MacBook that I occasionally use so I fired it up on the network, let it do its thing while it booted, and then started the sniffer on another machine after it quieted down so when I did initialize and register the iPad, the iTunes traffic would most likely reflect iPad-related activity.
iTunes registration
This first capture was performed on a SPAN port on the switch which mirrors the port that the network router's internal interface is connected to. Keep in mind that my access point and router are completely separate devices. In the trace I filtered out everything but the MacBook's MAC address and the DNS traffic (because I run an internal DNS server, name resolution requests for hosts outside my internal namespace would be made by it instead of the MacBook and iPad).
I plugged the iPad into the MacBook, read the EULA, and went through the iTunes / iPad setup. The MacBook's IP is 192.168.1.102 assigned by the local DHCP server. The Mac also uses the IPv6 address of fe80::219:e3ff:fe34:8179. The first thing we see are a couple of mDNS queries for _ptp._tcp.local using both IPv4 and IPv6. It tends to periodically do this. This is followed by a normal DNS query for ax.init.itunes.apple.com to the local DNS server at 192.168.1.140, which makes a forward query to Google's public DNS server at 8.8.8.8. This name is ultimately a CNAME which resolves to ax.init.itunes.apple.com.edgesuite.net, which itself resolves to a771.da1.akamai.net, which itself resolves to two IP address: 96.17.69.64 and 96.17.69.81.
The MacBook then makes an HTTP connection to the first IP:
Show packet content
GET /bag.xml?ix=3 HTTP/1.1 Host: ax.init.itunes.apple.com. User-Agent: iTunes/9.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.22.7 Accept-Language: en-us, en;q=0.50 X-Apple-Store-Front: 143441-1,5 X-Apple-Tz: -25200 X-Apple-Validation: 1D410C36-894E04521AA2F4E4123C43E818E4393A Cookie: ccl=x9gBuX3QZpDneGBa6i/kyz+TzhpjuYPUp0eM5HZj/txraXgVX4RpNFsbz8brES6gxKwv N015ZQCaQSz7vwPjgpf0OTc3TB7v4eAcs9udL10CNELZx+zfYX75LZt4EmbdmLfY7bOcQ8Rz nawj6GRang==; dfa_cookie=appleusappwelcome; geo=US; s_cc=true; s_invisit_us Accept-Encoding: gzip Connection: close |
The web server responds with the XML content:
Show packet content
HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 x-apple-application-site: CUP X-Apple-Partner: origin.0 Vary: * Vary: Accept-Encoding x-webobjects-loadaverage: 0 x-apple-aka-ttl: Generated Tue Apr 06 12:53:57 PDT 2010, Expires Tue Apr 06 18:33:57 PDT 2010, TTL 20400s x-apple-application-instance: 10301 x-apple-request-store-front: 143441-1,5 x-apple-max-age: 3600 Content-Encoding: gzip Cache-Control: max-age=3600 Date: Tue, 06 Apr 2010 21:58:41 GMT Content-Length: 10071 Connection: close Content-encoded entity body (gzip): 10071 bytes -> 47321 bytes eXtensible Markup Language <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist> version="1.0" <dict> <key> signature </key> <data> chAops4KJyCaE2xT/JV5TvVvWLekzt8yyEFAKh4c8+FhvnCXa8orvWxMD1c6g8NSlaHLR5a /gsAupCK9tk6oYqkCnSzDdAG2lpasseJacnmUcajechDKrqPERPUb3m8/ptFWb2i/4QkNlU PlEFqwTLqdUmSxbJrKXRYfkbQmEZw= </data> <key> certs </key> <array> <data> MIIDOTCCAiGgAwIBAgIBATANBgkqhkiG9w0BAQQFADB+MRMwEQYDVQQKEwpBcHBsZSB JbmMuMRUwEwYDVQQLEwxpVHVuZXMgU3RvcmUxGjAYBgNVBAMTEWlUdW5lcyBTdG9yZS BSb290MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTESMBAGA1UEBxMJQ 3VwZXJ0aW5vMB4XDTA3MTAwOTI </data> </array> <key> |
The system then makes a DNS request for albert.apple.com which resolves to 17.149.240.65. An SSL connection setup is performed (TLS_RSA_WITH_RC4_128_MD5 is chosen as the cipher suite) and the server certificate details are visible in packet 38. According to the VeriSign certificate, albert.apple.com is apparently managed by Apple's iTMS Engineering group.
iTunes does the right thing and verifies that the issued certificate hasn't been added onto a certificate revocation list by doing a couple of OCSP checks against EVIntl-ocsp.verisign.com / ocsp.verisign.net / 199.7.59.72 and EVSecure-ocsp.verisign.com / ocsp.verisign.net / 199.7.48.72. Once the OCSP responses of "successful" is returned, there's a brief exchange within the SSL stream. I don't know what was uploaded to Apple, but something went to them based on the outbound packet sizes.
Almost two minutes into the capture at packet 154, the machine makes another DNS request for ax.init.itunes.apple.com (the DNS TTL is 2 seconds this time around while it was 20 seconds before) and then does another HTTP GET for /bag.xml?ix=3:
Show packet content
GET /bag.xml?ix=3 HTTP/1.1 Host: ax.init.itunes.apple.com. User-Agent: iTunes/9.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.22.7 Accept-Language: en-us, en;q=0.50 X-Apple-Store-Front: 143441-1,5 X-Apple-Tz: -25200 X-Apple-Validation: D474123A-C463955F0D91FB5E3459CED6E5946680 Cookie: ccl=x9gBuX3QZpDneGBa6i/kyz+TzhpjuYPUp0eM5HZj/txraXgVX4RpNFsbz8brES6gxKwvN01 5ZQCaQSz7vwPjgpf0OTc3TB7v4eAcs9udL10CNELZx+zfYX75LZt4EmbdmLfY7bOcQ8Rznawj6G Rang==; dfa_cookie=appleusappwelcome; geo=US; s_cc=true; s_invisit_us Accept-Encoding: gzip Connection: close |
It's pretty much the exact same request as before, except for the value in the X-Apple-Validation field. The results from the server:
Show packet content
HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 x-apple-application-site: CUP X-Apple-Partner: origin.0 Vary: * Vary: Accept-Encoding x-webobjects-loadaverage: 0 x-apple-aka-ttl: Generated Tue Apr 06 12:54:30 PDT 2010, Expires Tue Apr 06 18:34:30 PDT 2010, TTL 20400s x-apple-application-instance: 10405 x-apple-request-store-front: 143441-1,5 x-apple-max-age: 3600 Content-Encoding: gzip Cache-Control: max-age=3600 Date: Tue, 06 Apr 2010 22:00:31 GMT Content-Length: 10072 Connection: close Content-encoded entity body (gzip): 10072 bytes -> 47321 bytes eXtensible Markup Language <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist> version="1.0" <dict> <key> signature </key> <data> I8B5faxqRJshHDw+OsXWco2uMgUsAzvb6aoI6OYQvFxxZgjrbcwTX6lBUy0iZ0aOIj5N3T1 3Y0yuvXrFo+DlcbPsX+W+O4oaisyaoVYH2Nz5WO70EfNKuwrhycWHtDZUlgKH0NXBAEAN4j Shgsp3kN2UQY4hVsQj6l7zRJYURKw= </data> <key> certs </key> <array> <data> MIIDOTCCAiGgAwIBAgIBATANBgkqhkiG9w0BAQQFADB+MRMwEQYDVQQKEwpBcHBsZSB bmMuMRUwEwYDVQQLEwxpVHVuZXMgU3RvcmUxGjAYBgNVBAMTEWlUdW5lcyBTdG9yZSB Sb290MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTESMBAGA1UEBxMJQ3 VwZXJ0aW5vMB4XDTA3MTAwOTI </data> </array> <key> bag </key> <data> PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8 +CjwhRE9DVFlQRSBwbGlzdCBQVUJMSUMgIi0vL0FwcGxlIENvbXB1dGVyLy9EVEQgUExJU1 QgMS4wLy9FTiIgImh0dHA6Ly93d3cuYXBwbGUuY29tL0RURHMvUHJvcGVydHlMaXN0LTEuM C5kdGQiPgo8cGx </data> </dict> </plist> |
The machine now makes a DNS request for buy.itunes.apple.com which eventually resolves to 17.250.237.3. So while it looks like Apple's purchasing system should already know that I purchased an iPad at their store earlier in the day, iTunes needs to re-state this fact to Apple's servers again. Thanks. In any case, iTunes negotiates an SSL connection to this new server. Interestingly, the server uses a wildcard certificate (CommonName=*.itunes.apple.com). Presumably this is because there are a ton of iTunes servers to handle the constant load of media that music fans are buying! buying! buying! like its a stock market.
At packet 206, another DNS request is made for p17-buy.itunes.apple.com followed by more mysterious SSL traffic.
At packet 246, the machine looks for ax.itunes.apple.com, a slightly-differently named server from our first example. It then makes an HTTP request:
Show packet content
GET /WebObjects/MZStore.woa/wa/com.apple.jingle.appserver.MZDirect Action/fontStyles HTTP/1.1 Host: ax.itunes.apple.com User-Agent: iTunes/9.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.22.7 Accept-Language: en-us, en;q=0.50 X-Apple-Store-Front: 143441-1,5 X-Apple-Tz: -25200 X-Apple-Validation: 4AB56344-1324C676F84707BF6CA7C88C841CC5ED Cookie: mzf_in=170922; session-store-id=ee16c1b326d513f41fd17bc058cf51a6; ccl=x9gBu X3QZpDneGBa6i/kyz+TzhpjuYPUp0eM5HZj/txraXgVX4RpNFsbz8brES6gxKwvN015ZQCaQSz7 vwPjgpf0OTc3TB7v4eAcs9udL10CNELZx+zfYX75LZt4EmbdmLfY7bOcQ8Rznawj6GRan Accept-Encoding: gzip Connection: close |
The server response:
Show packet content
HTTP/1.1 200 OK Last-Modified: Tue, 06 Apr 2010 21:37:11 GMT Content-Encoding: gzip x-apple-lok-current-storefront: 143441-1,5 x-apple-orig-url-path: /WebObjects/MZStore.woa/wa/com.apple.jingle.appserver. MZDirectAction/fontStyles x-apple-application-site: CUP x-apple-lok-response-date: Tue Apr 06 14:40:18 PDT 2010 Content-Type: text/xml x-apple-lok-expire-date: Tue Apr 06 14:41:11 PDT 2010 x-apple-lok-stor: memcached x-apple-max-age: 3600 x-apple-woa-inbound-url: /WebObjects/MZStore.woa/wa/com.apple.jingle.appserver.MZDi rectAction/fontStyles x-apple-application-instance: 850 x-apple-date-generated: Tue, 06 Apr 2010 21:37:11 GMT x-apple-lok-path: v0_1:MZStore/com.apple.jingle.appserver.MZDirectAction/ fontStyles-143441-1,5,pc-5-Ak x-apple-lok-ttl: Generated Tue Apr 06 14:37:11 PDT 2010, Expires Tue Apr 06 14:41:11 PDT 2010, TTL 240s x-webobjects-loadaverage: 0 Content-Length: 106 Date: Tue, 06 Apr 2010 22:00:32 GMT Connection: close Vary: Accept-Encoding Vary: X-Apple-Store-Front X-Apple-Partner: origin.0 Content-encoded entity body (gzip): 106 bytes -> 102 bytes eXtensible Markup Language |
and proceeds to pull more content down via both HTTP and HTTPS. I presume all this has to do with content that iTunes' application window displays to the end user. I'm not really an iTunes user so you'll have to excuse my ignorance. Eventually, we see an HTTP request for what appears to be something related to device registration:
Show packet content
GET /b/ss/applesuperglobal/1/G.6--NS?pccr=true&c22=XML&ch=Device%20Registration&v2 2=XML&pageName=Device%20Reg%20Info-US&h5=appleitmsna%2Cappleitmsus HTTP/1.1 Host: metrics.apple.com User-Agent: iTunes/9.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.22.7 Accept-Language: en-us, en;q=0.50 X-Apple-Store-Front: 143441-1,5 X-Apple-Tz: -25200 X-Apple-Validation: EC8DD95B-102ADE0B013697F6430282837BA50DA8 Cookie: ccl=x9gBuX3QZpDneGBa6i/kyz+TzhpjuYPUp0eM5HZj/txraXgVX4RpNFsbz8brES6gxKwvN01 5ZQCaQSz7vwPjgpf0OTc3TB7v4eAcs9udL10CNELZx+zfYX75LZt4EmbdmLfY7bOcQ8Rznawj6G Rang==; dfa_cookie=appleusappwelcome; geo=US; Pod=17; s_cc=true; s_in Accept-Encoding: gzip Connection: close |
We see a few more similar transactions down the line. Lots more cleartext HTTP and SSL-wrapped exchanges follow.
At packet 1094 a DNS request is made for safebrowsing.clients.google.com. Hmm, an Apple device looking for a Google resource? What could this be? iTunes does an HTTP POST:
Show packet content
POST /safebrowsing/downloads?pver=2.1&client=iTunes&appver=9.1 HTTP/1.1 Host: safebrowsing.clients.google.com. Content-Type: application/x-www-form-urlencoded Pragma: no-cache User-Agent: iTunes/9.1 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.22.7 Accept: */* Accept-Encoding: gzip Content-Length: 19 Connection: close Line-based text data: application/x-www-form-urlencoded goog-phish-shavar; |
This kicks off a download of something from safebrowsing-cache.google.com. I'd guess this is an updated list of phishing sites. I was too busy enjoying the new shiny-shiny when I initially did the capture.
Let's switch over to the second trace file where I look for any iPad firmware updates. We can see in packet 4 that the machine looks for http://itunes.apple.com/version?machineID=48273a0dc872d086 (which gets redirected to http://ax.itunes.apple.com/check/version, which in turn redirects to http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.appserver.client.MZITunesClientCheck/version in packet 16). This results with an interesting (warning: and relatively lengthy) response from the server. I didn't bother formatting the horizontal output here:
More Information
HTTP/1.1 200 OK Last-Modified: Tue, 06 Apr 2010 21:55:30 GMT Content-Encoding: gzip x-set-apple-store-front: 143441-1,5 x-apple-application-site: NWK Content-Type: text/xml x-apple-asset-version: 71829 x-apple-max-age: 3600 x-apple-woa-inbound-url: /WebObjects/MZStore.woa/wa/com.apple.jingle.appserver.client.MZITunesClientCheck/version x-apple-request-store-front: <null> x-apple-date-generated: Tue, 06 Apr 2010 21:55:30 GMT x-apple-application-instance: 11058 x-apple-aka-ttl: Generated Tue Apr 06 14:55:30 PDT 2010, Expires Tue Apr 06 15:05:30 PDT 2010, TTL 600s x-webobjects-loadaverage: 0 Content-Length: 14313 Cache-Control: no-transform, max-age=118 Date: Tue, 06 Apr 2010 22:03:32 GMT Connection: close Vary: Accept-Encoding Vary: X-Apple-Store-Front X-Apple-Partner: origin.0 Content-encoded entity body (gzip): 14313 bytes -> 241157 bytes eXtensible Markup Language <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <plist> version="1.0" <dict> <key> iTunesMacVersion </key> <string> 9.1 </string> <key> iPodSoftwareVersions </key> <dict> <key> 24 </key> <dict> <key> UpdaterFamilyID </key> <integer> 24 </integer> <key> BuildID </key> <integer> 152207360 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4306.20080430.Gtr54/iPod_24.1.1.2.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4306.20080430.Gtr54/iPodDocumentation_24.1.1.2.ipd </string> <key> VisibleBuildID </key> <integer> 17989632 </integer> </dict> <key> 25 </key> <dict> <key> UpdaterFamilyID </key> <integer> 25 </integer> <key> BuildID </key> <integer> 103841792 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2967.20080313.Cnvkg/iPod_25.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2967.20080313.Cnvkg/iPodDocumentation_25.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 19955712 </integer> </dict> <key> 26 </key> <dict> <key> UpdaterFamilyID </key> <integer> 26 </integer> <key> BuildID </key> <integer> 152272896 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5164.20080722.hnt3A/iPod_26.1.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5164.20080722.hnt3A/iPodDocumentation_26.1.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 18055168 </integer> </dict> <key> 29 </key> <dict> <key> UpdaterFamilyID </key> <integer> 29 </integer> <key> BuildID </key> <integer> 135495680 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3326.20070507.0Pm87/iPod_29.1.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3326.20070507.0Pm87/iPodDocumentation_29.1.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 18055168 </integer> </dict> <key> 3 </key> <dict> <key> UpdaterFamilyID </key> <integer> 3 </integer> <key> BuildID </key> <integer> 39944192 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2688.20060912.iDMni/iPod_3.1.4.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2688.20060912.iDMni/iPodDocumentation_3.1.4.1.ipd </string> <key> VisibleBuildID </key> <integer> 21069824 </integer> </dict> <key> 130 </key> <dict> <key> UpdaterFamilyID </key> <integer> 130 </integer> <key> BuildID </key> <integer> 17072128 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4376.20080303.Bi6T9/iPod_130.1.0.4.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4376.20080303.Bi6T9/iPodDocumentation_130.1.0.4.ipd </string> <key> VisibleBuildID </key> <integer> 17072128 </integer> </dict> <key> 131 </key> <dict> <key> UpdaterFamilyID </key> <integer> 131 </integer> <key> BuildID </key> <integer> 17072128 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4377.20080303.fk3ir/iPod_131.1.0.4.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4377.20080303.fk3ir/iPodDocumentation_131.1.0.4.ipd </string> <key> VisibleBuildID </key> <integer> 17072128 </integer> </dict> <key> 132 </key> <dict> <key> UpdaterFamilyID </key> <integer> 132 </integer> <key> BuildID </key> <integer> 17858560 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-6315.20090526.AQS4R/iPod_132.1.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-6315.20090526.AQS4R/iPodDocumentation_132.1.1.ipd </string> <key> VisibleBuildID </key> <integer> 17858560 </integer> </dict> <key> 133 </key> <dict> <key> UpdaterFamilyID </key> <integer> 133 </integer> <key> BuildID </key> <integer> 17072128 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4378.20080303.G5T87/iPod_133.1.0.4.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4378.20080303.G5T87/iPodDocumentation_133.1.0.4.ipd </string> <key> VisibleBuildID </key> <integer> 17072128 </integer> </dict> <key> 128 </key> <dict> <key> UpdaterFamilyID </key> <integer> 128 </integer> <key> BuildID </key> <integer> 18186240 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2975.20061218.in8Uq/iPod_128.1.1.5.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2975.20061218.in8Uq/iPodDocumentation_128.1.1.5.ipd </string> <key> VisibleBuildID </key> <integer> 18186240 </integer> </dict> <key> 31 </key> <dict> <key> UpdaterFamilyID </key> <integer> 31 </integer> <key> BuildID </key> <integer> 168067072 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/iPod_31.1.0.4.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/iPodDocumentation_31.1.0.4.ipd </string> <key> VisibleBuildID </key> <integer> 17072128 </integer> </dict> <key> 10 </key> <dict> <key> UpdaterFamilyID </key> <integer> 10 </integer> <key> BuildID </key> <integer> 51478528 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2692.20060912.pODcW/iPod_10.3.1.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2692.20060912.pODcW/iPodDocumentation_10.3.1.1.ipd </string> <key> VisibleBuildID </key> <integer> 51478528 </integer> </dict> <key> 33 </key> <dict> <key> UpdaterFamilyID </key> <integer> 33 </integer> <key> BuildID </key> <integer> 151093248 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5740.20081111.ZaU7Y/iPod_33.2.0.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5740.20081111.ZaU7Y/iPodDocumentation_33.2.0.1.ipd </string> <key> VisibleBuildID </key> <integer> 33652736 </integer> </dict> <key> 34 </key> <dict> <key> UpdaterFamilyID </key> <integer> 34 </integer> <key> ProductVersion </key> <string> 1.0.2 </string> <key> BuildVersion </key> <string> 34A20020 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7408.20091109.Kef5t/iPod_1.0.2_34A20020.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7408.20091109.Kef5t/iPodDocumentation_1.0.2_34A20020.ipd </string> </dict> <key> 35 </key> <dict> <key> UpdaterFamilyID </key> <integer> 35 </integer> <key> BuildID </key> <integer> 151289856 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7299.20091217.Bghyt/iPod_35.2.0.4.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7299.20091217.Bghyt/iPodDocumentation_35.2.0.4.ipd </string> <key> VisibleBuildID </key> <integer> 33849344 </integer> </dict> <key> 14 </key> <dict> <key> UpdaterFamilyID </key> <integer> 14 </integer> <key> BuildID </key> <integer> 87130112 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3190.20070315.p0oj7/iPod_14.1.3.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3190.20070315.p0oj7/iPodDocumentation_14.1.3.1.ipd </string> <key> VisibleBuildID </key> <integer> 20021248 </integer> </dict> <key> 17 </key> <dict> <key> UpdaterFamilyID </key> <integer> 17 </integer> <key> BuildID </key> <integer> 87130112 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3191.20070315.BgV6t/iPod_17.1.3.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3191.20070315.BgV6t/iPodDocumentation_17.1.3.1.ipd </string> <key> VisibleBuildID </key> <integer> 20021248 </integer> </dict> <key> 19 </key> <dict> <key> UpdaterFamilyID </key> <integer> 19 </integer> <key> BuildID </key> <integer> 135495680 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3325.20070507.KnB7v/iPod_19.1.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-3325.20070507.KnB7v/iPodDocumentation_19.1.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 18055168 </integer> </dict> <key> 11 </key> <dict> <key> UpdaterFamilyID </key> <integer> 11 </integer> <key> BuildID </key> <integer> 69304320 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2694.20060912.ipDcD/iPod_11.1.2.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2694.20060912.ipDcD/iPodDocumentation_11.1.2.1.ipd </string> <key> VisibleBuildID </key> <integer> 18972672 </integer> </dict> <key> 1 </key> <dict> <key> UpdaterFamilyID </key> <integer> 1 </integer> <key> BuildID </key> <integer> 22052864 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2686.20060912.ipTsW/iPod_1.1.5.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2686.20060912.ipTsW/iPodDocumentation_1.1.5.ipd </string> <key> VisibleBuildID </key> <integer> 22052864 </integer> </dict> <key> 2 </key> <dict> <key> UpdaterFamilyID </key> <integer> 2 </integer> <key> BuildID </key> <integer> 36732928 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2687.20060912.IPwdC/iPod_2.2.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2687.20060912.IPwdC/iPodDocumentation_2.2.3.ipd </string> <key> VisibleBuildID </key> <integer> 36732928 </integer> </dict> <key> 13 </key> <dict> <key> UpdaterFamilyID </key> <integer> 13 </integer> <key> BuildID </key> <integer> 103841792 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2965.20080313.R45jT/iPod_13.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2965.20080313.R45jT/iPodDocumentation_13.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 19955712 </integer> </dict> <key> 4 </key> <dict> <key> UpdaterFamilyID </key> <integer> 4 </integer> <key> BuildID </key> <integer> 51478528 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2691.20060912.ipDcw/iPod_4.3.1.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2691.20060912.ipDcw/iPodDocumentation_4.3.1.1.ipd </string> <key> VisibleBuildID </key> <integer> 51478528 </integer> </dict> <key> 5 </key> <dict> <key> UpdaterFamilyID </key> <integer> 5 </integer> <key> BuildID </key> <integer> 69304320 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2693.20060912.PdwCD/iPod_5.1.2.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2693.20060912.PdwCD/iPodDocumentation_5.1.2.1.ipd </string> <key> VisibleBuildID </key> <integer> 18972672 </integer> </dict> <key> 6 </key> <dict> <key> UpdaterFamilyID </key> <integer> 6 </integer> <key> BuildID </key> <integer> 39944192 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2689.20060912.ipDmn/iPod_6.1.4.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2689.20060912.ipDmn/iPodDocumentation_6.1.4.1.ipd </string> <key> VisibleBuildID </key> <integer> 21069824 </integer> </dict> <key> 7 </key> <dict> <key> UpdaterFamilyID </key> <integer> 7 </integer> <key> BuildID </key> <integer> 39944192 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2690.20060912.PdMin/iPod_7.1.4.1.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2690.20060912.PdMin/iPodDocumentation_7.1.4.1.ipd </string> <key> VisibleBuildID </key> <integer> 21069824 </integer> </dict> <key> 129 </key> <dict> <key> UpdaterFamilyID </key> <integer> 129 </integer> <key> BuildID </key> <integer> 18186240 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2953.20061218.yRet5/iPod_129.1.1.5.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2953.20061218.yRet5/iPodDocumentation_129.1.1.5.ipd </string> <key> VisibleBuildID </key> <integer> 18186240 </integer> </dict> <key> 20 </key> <dict> <key> UpdaterFamilyID </key> <integer> 20 </integer> <key> BuildID </key> <integer> 103841792 </integer> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2966.20080313.2WqrT/iPod_20.1.3.ipsw </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-2966.20080313.2WqrT/iPodDocumentation_20.1.3.ipd </string> <key> VisibleBuildID </key> <integer> 19955712 </integer> </dict> </dict> <key> iTunesWindowsDownloadURL </key> <string> http://www.apple.com/itunes/download/ </string> <key> iTunesWindowsVersion </key> <string> 9.1 </string> <key> MobileDeviceProductTypes </key> <dict> <key> DFU </key> <dict> <key> 304222464 </key> <string> iPhone1,1 </string> <key> 304226560 </key> <string> iPod1,1 </string> <key> 304230656 </key> <string> iPhone1,2 </string> <key> 34592 </key> <string> iPod2,1 </string> <key> 35104 </key> <string> iPhone2,1 </string> <key> 33589538 </key> <string> iPod3,1 </string> <key> 33589552 </key> <string> iPad1,1 </string> </dict> <key> Recovery </key> <dict> <key> 310382848 </key> <string> iPhone1,1 </string> <key> 310386944 </key> <string> iPod1,1 </string> <key> 310391040 </key> <string> iPhone1,2 </string> <key> 34592 </key> <string> iPod2,1 </string> <key> 35104 </key> <string> iPhone2,1 </string> <key> 33589538 </key> <string> iPod3,1 </string> <key> 33589552 </key> <string> iPad1,1 </string> </dict> </dict> <key> MobileDeviceCarriers </key> <dict> <key> 890100 </key> <string> GTA_gu </string> <key> 8901010 </key> <string> Orange_do </string> <key> 890102 </key> <string> Claro_do </string> <key> 89010700 </key> <string> Claro_jm </string> <key> 8901150 </key> <string> ATT_US </string> <key> 8901180 </key> <string> ATT_US </string> <key> 8901410 </key> <string> ATT_US </string> <key> 8901980 </key> <string> ATT_US </string> <key> 891223 </key> <string> Telus_ca </string> <key> 892001 </key> <string> mobinil_eg </string> <key> 892002 </key> <string> Vodafone_eg </string> <key> 8922101 </key> <string> Orange_sn </string> <key> 8922302 </key> <string> Orange_ml </string> <key> 8922401 </key> <string> Orange_gn </string> <key> 8922503 </key> <string> Orange_ci </string> <key> 8922704 </key> <string> Orange_ne </string> <key> 8923001 </key> <string> Orange_mu </string> <key> 8923603 </key> <string> Orange_cf </string> <key> 8923702 </key> <string> Orange_cm </string> <key> 8925407 </key> <string> Orange_ke </string> <key> 8925614 </key> <string> Orange_ug </string> <key> 8926102 </key> <string> Orange_mg </string> <key> 8926200 </key> <string> Orange_re </string> <key> 8926702 </key> <string> Orange_bw </string> <key> 89300100 </key> <string> TMobile_gr </string> <key> 89300500 </key> <string> Vodafone_gr </string> <key> 89302370 </key> <string> Fido_ca </string> <key> 89302610 </key> <string> Bell_ca </string> <key> 89302720 </key> <string> Rogers_ca </string> <key> 89310150 </key> <string> ATT_US </string> <key> 89310170 </key> <string> ATT_US </string> <key> 89310380 </key> <string> ATT_US </string> <key> 8931162 </key> <string> TMobile_nl </string> <key> 8931169 </key> <string> TMobile_nl </string> <key> 893202 </key> <string> Mobistar_be </string> <key> 893301 </key> <string> Orange_fr </string> <key> 893310 </key> <string> SFR_fr </string> <key> 893320 </key> <string> Bouygues_fr </string> <key> 893407 </key> <string> movistar_es </string> <key> 8935101 </key> <string> Vodafone_pt </string> <key> 8935103 </key> <string> Optimus_pt </string> <key> 8935201 </key> <string> LuxGSM_lu </string> <key> 8935277 </key> <string> Tango_lu </string> <key> 8935299 </key> <string> VOX_lu </string> <key> 8935302 </key> <string> O2_ie </string> <key> 8935301 </key> <string> Vodafone_ie </string> <key> 8935601 </key> <string> Vodafone_mt </string> <key> 893580 </key> <string> Sonera_fi </string> <key> 8935905 </key> <string> TMobile_bg </string> <key> 893630 </key> <string> TMobile_hu </string> <key> 893700 </key> <string> Omnitel_lt </string> <key> 89371 </key> <string> LMT_lv </string> <key> 893720 </key> <string> EMT_ee </string> <key> 8937301 </key> <string> Orange_md </string> <key> 8937410 </key> <string> Orange_am </string> <key> 8938100 </key> <string> TMobile_me </string> <key> 8938598 </key> <string> TMobile_hr </string> <key> 8938599 </key> <string> TMobile_hr </string> <key> 8938901 </key> <string> TMobile_mk </string> <key> 893901 </key> <string> TIM_it </string> <key> 893910 </key> <string> Vodafone_it </string> <key> 893999 </key> <string> Hutchison_it </string> <key> 894010 </key> <string> Orange_ro </string> <key> 894101 </key> <string> Swisscom_ch </string> <key> 894103 </key> <string> Orange_ch </string> <key> 8942001 </key> <string> TMobile_cz </string> <key> 8942020 </key> <string> O2_cz </string> <key> 894203 </key> <string> Vodafone_cz </string> <key> 8942101 </key> <string> Orange_sk </string> <key> 8942102 </key> <string> TMobile_sk </string> <key> 8942302 </key> <string> Orange_li </string> <key> 8942702 </key> <string> Vodafone_qa </string> <key> 894303 </key> <string> TMobile_at </string> <key> 894305 </key> <string> One_at </string> <key> 8944100 </key> <string> Vodafone_uk </string> <key> 89441100 </key> <string> O2_UK </string> <key> 894412 </key> <string> Orange_uk </string> <key> 894502 </key> <string> Telenor_dk </string> <key> 894504 </key> <string> Telia_dk </string> <key> 894506 </key> <string> Hutchison_dk </string> <key> 894601 </key> <string> Telia_se </string> <key> 894607 </key> <string> Hutchison_se </string> <key> 894608 </key> <string> Telenor_se </string> <key> 8947001 </key> <string> Telenor_no </string> <key> 8947003 </key> <string> Telenor_no </string> <key> 894708 </key> <string> NetCom_no </string> <key> 894802 </key> <string> TMobile_pl </string> <key> 894803 </key> <string> Orange_pl </string> <key> 8950201 </key> <string> Claro_gt </string> <key> 8950203 </key> <string> movistar_gt </string> <key> 8950301 </key> <string> Claro_sv </string> <key> 8950304 </key> <string> movistar_sv </string> <key> 89504001 </key> <string> Claro_hn </string> <key> 8950521 </key> <string> Claro_ni </string> <key> 8950530 </key> <string> movistar_ni </string> <key> 8950702 </key> <string> movistar_pa </string> <key> 895106 </key> <string> movistar_pe </string> <key> 895110 </key> <string> Claro_pe </string> <key> 8952020 </key> <string> Telcel_mx </string> <key> 895407 </key> <string> movistar_ar </string> <key> 895431 </key> <string> Claro_ar </string> <key> 895434 </key> <string> Personal_ar </string> <key> 895502 </key> <string> TIM_br </string> <key> 895503 </key> <string> TIM_br </string> <key> 895504 </key> <string> TIM_br </string> <key> 895505 </key> <string> Claro_br </string> <key> 895506 </key> <string> vivo_br </string> <key> 895510 </key> <string> vivo_br </string> <key> 895511 </key> <string> vivo_br </string> <key> 895516 </key> <string> Oi_BrT_br </string> <key> 895523 </key> <string> vivo_br </string> <key> 895531 </key> <string> Oi_br </string> <key> 895601 </key> <string> EntelPCS_cl </string> <key> 895602 </key> <string> movistar_cl </string> <key> 8956030 </key> <string> Claro_cl </string> <key> 8957101 </key> <string> Comcel_co </string> <key> 8957123 </key> <string> movistar_co </string> <key> 895804 </key> <string> movistar_ve </string> <key> 8959001 </key> <string> Orange_mq </string> <key> 895902 </key> <string> Claro_py </string> <key> 895910 </key> <string> Claro_uy </string> <key> 8959300 </key> <string> movistar_ec </string> <key> 8959301 </key> <string> Claro_ec </string> <key> 8959807 </key> <string> movistar_uy </string> <key> 896001 </key> <string> Maxis_my </string> <key> 896016 </key> <string> DiGi_my </string> <key> 896101 </key> <string> Telstra_au </string> <key> 896102 </key> <string> Optus_au </string> <key> 896103 </key> <string> Vodafone_au </string> <key> 896106 </key> <string> Hutchison_au </string> <key> 896210 </key> <string> Telkomsel_id </string> <key> 896302 </key> <string> Globe_ph </string> <key> 896320 </key> <string> Globe_ph </string> <key> 896321 </key> <string> Globe_ph </string> <key> 896329 </key> <string> Globe_ph </string> <key> 896330 </key> <string> Globe_ph </string> <key> 896331 </key> <string> Globe_ph </string> <key> 896339 </key> <string> Globe_ph </string> <key> 896340 </key> <string> Globe_ph </string> <key> 896341 </key> <string> Globe_ph </string> <key> 896349 </key> <string> Globe_ph </string> <key> 896401 </key> <string> Vodafone_nz </string> <key> 896501 </key> <string> SingTel_sg </string> <key> 896503 </key> <string> MobileOne_sg </string> <key> 896505 </key> <string> StarHub_sg </string> <key> 896618 </key> <string> dtac_th </string> <key> 896699 </key> <string> True_th </string> <key> 8970101 </key> <string> MTS_ru </string> <key> 8970102 </key> <string> MegaFon_ru </string> <key> 8970199 </key> <string> VimpelCom_ru </string> <key> 8981200 </key> <string> Softbank_jp </string> <key> 898230 </key> <string> KTF_kr </string> <key> 898402 </key> <string> VinaPhone_vn </string> <key> 898404 </key> <string> Viettel_vn </string> <key> 8985203 </key> <string> Hutchison_hk </string> <key> 8985204 </key> <string> Hutchison_hk </string> <key> 8985206 </key> <string> SmarTone_hk </string> <key> 8985303 </key> <string> Hutchison_mo </string> <key> 898601 </key> <string> Unicom_cn </string> <key> 8988601 </key> <string> FarEasTone_tw </string> <key> 8988602 </key> <string> FarEasTone_tw </string> <key> 8988688 </key> <string> FarEasTone_tw </string> <key> 8988692 </key> <string> Chunghwa_tw </string> <key> 8988697 </key> <string> TaiwanMobile_tw </string> <key> 899001 </key> <string> Turkcell_tr </string> <key> 899002 </key> <string> Vodafone_tr </string> <key> 899101 </key> <string> Vodafone_in </string> <key> 899102 </key> <string> BhartiAirtel_in </string> <key> 899103 </key> <string> BhartiAirtel_in </string> <key> 899105 </key> <string> Vodafone_in </string> <key> 899110 </key> <string> BhartiAirtel_in </string> <key> 899111 </key> <string> Vodafone_in </string> <key> 899113 </key> <string> Vodafone_in </string> <key> 899115 </key> <string> Vodafone_in </string> <key> 899116 </key> <string> BhartiAirtel_in </string> <key> 899120 </key> <string> Vodafone_in </string> <key> 899127 </key> <string> Vodafone_in </string> <key> 899130 </key> <string> Vodafone_in </string> <key> 899131 </key> <string> BhartiAirtel_in </string> <key> 899140 </key> <string> BhartiAirtel_in </string> <key> 899143 </key> <string> Vodafone_in </string> <key> 899145 </key> <string> BhartiAirtel_in </string> <key> 899146 </key> <string> Vodafone_in </string> <key> 899149 </key> <string> BhartiAirtel_in </string> <key> 899151 </key> <string> BhartiAirtel_in </string> <key> 899152 </key> <string> BhartiAirtel_in </string> <key> 899153 </key> <string> BhartiAirtel_in </string> <key> 899154 </key> <string> BhartiAirtel_in </string> <key> 899155 </key> <string> BhartiAirtel_in </string> <key> 899156 </key> <string> BhartiAirtel_in </string> <key> 899160 </key> <string> Vodafone_in </string> <key> 899166 </key> <string> Vodafone_in </string> <key> 899167 </key> <string> Vodafone_in </string> <key> 899170 </key> <string> BhartiAirtel_in </string> <key> 899184 </key> <string> Vodafone_in </string> <key> 899186 </key> <string> Vodafone_in </string> <key> 899188 </key> <string> Vodafone_in </string> <key> 899190 </key> <string> BhartiAirtel_in </string> <key> 899192 </key> <string> BhartiAirtel_in </string> <key> 899193 </key> <string> BhartiAirtel_in </string> <key> 899194 </key> <string> BhartiAirtel_in </string> <key> 899195 </key> <string> BhartiAirtel_in </string> <key> 899196 </key> <string> BhartiAirtel_in </string> <key> 899197 </key> <string> BhartiAirtel_in </string> <key> 899198 </key> <string> BhartiAirtel_in </string> <key> 8996277 </key> <string> Orange_jo </string> <key> 899663 </key> <string> mobily_sa </string> <key> 8997112 </key> <string> Etisalat_ae </string> <key> 8997202 </key> <string> Cellcom_il </string> </dict> <key> MobileDeviceSoftwareVersionsByVersion </key> <dict> <key> 2 </key> <dict> <key> MobileDeviceSoftwareVersions </key> <dict> <key> iPhone1,1 </key> <dict> <key> 1A543a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 1C25 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 1C27 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 1C28 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 3A109a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 3B48a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <false/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4A102 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4355.20080226.Pt57h/iPhoneDocumentation_1.1.4.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4313.20080226.Sw39i/iPhone1,1_1.1.4_4A102_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.4 </string> </dict> </dict> </dict> <key> iPod1,1 </key> <dict> <key> 3A100a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 3A110a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 4B1 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <false/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> </dict> </dict> <key> RecoverySoftwareVersions </key> <dict> <key> WTF </key> <dict> <key> 304218112 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> </dict> </dict> </dict> <key> 3 </key> <dict> <key> MobileDeviceSoftwareVersions </key> <dict> <key> iPhone1,1 </key> <dict> <key> 1A543a </key> <dict> <key> OfferRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5246.20080818.2V0hO/iPhone1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> 1C25 </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 1C27 </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 1C28 </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 3A109a </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 3B48a </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 1A543a </string> </dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5246.20080818.2V0hO/iPhone1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5246.20080818.2V0hO/iPhone1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5246.20080818.2V0hO/iPhone1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> </dict> </dict> <key> iPhone1,2 </key> <dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5241.20080818.t5Fv3/iPhone1,2_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5241.20080818.t5Fv3/iPhone1,2_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5340.20080818.VB9iU/iPhoneDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5241.20080818.t5Fv3/iPhone1,2_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> </dict> </dict> <key> iPod1,1 </key> <dict> <key> 3A100a </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5339.20080818.nHlp4/iPodDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> protected://appldnld.apple.com.edgesuite.net/content.info.apple.com/ProtectedAsset/iPod/osx/bundles/061-5243.20080818.039Ym/iPod1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 3A100a </string> </dict> <key> 3A110a </key> <dict> <key> SameAs </key> <string> 3A100a </string> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 3A100a </string> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 3A100a </string> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 3A100a </string> </dict> <key> 4B1 </key> <dict> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5339.20080818.nHlp4/iPodDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> protected://appldnld.apple.com.edgesuite.net/content.info.apple.com/ProtectedAsset/iPod/osx/bundles/061-5243.20080818.039Ym/iPod1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5339.20080818.nHlp4/iPodDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> protected://appldnld.apple.com.edgesuite.net/content.info.apple.com/ProtectedAsset/iPod/osx/bundles/061-5243.20080818.039Ym/iPod1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5C1 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5339.20080818.nHlp4/iPodDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> protected://appldnld.apple.com.edgesuite.net/content.info.apple.com/ProtectedAsset/iPod/osx/bundles/061-5243.20080818.039Ym/iPod1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 5 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5C1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5339.20080818.nHlp4/iPodDocumentation_2.0.2.ipd </string> <key> FirmwareURL </key> <string> protected://appldnld.apple.com.edgesuite.net/content.info.apple.com/ProtectedAsset/iPod/osx/bundles/061-5243.20080818.039Ym/iPod1,1_2.0.2_5C1_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.0.2 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> </dict> </dict> </dict> <key> RecoverySoftwareVersions </key> <dict> <key> WTF </key> <dict> <key> 304218112 </key> <dict> <key> 4 </key> <dict> <key> BuildVersion </key> <string> 5A348 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4990.20080710.Mplk8/x12220000_4_Recovery.ipsw </string> </dict> <key> 3 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> <key> 2 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> </dict> <key> 304283648 </key> <dict> <key> BuildVersion </key> <string> 2.0.0.128.2 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4962.20080909.Aaqs3/x12230000_Recovery.ipsw </string> </dict> </dict> <key> Firmware </key> <dict> <key> DFU </key> <dict> <key> 306249728 </key> <dict> <key> BuildVersion </key> <string> 1.1.2.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4728.20080707.Vlo09/x12410000_Recovery.ipsw </string> </dict> <key> 306315264 </key> <dict> <key> BuildVersion </key> <string> 1.1.3.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5164.20080722.hnt3A/x12420000_Recovery.ipsw </string> </dict> </dict> </dict> <key> Recovery </key> <dict> <key> DFU </key> <dict> <key> 304226560 </key> <dict> <key> BuildVersion </key> <string> 5A348 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4992.20080710.Vfr3q/x12222100_Recovery.ipsw </string> </dict> </dict> </dict> </dict> </dict> <key> 4 </key> <dict> <key> MobileDeviceSoftwareVersions </key> <dict> <key> iPhone1,1 </key> <dict> <key> 1A543a </key> <dict> <key> OfferRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 1C25 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 1C27 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 1C28 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3A109a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3B48a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5F136 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5H11 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> EpochVersion </key> <string> 4 </string> </dict> </dict> </dict> </dict> <key> iPhone1,2 </key> <dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5F136 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5H11 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5920.20090127.vgrt5/iPhoneDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> EpochVersion </key> <string> 4 </string> </dict> </dict> </dict> </dict> <key> iPod1,1 </key> <dict> <key> 3A100a </key> <dict> <key> 2 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3A110a </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 4B1 </key> <dict> <key> 2 </key> <dict> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> </dict> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5A345 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5F137 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5H11 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 5 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> EpochVersion </key> <string> 4 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> <key> EpochVersion </key> <string> 3 </string> </dict> </dict> </dict> </dict> <key> iPod2,1 </key> <dict> <key> 5F135 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> 5F137 </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5F138 </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5G77a </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5H11a </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> EpochVersion </key> <string> 2 </string> </dict> </dict> </dict> </dict> </dict> <key> RecoverySoftwareVersions </key> <dict> <key> WTF </key> <dict> <key> 304218112 </key> <dict> <key> 4 </key> <dict> <key> BuildVersion </key> <string> 5G77 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5799.20081120.Pty6y/x12220000_4_Recovery.ipsw </string> </dict> <key> 3 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> <key> 2 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> </dict> <key> 34592 </key> <dict> <key> 1 </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> FirmwareURL </key> <string> EMPTY </string> </dict> </dict> <key> 304283648 </key> <dict> <key> BuildVersion </key> <string> 2.0.0.128.2 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4962.20080909.Aaqs3/x12230000_Recovery.ipsw </string> </dict> <key> 304349184 </key> <dict> <key> BuildVersion </key> <string> 1.1.0.128.1 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-6315.20090526.AQS4R/x12240000_Recovery.ipsw </string> </dict> <key> 304414720 </key> <dict> <key> BuildVersion </key> <string> 1.0.4.128.0 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/x12250000_Recovery.ipsw </string> </dict> </dict> <key> Firmware </key> <dict> <key> DFU </key> <dict> <key> 306249728 </key> <dict> <key> BuildVersion </key> <string> 1.1.2.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4728.20080707.Vlo09/x12410000_Recovery.ipsw </string> </dict> <key> 306315264 </key> <dict> <key> BuildVersion </key> <string> 1.1.3.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5164.20080722.hnt3A/x12420000_Recovery.ipsw </string> </dict> <key> 306380800 </key> <dict> <key> BuildVersion </key> <string> 1.0.4.128.0 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/x12430000_Recovery.ipsw </string> </dict> <key> 306511872 </key> <dict> <key> BuildVersion </key> <string> 2.0.0.128.2 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4962.20080909.Aaqs3/x12450000_Recovery.ipsw </string> </dict> </dict> </dict> <key> Recovery </key> <dict> <key> DFU </key> <dict> <key> 304226560 </key> <dict> <key> BuildVersion </key> <string> 5G77 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5800.20081120.Zaw0o/x12222100_Recovery.ipsw </string> </dict> </dict> </dict> </dict> </dict> <key> 5 </key> <dict> <key> MobileDeviceSoftwareVersions </key> <dict> <key> iPhone1,1 </key> <dict> <key> 1A543a </key> <dict> <key> OfferRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7481.20100202.4orot/iPhone1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 1C25 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 1C27 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 1C28 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3A109a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3B48a </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 1A543a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7481.20100202.4orot/iPhone1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5F136 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G26 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G46 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G53 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G64 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5H11 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7A341 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7A400 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C106c </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C116a </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C144 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7481.20100202.4orot/iPhone1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7481.20100202.4orot/iPhone1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 5 </string> </dict> </dict> </dict> </dict> <key> iPhone1,2 </key> <dict> <key> 5A345 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7468.20100202.pbnrt/iPhone1,2_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5F136 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 5H11 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7A341 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7A400 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C106c </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C116a </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7C144 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 5A345 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7468.20100202.pbnrt/iPhone1,2_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7468.20100202.pbnrt/iPhone1,2_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 5 </string> </dict> </dict> </dict> </dict> <key> iPhone2,1 </key> <dict> <key> 7A341 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7472.20100202.8tugj/iPhone2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 7A400 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C106c </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C116a </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C144 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7472.20100202.8tugj/iPhone2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7822.20100202.VfP8u/iPhoneDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7472.20100202.8tugj/iPhone2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 2 </string> </dict> </dict> </dict> </dict> <key> iPod1,1 </key> <dict> <key> 3A100a </key> <dict> <key> 2 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3A101a </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3A110a </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 3B48b </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 4A93 </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 4A102 </key> <dict> <key> SameAs </key> <string> 3A100a </string> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 4B1 </key> <dict> <key> 2 </key> <dict> <key> OfferPurchasedRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> </string> <key> FirmwareURL </key> <string> </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 5A347 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> OfferPurchasedPartialRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> 5A345 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5B108 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5C1 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5F137 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5G77 </key> <dict> <key> SameAs </key> <string> 5A347 </string> </dict> <key> 5H11 </key> <dict> <key> OfferPurchasedPartialRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> 7A341 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 7C106c </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C116a </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C144 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C145 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 7 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7479.20100202.Secrc/iPod1,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 5 </string> </dict> </dict> <key> 5 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPod/061-5862.2009127.f2dke/iPod1,1_2.2.1_5H11_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> <key> EpochVersion </key> <string> 4 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 4B1 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4984.20080714.XsEW6/iPodDocumentation_1.1.5.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4841.20080714.bgy8O/iPod1,1_1.1.5_4B1_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.1.5 </string> <key> IsPersonalizable </key> <false/> <key> EpochVersion </key> <string> 3 </string> </dict> </dict> </dict> </dict> <key> iPod2,1 </key> <dict> <key> 5F135 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> OfferPurchasedPartialRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7471.20100202.4itfh/iPod2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> 5F137 </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5F138 </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5G77a </key> <dict> <key> SameAs </key> <string> 5F135 </string> </dict> <key> 5H11a </key> <dict> <key> OfferPurchasedPartialRestoreAsUpdate </key> <true/> <key> PurchasedRestore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7471.20100202.4itfh/iPod2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> </dict> </dict> <key> 7A341 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7471.20100202.4itfh/iPod2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 7C106c </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C116a </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C144 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7C145 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 7A341 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7471.20100202.4itfh/iPod2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 7 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> protected://pfd.apple.com/ProtectedAsset/iPodTouch/061-7471.20100202.4itfh/iPod2,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 4 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 5H11a </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/061-5928.20090127.ZaspL/iPodDocumentation_2.2.1.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5863.20090127.rt56K/iPod2,1_2.2.1_5H11a_Restore.ipsw </string> <key> ProductVersion </key> <string> 2.2.1 </string> <key> IsPersonalizable </key> <false/> <key> EpochVersion </key> <string> 2 </string> </dict> </dict> </dict> </dict> <key> iPod3,1 </key> <dict> <key> 7C144 </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7473.20100202.4i44t/iPod3,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> 7C145 </key> <dict> <key> SameAs </key> <string> 7C144 </string> </dict> <key> 7C146 </key> <dict> <key> SameAs </key> <string> 7C144 </string> </dict> <key> 7D11 </key> <dict> <key> SameAs </key> <string> 7C144 </string> </dict> <key> 7E18 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7473.20100202.4i44t/iPod3,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 7 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7473.20100202.4i44t/iPod3,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 1 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7821.20100202.AzPyt/iPodDocumentation_3.1.3.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-7473.20100202.4i44t/iPod3,1_3.1.3_7E18_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.1.3 </string> <key> EpochVersion </key> <string> 1 </string> </dict> </dict> </dict> </dict> <key> iPad1,1 </key> <dict> <key> 7B348b </key> <dict> <key> OfferPartialRestoreAsUpdate </key> <true/> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7B367 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-8032.20100403.CdWsa/iPadDocumentation_3.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-7987.20100403.mjiTr/iPad1,1_3.2_7B367_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.2 </string> </dict> </dict> <key> 7B360 </key> <dict> <key> SameAs </key> <string> 7B348b </string> </dict> <key> 7B367 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7B367 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-8032.20100403.CdWsa/iPadDocumentation_3.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-7987.20100403.mjiTr/iPad1,1_3.2_7B367_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.2 </string> </dict> </dict> <key> Unknown </key> <dict> <key> 7 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7B367 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-8032.20100403.CdWsa/iPadDocumentation_3.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-7987.20100403.mjiTr/iPad1,1_3.2_7B367_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.2 </string> <key> EpochVersion </key> <string> 1 </string> </dict> </dict> <key> Universal </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 7B367 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-8032.20100403.CdWsa/iPadDocumentation_3.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPad/061-7987.20100403.mjiTr/iPad1,1_3.2_7B367_Restore.ipsw </string> <key> ProductVersion </key> <string> 3.2 </string> <key> EpochVersion </key> <string> 1 </string> </dict> </dict> </dict> </dict> </dict> <key> RecoverySoftwareVersions </key> <dict> <key> WTF </key> <dict> <key> 304218112 </key> <dict> <key> 5 </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6618.20090617.Xse7Y/x12220000_5_Recovery.ipsw </string> </dict> <key> 4 </key> <dict> <key> BuildVersion </key> <string> 5G77 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5799.20081120.Pty6y/x12220000_4_Recovery.ipsw </string> </dict> <key> 3 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> <key> 2 </key> <dict> <key> BuildVersion </key> <string> 4A96 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-4232.20080115.GH6yG/304218112_Recovery.ipsw </string> </dict> </dict> <key> 34592 </key> <dict> <key> 1 </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> FirmwareURL </key> <string> EMPTY </string> </dict> </dict> <key> 35104 </key> <dict> <key> 1 </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> FirmwareURL </key> <string> EMPTY </string> </dict> </dict> <key> 33589538 </key> <dict> <key> 1 </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> FirmwareURL </key> <string> EMPTY </string> </dict> </dict> <key> 33589552 </key> <dict> <key> 1 </key> <dict> <key> BuildVersion </key> <string> 7B367 </string> <key> FirmwareURL </key> <string> EMPTY </string> </dict> </dict> <key> 304283648 </key> <dict> <key> BuildVersion </key> <string> 2.0.4.128.1 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7299.20091217.Bghyt/x12230000_Recovery.ipsw </string> </dict> <key> 305201152 </key> <dict> <key> BuildVersion </key> <string> 34A20020 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7408.20091109.Kef5t/x12310000_Recovery.ipsw </string> </dict> <key> 304349184 </key> <dict> <key> BuildVersion </key> <string> 1.1.0.128.1 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-6315.20090526.AQS4R/x12240000_Recovery.ipsw </string> </dict> <key> 304414720 </key> <dict> <key> BuildVersion </key> <string> 1.0.4.128.0 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/x12250000_Recovery.ipsw </string> </dict> </dict> <key> Firmware </key> <dict> <key> DFU </key> <dict> <key> 306249728 </key> <dict> <key> BuildVersion </key> <string> 1.1.2.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4728.20080707.Vlo09/x12410000_Recovery.ipsw </string> </dict> <key> 306315264 </key> <dict> <key> BuildVersion </key> <string> 1.1.3.128.3 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5164.20080722.hnt3A/x12420000_Recovery.ipsw </string> </dict> <key> 306380800 </key> <dict> <key> BuildVersion </key> <string> 1.0.4.128.0 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-5808.20090805.Fvgtr/x12430000_Recovery.ipsw </string> </dict> <key> 306511872 </key> <dict> <key> BuildVersion </key> <string> 2.0.0.128.2 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-4962.20080909.Aaqs3/x12450000_Recovery.ipsw </string> </dict> <key> 306577408 </key> <dict> <key> BuildVersion </key> <string> 34A20020 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7408.20091109.Kef5t/x12460000_Recovery.ipsw </string> </dict> <key> 306642944 </key> <dict> <key> BuildVersion </key> <string> 2.0.4.128.1 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7299.20091217.Bghyt/x12470000_Recovery.ipsw </string> </dict> </dict> </dict> <key> Recovery </key> <dict> <key> DFU </key> <dict> <key> 304226560 </key> <dict> <key> BuildVersion </key> <string> 7E18 </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6617.20090617.Ew3RP/x12222100_Recovery.ipsw </string> </dict> </dict> </dict> </dict> </dict> </dict> <key> iPodMacUpdaterVersions </key> <dict> <key> 1 </key> <dict> <key> buildID </key> <integer> 22052864 </integer> <key> VisibleBuildID </key> <integer> 22052864 </integer> <key> iPodFamily </key> <integer> 1 </integer> <key> updaterFamily </key> <integer> 1 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 2 </key> <dict> <key> buildID </key> <integer> 36732928 </integer> <key> VisibleBuildID </key> <integer> 36732928 </integer> <key> iPodFamily </key> <integer> 2 </integer> <key> updaterFamily </key> <integer> 2 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 3 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 3 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 4 </key> <dict> <key> buildID </key> <integer> 51478528 </integer> <key> VisibleBuildID </key> <integer> 51478528 </integer> <key> iPodFamily </key> <integer> 4 </integer> <key> updaterFamily </key> <integer> 4 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 5 </key> <dict> <key> buildID </key> <integer> 69304320 </integer> <key> VisibleBuildID </key> <integer> 18972672 </integer> <key> iPodFamily </key> <integer> 5 </integer> <key> updaterFamily </key> <integer> 5 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 6 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 6 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 7 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 7 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 10 </key> <dict> <key> buildID </key> <integer> 51478528 </integer> <key> VisibleBuildID </key> <integer> 51478528 </integer> <key> iPodFamily </key> <integer> 4 </integer> <key> updaterFamily </key> <integer> 10 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 11 </key> <dict> <key> buildID </key> <integer> 69304320 </integer> <key> VisibleBuildID </key> <integer> 18972672 </integer> <key> iPodFamily </key> <integer> 5 </integer> <key> updaterFamily </key> <integer> 11 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 13 </key> <dict> <key> buildID </key> <integer> 101744640 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 6 </integer> <key> updaterFamily </key> <integer> 13 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 14 </key> <dict> <key> buildID </key> <integer> 84967424 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 7 </integer> <key> updaterFamily </key> <integer> 14 </integer> <key> defaultColor </key> <string> SZB </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 17 </key> <dict> <key> buildID </key> <integer> 84967424 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 7 </integer> <key> updaterFamily </key> <integer> 17 </integer> <key> defaultColor </key> <string> SZB </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 128 </key> <dict> <key> buildID </key> <integer> 18055168 </integer> <key> VisibleBuildID </key> <integer> 18055168 </integer> <key> iPodFamily </key> <integer> 128 </integer> <key> updaterFamily </key> <integer> 128 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 129 </key> <dict> <key> buildID </key> <integer> 18055168 </integer> <key> VisibleBuildID </key> <integer> 18055168 </integer> <key> iPodFamily </key> <integer> 128 </integer> <key> updaterFamily </key> <integer> 129 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> </dict> <key> iTunesWindowsXPPreSP2Version </key> <string> 7.5.0 </string> <key> iPodVoiceOverKit </key> <dict> <key> Mac-ppc </key> <dict> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-8016.20100330.Vfgtr/VoiceOverKitDocumentation_1.3.ipd </string> <key> Version </key> <string> 1.3 </string> </dict> <key> Mac-i386 </key> <dict> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-8016.20100330.Vfgtr/VoiceOverKitDocumentation_1.3.ipd </string> <key> Version </key> <string> 1.3 </string> </dict> <key> Windows </key> <dict> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-8018.20300330.CsqSe/VoiceOverKitDocumentation_1.3.ipd </string> <key> ExecutableURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-8018.20300330.CsqSe/iPodVoiceOverSetup.exe </string> <key> Version </key> <string> 1.3 </string> </dict> <key> ArtistsExceptions </key> <dict> <key> 1 </key> <dict> <key> buildID </key> <string> 1.3 </string> <key> changelist </key> <integer> 181954 </integer> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7546.20100325.VovrS/VOArtistExceptions_1.3-181954.zip </string> </dict> </dict> <key> ConditionerRules </key> <dict> <key> 1 </key> <dict> <key> buildID </key> <string> 1.3 </string> <key> changelist </key> <integer> 183813 </integer> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/061-7547.20100325.Cvfre/VOConditionerRules_1.3-183813.zip </string> </dict> </dict> </dict> <key> iTunesWindows2KVersion </key> <string> 7.3.2 </string> <key> MobileDeviceCarrierBundlesByProductVersion </key> <dict> <key> ATT_US </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.6 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7341.20091008.Kjhyt/ATT_US.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Bell_ca </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7445.20091103.pL4ug/Bell_ca.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Bouygues_fr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6541.20090612.Amdcm/Bouygues_fr.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7967.20100312.cedf/Bouygues_fr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Cellcom_il </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7577.20091204.sdecf/Cellcom_il.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Chunghwa_tw </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6953.20090803.Vfgt5/Chunghwa_tw.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7575.20091204.534rt/Chunghwa_tw.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_ar </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6931.20090803.Er4Fv/Claro_ar.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7572.20091204.41erf/Claro_ar.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_br </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6932.20090803.09i8u/Claro_br.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_do </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7863.20100210.Vb67Y/Claro_do.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_ec </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6934.20090803.fjGtH/Porta_ec.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_gt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6935.20090803.56yhu/Claro_gt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_hn </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6936.20090803.lyoyt/Claro_hn.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_jm </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7574.20091204.74tgh/Claro_jm.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_ni </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6938.20090803.2rjrg/Claro_ni.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_py </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6939.20090803.ejwi4/Claro_py.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_sv </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6940.20090803.Hyu7h/Claro_sv.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Claro_uy </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6941.20090803.grgrg/Claro_uy.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Comcel_co </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6933.20090803.123er/Comcel_co.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> DiGi_my </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/018-7155.20100312.ghyth/DiGi_my.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> EntelPCS_cl </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7565.20091204.Pfj4j/EntelPCS_cl.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Etisalat_ae </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6573.20100210.Qw23e/Etisalat_ae.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> FarEasTone_tw </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.3 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7961.20100312.Xsedf/FarEasTone_tw.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Fido_ca </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6646.20090612.ABCD4j/Fido_ca.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> GTA_gu </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7951.20100312.Bhygt/GTA_gu.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Hutchison_au </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6957.20090803.bgr4e/Hutchison_au.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Hutchison_dk </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6775.20090708.9jyyg/Hutchison_dk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Hutchison_it </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7293.20090925.Epqhf/Hutchison_it.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.3 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7954.20100312.MkjOP/Hutchison_it.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Hutchison_se </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6777.20090708.Lvgt5/Hutchison_se.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> KTF_kr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6542.20090612.swe9O/KTF_kr.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7952.20100312.Bgtrf/KTF_kr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> LuxGSM_lu </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6954.20090803.2We3r/LuxGSM_lu.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> MTS_ru </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6949.20090803.L22w3e/MTS_ru.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> MegaFon_ru </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6950.20090803.LoO8u/MegaFon_ru.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> MobileOne_sg </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7563.20091204.pw34r/MobileOne_sg.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> NetCom_no </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6547.20090803.aQws4/NetCom_no.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> O2_UK </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6942.20090803.AzxPy/O2_UK.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> O2_ie </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6567.20100210.P987y/O2_ie.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Oi_BrT_br </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7873.20100210.Aswec/Oi_BrT_br.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Oi_br </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7562.20091204.sPyjt/Oi_br.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Omnitel_lt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6958.20090803.jnjuy/Omnitel_lt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> One_at </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6768.20090708.nju9I/One_at.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7443.20091103.NjUy7/One_at.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Optimus_pt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6557.20090612.Opag0/Optimus_pt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Optus_au </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6771.20090708.LbHyR/Optus_au.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_am </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7561.20091204.Lerft/Orange_am.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_ch </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7957.20100312.MMnbh/Orange_ch.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_ci </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7956.20100312.PPYtg/Orange_ci.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_fr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6645.20090612.PeEd4/Orange_France.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_gn </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7285.20090925.Bdmuc/Orange_gn.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_jo </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6660.20090612.Fr566/Orange_jo.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_li </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6655.20090612.riu93/Orange_li.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_md </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6659.20090612.Lkjnt/Orange_md.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_ml </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6661.20090612.Cf9Iu/Orange_ml.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_re </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6658.20090612.AqPli/Orange_re.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_sk </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6558.20090612.1nofB/Orange_sk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_ug </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7560.20091204.Aswed/Orange_ug.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Orange_uk </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7439.20091103.cfred/Orange_uk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Personal_ar </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7559.20091204.bmgty/Personal_ar.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Rogers_ca </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6647.20090612.XSDRT/Rogers_ca.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> SFR_fr </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7352.20091016.Sv2A4/SFR_fr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> SingTel_sg </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6769.20090708.Azqw2/SingTel_sg.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> SmarTone_hk </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7865.20100210.jy67u/SmarTone_hk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Sonera_fi </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6929.20090803.Fvg8U/Sonera_fi.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> StarHub_sg </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7558.20091204.lfj32/StarHub_sg.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Swisscom_ch </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6770.20090708.LhY6U/Swisscom_ch.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> TIM_br </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7092.20090821.Py7Ui/TIM_br.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> TIM_it </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7950.20100312.gjeof/TIM_Italy.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> TMobile_gr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6799.20090708.bhy7O/TMobile_gr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> TMobile_mk </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7283.20090925.B6B932/TMobile_mk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> TaiwanMobile_tw </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7953.20100312.Asxde/TaiwanMobile_tw.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Tango_lu </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7090.20090821.vq2we/Tango_lu.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7342.20091008.We432/Tango_lu.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telcel_mx </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6937.20090803.3er5t/Telcel_mx.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7573.20091204.mnhjy/Telcel_mx.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telenor_dk </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6774.20090708.Prfh65/Telenor_dk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telia_dk </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6928.20090803.3EDft/Telia_dk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telia_se </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6930.20090803.Qas3R/Telia_se.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telkomsel_id </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6956.20090803.O09oI/Telkomsel_id.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telstra_au </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6559.20090708.swe45/Telstra_au.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7862.20100210.Psw3e/Telstra_au.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Telus_ca </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7960.20100312.Bvgfr/Telus_ca.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> True_th </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7286.20090925.FV8sw/True_th.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7864.20100210.S45ty/True_th.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Unicom_cn </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7351.20091016.2A4sP/Unicom_cn.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> VOX_lu </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6657.20090612.fn2f2/VOX_lu.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7442.20091103.ZsQ23/VOX_lu.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Viettel_vn </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7765.20100115.Gfvtr/Viettel_vn.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> VinaPhone_vn </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7866.20100210.M2frt/VinaPhone_vn.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_au </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7570.20091204.Mbhty/Vodafone_au.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_cz </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6560.20090612.DRarg/Vodafone_cz.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_eg </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6569.20090612.jgiri/Vodafone_eg.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_gr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6561.20090612.Ents0/Vodafone_gr.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7958.20100312.PPkjh/Vodafone_gr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_ie </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/018-7156.20100312.Sawed/Vodafone_ie.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_in </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6570.20090612.TiAtm4/Vodafone_in.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_it </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6669.20090612.Aswed/Vodafone_it.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_mt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6773.20090708.jhfr9/Vodafone_mt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_nz </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6562.20090612.AvshB/Vodafone_nz.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_pt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6563.20090612.Agwd4/Vodafone_pt.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7770.20100115.17Netg/Vodafone_pt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_qa </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7557.20091204.fjri4/Vodafone_qa.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_tr </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6564.20090612.iRRHy/Vodafone_tr.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7571.20091204.13cptr/Vodafone_tr.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> Vodafone_uk </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7556.20091204.Mbhty/Vodafone_uk.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> dtac_th </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7949.20100312.Frdyr/dtac_th.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> mobily_sa </key> <dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6574.20100210.Axde2/mobily_sa.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> mobinil_eg </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6662.20060612.sw345/mobinil_eg.ipcc </string> </dict> <key> 3.1 </key> <dict> <key> BuildVersion </key> <string> 5.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7955.20100312.AqWed/mobinil_eg.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_co </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7281.20090925.4B426/movistar_co.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_ec </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6943.20090803.P34g4/movistar_ec.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_es </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6568.20090612.swoTr/Telefonica_es.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_gt </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6944.20090803.Wq3g4/movistar_gt.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_ni </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6952.20090803.WAA2w/movistar_ni.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_pa </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6945.20090803.Ejg93/movistar_pa.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_sv </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6946.20090803.t45t4/movistar_sv.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> movistar_ve </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7284.20090925.UGW25/movistar_ve.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> <key> vivo_br </key> <dict> <key> 3.0 </key> <dict> <key> BuildVersion </key> <string> 4.4 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6947.20090803.Vgt9O/vivo_br.ipcc </string> </dict> <key> ByProductType </key> <dict> <key> iPhone </key> <dict> <key> FallbackToByProductVersion </key> <true/> </dict> </dict> </dict> </dict> <key> iTunesWindowsDoNotUseASU </key> <string> true </string> <key> MobileDeviceSoftwareVersions </key> <dict> <key> iPhone1,1 </key> <dict> <key> 1A543a </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3824.20070821.o9Ik8/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3824.20070821.o9Ik8/iPhone1,1_1.0.2_1A543a_to_1C28_Update.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> </dict> <key> 1C25 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3825.20070821.vNm5y/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3825.20070821.vNm5y/iPhone1,1_1.0.2_1C25_to_1C28_Update.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> </dict> <key> 1C27 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> <key> Update </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3826.20070821.cBce4/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3826.20070821.cBce4/iPhone1,1_1.0.2_1C27_to_1C28_Update.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> </dict> <key> 1C28 </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> </dict> <key> Unknown </key> <dict> <key> Restore </key> <dict> <key> BuildVersion </key> <string> 1C28 </string> <key> DocumentationURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhoneDocumentation_1.0.2.ipd </string> <key> FirmwareURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw </string> <key> ProductVersion </key> <string> 1.0.2 </string> </dict> </dict> </dict> </dict> <key> MobileDeviceMajorVersionsByProductType </key> <dict> <key> iPhone1,1 </key> <dict> <key> 0 </key> <array> <integer> 1 </integer> <integer> 2 </integer> </array> <key> 2 </key> <integer> 3 </integer> <key> 3 </key> <integer> 4 </integer> <key> 4 </key> <integer> 5 </integer> <key> 5 </key> <integer> 7 </integer> </dict> <key> iPhone1,2 </key> <dict> <key> SameAs </key> <string> iPhone1,1 </string> </dict> <key> iPhone2,1 </key> <dict> <key> 2 </key> <integer> 7 </integer> </dict> <key> iPod1,1 </key> <dict> <key> SameAs </key> <string> iPhone1,1 </string> </dict> <key> iPod2,1 </key> <dict> <key> 1 </key> <integer> 5 </integer> <key> 2 </key> <integer> 5 </integer> <key> 3 </key> <integer> 7 </integer> <key> 4 </key> <integer> 7 </integer> </dict> <key> iPod3,1 </key> <dict> <key> 1 </key> <integer> 7 </integer> </dict> <key> iPad1,1 </key> <dict> <key> 1 </key> <integer> 7 </integer> </dict> </dict> <key> NikeVoiceKits </key> <dict> <key> de-DE </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/D019-0904.20070207.op0Ik/voice_de-DE_1.0.1.zip </string> <key> Version </key> <string> 1.0.1 </string> </dict> <key> es-ES </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/E019-0904.20070207.Q12n8/voice_es-ES_1.0.1.zip </string> <key> Version </key> <string> 1.0.1 </string> </dict> <key> fr-FR </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/F019-0904.20070207.87NY6/voice_fr-FR_1.0.1.zip </string> <key> Version </key> <string> 1.0.1 </string> </dict> <key> ja-JP </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/J019-0904.20070207.Mmk98/voice_ja-JP_1.0.1.zip </string> <key> Version </key> <string> 1.0.1 </string> </dict> <key> it-IT </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/T019-0904.20070207.12NIk/voice_it-IT_1.0.1.zip </string> <key> Version </key> <string> 1.0.1 </string> </dict> <key> zh </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/CH019-1051.20070905.pM0o8/voice_zh-CN_1.0.zip </string> <key> Version </key> <string> 1.0 </string> </dict> </dict> <key> MobileDeviceReverseDFUProductTypeIDs </key> <dict> <key> DFU </key> <dict> <key> 304222464 </key> <integer> 304218112 </integer> <key> 304226560 </key> <integer> 304218112 </integer> <key> 304230656 </key> <integer> 304218112 </integer> <key> 34592 </key> <integer> 34592 </integer> <key> 35104 </key> <integer> 35104 </integer> <key> 33589538 </key> <integer> 33589538 </integer> <key> 33589552 </key> <integer> 33589552 </integer> </dict> <key> Recovery </key> <dict> <key> 310382848 </key> <integer> 304218112 </integer> <key> 310386944 </key> <integer> 304218112 </integer> <key> 310391040 </key> <integer> 304218112 </integer> <key> 34592 </key> <integer> 34592 </integer> <key> 35104 </key> <integer> 35104 </integer> <key> 33589538 </key> <integer> 33589538 </integer> <key> 33589552 </key> <integer> 33589552 </integer> </dict> </dict> <key> iTunesWindowsASUMinimumVersion </key> <string> 1.1.0.0 </string> <key> NikeVoiceKitsByVersion </key> <dict> <key> 2 </key> <dict> <key> de-DE </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_de-DE_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> <key> es-ES </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_es-ES_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> <key> fr-FR </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_fr-FR_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> <key> it-IT </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_it-IT_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> <key> ja-JP </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_ja-JP_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> <key> zh </key> <dict> <key> URL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPod/SBML/osx/bundles/019-1695.20091109.fjerf/voice_zh-CN_2.0.zip </string> <key> Version </key> <string> 2.0 </string> </dict> </dict> </dict> <key> MobileDeviceMajorVersions </key> <dict> <key> 0 </key> <array> <integer> 1 </integer> <integer> 2 </integer> </array> <key> 2 </key> <integer> 3 </integer> <key> 3 </key> <integer> 4 </integer> <key> 4 </key> <integer> 5 </integer> </dict> <key> iPodWindowsUpdaterVersions </key> <dict> <key> 1 </key> <dict> <key> buildID </key> <integer> 22052864 </integer> <key> VisibleBuildID </key> <integer> 22052864 </integer> <key> iPodFamily </key> <integer> 1 </integer> <key> updaterFamily </key> <integer> 1 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 2 </key> <dict> <key> buildID </key> <integer> 36732928 </integer> <key> VisibleBuildID </key> <integer> 36732928 </integer> <key> iPodFamily </key> <integer> 2 </integer> <key> updaterFamily </key> <integer> 2 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 3 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 3 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 4 </key> <dict> <key> buildID </key> <integer> 51478528 </integer> <key> VisibleBuildID </key> <integer> 51478528 </integer> <key> iPodFamily </key> <integer> 4 </integer> <key> updaterFamily </key> <integer> 4 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 5 </key> <dict> <key> buildID </key> <integer> 69304320 </integer> <key> VisibleBuildID </key> <integer> 18972672 </integer> <key> iPodFamily </key> <integer> 5 </integer> <key> updaterFamily </key> <integer> 5 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 6 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 6 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 7 </key> <dict> <key> buildID </key> <integer> 39944192 </integer> <key> VisibleBuildID </key> <integer> 21069824 </integer> <key> iPodFamily </key> <integer> 3 </integer> <key> updaterFamily </key> <integer> 7 </integer> <key> defaultColor </key> <string> PFW </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 10 </key> <dict> <key> buildID </key> <integer> 51478528 </integer> <key> VisibleBuildID </key> <integer> 51478528 </integer> <key> iPodFamily </key> <integer> 4 </integer> <key> updaterFamily </key> <integer> 10 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 11 </key> <dict> <key> buildID </key> <integer> 69304320 </integer> <key> VisibleBuildID </key> <integer> 18972672 </integer> <key> iPodFamily </key> <integer> 5 </integer> <key> updaterFamily </key> <integer> 11 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> <key> 13 </key> <dict> <key> buildID </key> <integer> 101744640 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 6 </integer> <key> updaterFamily </key> <integer> 13 </integer> <key> defaultColor </key> <string> XXX </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 14 </key> <dict> <key> buildID </key> <integer> 84967424 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 7 </integer> <key> updaterFamily </key> <integer> 14 </integer> <key> defaultColor </key> <string> SZB </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 17 </key> <dict> <key> buildID </key> <integer> 84967424 </integer> <key> VisibleBuildID </key> <integer> 17858560 </integer> <key> iPodFamily </key> <integer> 7 </integer> <key> updaterFamily </key> <integer> 17 </integer> <key> defaultColor </key> <string> SZB </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 128 </key> <dict> <key> buildID </key> <integer> 18055168 </integer> <key> VisibleBuildID </key> <integer> 18055168 </integer> <key> iPodFamily </key> <integer> 128 </integer> <key> updaterFamily </key> <integer> 128 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <true/> </dict> <key> 129 </key> <dict> <key> buildID </key> <integer> 18055168 </integer> <key> VisibleBuildID </key> <integer> 18055168 </integer> <key> iPodFamily </key> <integer> 128 </integer> <key> updaterFamily </key> <integer> 129 </integer> <key> defaultColor </key> <string> </string> <key> updaterDownloadURL </key> <string> http://www.apple.com/ipod/download/ </string> <key> displayInAbout </key> <false/> </dict> </dict> <key> MobileDeviceCarrierBundles </key> <dict> <key> ATT_US </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4732.20090203.gj3ef/ATT_US.ipcc </string> </dict> <key> BhartiAirtel_in </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5430.20080909.5jhioy/BhartiAirtel_in.ipcc </string> </dict> <key> Bouygues_fr </key> <dict> <key> BuildVersion </key> <string> 3.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6129.20090401.ZxR56/Bouygues_fr.ipcc </string> </dict> <key> Chunghwa_tw </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5758.20081125.2pyd9/Chunghwa_tw.ipcc </string> </dict> <key> Claro_ar </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4907.20080819.6453e/Claro_ar.ipcc </string> </dict> <key> Claro_br </key> <dict> <key> BuildVersion </key> <string> 2.8 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5596.20080929.1c0Oi/Claro_br.ipcc </string> </dict> <key> Claro_cl </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5412.20080909.Jgk9t/Claro_cl.ipcc </string> </dict> <key> Claro_do </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4911.20081125.pJ5tG/Claro_do.ipcc </string> </dict> <key> Claro_ec </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4912.20080819.Ccawv/Porta_ec.ipcc </string> </dict> <key> Claro_gt </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4913.20080819.0plmy/Claro_gt.ipcc </string> </dict> <key> Claro_hn </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5416.20081014.BhY6T/Claro_hn.ipcc </string> </dict> <key> Claro_jm </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5704.20081014.CfI9u/Claro_jm.ipcc </string> </dict> <key> Claro_ni </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4916.20080909.g934h/Claro_ni.ipcc </string> </dict> <key> Claro_pe </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4917.20080819.liko8/Claro_pe.ipcc </string> </dict> <key> Claro_py </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4918.20080819.p034r/Claro_py.ipcc </string> </dict> <key> Claro_sv </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5284.20080819.bhy78/Claro_sv.ipcc </string> </dict> <key> Claro_uy </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4920.20080819.Cde3W/Claro_uy.ipcc </string> </dict> <key> Comcel_co </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5413.20080909.6tyu6/Comcel_co.ipcc </string> </dict> <key> EMT_ee </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5400.20080909.fji30/EMT_ee.ipcc </string> </dict> <key> Etisalat_ae </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5833.20081208.qv27D/Etisalat_ae.ipcc </string> </dict> <key> Globe_ph </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5405.20080909.Qase0/Globe_ph.ipcc </string> </dict> <key> Hutchison_hk </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5921.20090121.ro490/Hutchison_hk.ipcc </string> </dict> <key> Hutchison_mo </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5922.20090121.o35ge/Hutchison_mo.ipcc </string> </dict> <key> KTF_kr </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4933.20081125.6yGUF/KTF_kr.ipcc </string> </dict> <key> LuxGSM_lu </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5759.20081125.pQ5SM/LuxGSM_lu.ipcc </string> </dict> <key> LMT_lv </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4894.20080909.44rrr/LMT_lv.ipcc </string> </dict> <key> Maxis_my </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6079.20090313.Lkr5t/Maxis_my.ipcc </string> </dict> <key> MegaFon_ru </key> <dict> <key> BuildVersion </key> <string> 2.8 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5590.20080929.q1e3C/MegaFon_ru.ipcc </string> </dict> <key> mobily_sa </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5962.20090203.98ijG/mobily_sa.ipcc </string> </dict> <key> mobinil_eg </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5757.20021029.swe9i/mobinil_eg.ipcc </string> </dict> <key> Mobistar_be </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5392.20081111.Fer45/Mobistar_be.ipcc </string> </dict> <key> movistar_ar </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5691.20081125.mPGMw/movistar_ar.ipcc </string> </dict> <key> movistar_cl </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5958.20090203.IIUtg/movistar_cl.ipcc </string> </dict> <key> movistar_co </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5297.20080819.Pj39f/movistar_co.ipcc </string> </dict> <key> movistar_ec </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5293.20080819.V34Gr/movistar_ec.ipcc </string> </dict> <key> movistar_es </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5689.20090316.fdoIk/Telefonica_es.ipcc </string> </dict> <key> movistar_gt </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5685.20081111.Ploik/movistar_gt.ipcc </string> </dict> <key> movistar_ni </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5959.20090203.cxp8I/movistar_ni.ipcc </string> </dict> <key> movistar_pa </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5686.20081029.Gbh7y/movistar_pa.ipcc </string> </dict> <key> movistar_pe </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5445.20080909.bj934/movistar_pe.ipcc </string> </dict> <key> movistar_sv </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5687.20081111.BhYt6/movistar_sv.ipcc </string> </dict> <key> movistar_uy </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5443.20080909.Dejfr/movistar_uy.ipcc </string> </dict> <key> movistar_ve </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5700.20090203.Mblt5/movistar_ve.ipcc </string> </dict> <key> MTS_ru </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5696.20081111.vgrt5/MTS_ru.ipcc </string> </dict> <key> NetCom_no </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5402.20080909.654rg/NetCom_no.ipcc </string> </dict> <key> O2_cz </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5447.20080909.BjTY/O2_cz.ipcc </string> </dict> <key> O2_ie </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5433.20080909.Crjei/O2_ie.ipcc </string> </dict> <key> Omnitel_lt </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5665.20081111.Mjki8/Omnitel_lt.ipcc </string> </dict> <key> One_at </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5955.20090203.Pfk4h/One_at.ipcc </string> </dict> <key> Optimus_pt </key> <dict> <key> BuildVersion </key> <string> 2.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5065.20080805.Zaq23/Optimus_pt.ipcc </string> </dict> <key> Optus_au </key> <dict> <key> BuildVersion </key> <string> 2.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5088.20080805.Bt7j3/Optus_au.ipcc </string> </dict> <key> Orange_bw </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5609.20081125.YoCSZ/Orange_bw.ipcc </string> </dict> <key> Orange_cf </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5963.20090203.p3jR5/Orange_cf.ipcc </string> </dict> <key> Orange_ch </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6022.20090313.zmKi8/Orange_ch.ipcc </string> </dict> <key> Orange_ci </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5489.20081125.KgVhN/Orange_ci.ipcc </string> </dict> <key> Orange_cm </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5610.20081125.MZn1H/Orange_cm.ipcc </string> </dict> <key> Orange_do </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5611.20081125.RvduI/Orange_do.ipcc </string> </dict> <key> Orange_gn </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5490.20081125.pzuVF/Orange_gn.ipcc </string> </dict> <key> Orange_jo </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5613.20081125.tRYG3/Orange_jo.ipcc </string> </dict> <key> Orange_ke </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5614.20081125.ibHtO/Orange_ke.ipcc </string> </dict> <key> Orange_li </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5291.20080819.gi33g/Orange_li.ipcc </string> </dict> <key> Orange_md </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5491.20081029.po90o/Orange_md.ipcc </string> </dict> <key> Orange_mg </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5615.20081125.Yzukp/Orange_mg.ipcc </string> </dict> <key> Orange_ml </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5705.20081125.mvHVZ/Orange_ml.ipcc </string> </dict> <key> Orange_mq </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5616.20081125.K11GY/Orange_mq.ipcc </string> </dict> <key> Orange_mu </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5492.20081125.VWv4k/Orange_mu.ipcc </string> </dict> <key> Orange_ne </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5706.20081125.okDrQ/Orange_ne.ipcc </string> </dict> <key> Orange_pl </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5267.20080819.aqjdi/Orange_pl.ipcc </string> </dict> <key> Orange_re </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5223.20081125.aXZTo/Orange_re.ipcc </string> </dict> <key> Orange_ro </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5269.20080819.0bkjT/Orange_ro.ipcc </string> </dict> <key> Orange_sk </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5270.20080819.swqad/Orange_sk.ipcc </string> </dict> <key> Orange_sn </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5617.20081125.1YTdw/Orange_sn.ipcc </string> </dict> <key> SFR_fr </key> <dict> <key> BuildVersion </key> <string> 3.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6133.20090401.Li8ou/SFR_fr.ipcc </string> </dict> <key> SingTel_sg </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5271.20080819.Desw2/SingTel_sg.ipcc </string> </dict> <key> Sonera_fi </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5664.20081111.Ckfer/Sonera_fi.ipcc </string> </dict> <key> Swisscom_ch </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4935.20080819.e35gt/Swisscom_ch.ipcc </string> </dict> <key> Telcel_mx </key> <dict> <key> BuildVersion </key> <string> 2.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5122.20080805.KnsaS/Telcel_mx.ipcc </string> </dict> <key> Telia_dk </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5956.20090203.asqP0/Telia_dk.ipcc </string> </dict> <key> Telia_se </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5668.20081111.Cfrt6/Telia_se.ipcc </string> </dict> <key> Telenor_dk </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6130.20090313.123dr/Telenor_dk.ipcc </string> </dict> <key> Telenor_no </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6131.20090313.Pt5jv/Telenor_no.ipcc </string> </dict> <key> Telenor_se </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6132.20090313.6hp43/Telenor_se.ipcc </string> </dict> <key> Telkomsel_id </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6080.20090313.zasp5/Telkomsel_id.ipcc </string> </dict> <key> Telstra_au </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5404.20080909.34bvoy/Telstra_au.ipcc </string> </dict> <key> TIM_br </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5832.20081208.9fbnS8/TIM_br.ipcc </string> </dict> <key> TIM_it </key> <dict> <key> BuildVersion </key> <string> 2.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5089.20080805.BrRe/TIM_Italy.ipcc </string> </dict> <key> TMobile_bg </key> <dict> <key> BuildVersion </key> <string> 3.3 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6014.20090313.mnhju/TMobile_bg.ipcc </string> </dict> <key> TMobile_cz </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5425.20080909.0y67g/TMobile_cz.ipcc </string> </dict> <key> TMobile_gr </key> <dict> <key> BuildVersion </key> <string> 3.3 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6013.20090313.fvgt5/TMobile_gr.ipcc </string> </dict> <key> TMobile_hr </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4926.20081029.gty67/TMobile_hr.ipcc </string> </dict> <key> TMobile_hu </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5426.20080909.Mbjfg/TMobile_hu.ipcc </string> </dict> <key> TMobile_me </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4928.20081125.ksRc2/TMobile_me.ipcc </string> </dict> <key> TMobile_mk </key> <dict> <key> BuildVersion </key> <string> 3.0 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4929.20081125.sYLHB/TMobile_mk.ipcc </string> </dict> <key> TMobile_nl </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5427.20080909.pt54f/TMobile_nl.ipcc </string> </dict> <key> TMobile_pl </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5428.20081111.gkreo4/TMobile_pl.ipcc </string> </dict> <key> TMobile_sk </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4932.20080819.T4fDF/TMobile_sk.ipcc </string> </dict> <key> True_th </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5960.20090203.67tgr/True_th.ipcc </string> </dict> <key> Turkcell_tr </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5694.20090203.frt5ty/Turkcell_tr.ipcc </string> </dict> <key> VimpelCom_ru </key> <dict> <key> BuildVersion </key> <string> 2.8 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5591.20080929.tB3Dc/VimpelCom_ru.ipcc </string> </dict> <key> vivo_br </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5688.20081111.Nkiuj/vivo_br.ipcc </string> </dict> <key> Vodafone_au </key> <dict> <key> BuildVersion </key> <string> 2.9 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-4899.20091111.Bghyt/Vodafone_au.ipcc </string> </dict> <key> Vodafone_cz </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5276.20080819.vgt5r/Vodafone_cz.ipcc </string> </dict> <key> Vodafone_eg </key> <dict> <key> BuildVersion </key> <string> 2.8 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5225.20080929.UiR4V/Vodafone_eg.ipcc </string> </dict> <key> Vodafone_gr </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5277.20080819.Vfg0P/Vodafone_gr.ipcc </string> </dict> <key> Vodafone_in </key> <dict> <key> BuildVersion </key> <string> 2.5 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5226.20080819.bgt56/Vodafone_in.ipcc </string> </dict> <key> Vodafone_it </key> <dict> <key> BuildVersion </key> <string> 2.2 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5076.20080805.Adjeo/Vodafone_it.ipcc </string> </dict> <key> Vodafone_mt </key> <dict> <key> BuildVersion </key> <string> 2.8 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5232.20080929.0P9i7/Vodafone_mt.ipcc </string> </dict> <key> Vodafone_nz </key> <dict> <key> BuildVersion </key> <string> 2.7 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5409.20080909.Pkg54/Vodafone_nz.ipcc </string> </dict> <key> Vodafone_pt </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5957.20090203.qAz34/Vodafone_pt.ipcc </string> </dict> <key> Vodafone_tr </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-5672.20090203.fj309/Vodafone_tr.ipcc </string> </dict> <key> VOX_lu </key> <dict> <key> BuildVersion </key> <string> 3.1 </string> <key> BundleURL </key> <string> http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-6048.20090313.Caqw0/VOX_lu.ipcc </string> </dict> </dict> </dict> </plist> |
It looks like I was given information for the iPhone, iPod, as well as the iPad. Yeah, sure, I'll take it all, thanks.
iPad does Wi-Fi / 802.1x / Protected EAP
So now that my iPad was officially registered in a manner approved by Apple, I was now able to actually do something useful with it. Since there's no Ethernet port on it anywhere, I started configuring the device for Wi-Fi. I was informed that this thing supports 802.1x, and considering I run PEAP at home via Active Directory and IAS, I was curious as to how I was going to get the root CA's certificate transferred onto the device in order to trust the AAA server certificate.
The third trace illustrates the very first time the iPad connected to a network (aside from QA tests done at the factory). The 802.11 beacons, probe requests and probe responses are filtered out here for the sake of trace output brevity. There's nothing necessarily out of the ordinary here, but this simply demonstrates that if you run PEAP you should be able to associate and authenticate the iPad onto the network.
Per the norm, the iPad does an 802.11 Authentication request at packet 1. The access point (a Cisco 1230) replies with an 802.11 Authentication response. The iPad supplicant then sends an 802.11 Association request and the AP answers with an 802.11 Association response with Status code of "successful." Great, now we get onto the good stuff...
The AP sends out an EAP Identity request in packet 5 and starts the whole 802.1x process. Its identity value is referenced with the SSID (who-disb) as well as its NAS identifier, which in this case is the AP device hostname (ufp-ap01). In packet 7 the iPad supplicant comes with an EAP Identity response. Somewhere along the line, the iPad had prompted me for my username on the screen, although probably not reflected within this trace itself due to the number of milliseconds between each packet shown and how slow I type on the iPad's virtual keyboard. Once entered, this value is sent in the response as the outer identity. Although this identifier could really be anything, the actual username that is sent in this example is "docrice" (the one I typed in).
At packet 8, the AP signals the start for the PEAP authentication sequence. In the next packet, the iPad sends a Client Hello to start the SSL / TLS negotiation with a random value and a list of supported cipher suites. On packet 17, we see the server certificate being sent from the RADIUS server and relayed through the AP (the few packets previous to it are the various fragments which make up the initial RADIUS server response). This Server Hello response shows that TLS_RSA_WITH_RC4_128_MD5 was the chosen cipher suite as well as the Star Trek-themed certificate data.
After a few more packets where the iPad apparently decides to trust the root CA which issued the RADIUS / AAA server certificate and finishes the SSL / TLS negotiation, at packet 29 the AP confirms that the EAP transaction setup was a success via EAP code 3. The WPA four-way handshake begins. Only three packets of the four-way handshake are shown here, probably due to radio reception and / or packet loss on the capture interface.
Everything afterwards in the trace is just 802.11 control frames (and eventually encrypted traffic after the trace ends) as expected. I've truncated the network capture to just the first 100 packets starting with the 802.11 Authentication request. The entire association / 802.1x authentication sequence took about 3.4 seconds.
More to come later
This article just covers the first few moments of the iPad coming to life from the factory. In the future, I'll look at what happens when I connect to and buy something from the App Store or have one of the installed apps determine my general physical location to display something geographically-relevant (like nearby restaurants cooking something I'm hungry for).
Go back to the main articles list.