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>
|