apple-data 1.0.528 → 1.0.529

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abc396d3f9f7dc55b8e0779e8e4586208156ea570caea9905728c21e802af11d
4
- data.tar.gz: 14b4d62660e7b9b19122556ccdceb97cb629a4e09740b7e86d69d1a35cbf24f1
3
+ metadata.gz: 85b0d74d6ca44396edf659ea571a16c24412cd0975470aa9dd4f115654403034
4
+ data.tar.gz: 60ce156e287450693f7d0e569898eb2759180111aa2c9029f7b7ba5a0df60d05
5
5
  SHA512:
6
- metadata.gz: ce5f236f3869f1d8b366f2f6cac6b0805fdf19cc2d42c8b0390cb5cc1d1d2feee794fb52e8eb33d1c77a0d09df57e605bcba4cd647e9601fce616a7cd24a90c1
7
- data.tar.gz: 16543fb3629e7b86432fe5d9996333966083535576ff13a036fbb86e3900939f4e4802e81e09669c4a8e343b369097087645f5452d52255335ccc458b34595a6
6
+ metadata.gz: 98806590dcda0e7058bc2fb7e4de3330d4b6fc1fb3e5a2a827b83d3773dc1b338b39e8f64501f0226428d6191d176f7fefbe22158034ad0fa79a31c63a34028a
7
+ data.tar.gz: fcfe6140229252136f84aa64fd8745aa1b63f0883a2554228d0f0f818d50f2e59e5f6031a3fceaa084eb91935b55df5c205bc1154bbb9a0db7efd344f468948e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.528'
4
+ VERSION = '1.0.529'
5
5
  end
data/share/cores.yaml CHANGED
@@ -57,10 +57,21 @@ chip_ids:
57
57
  name: t6000
58
58
  description: M1 Pro
59
59
  architecture: armv8.4
60
+
61
+ cores:
62
+ performance:
63
+ count:
64
+ efficiency:
65
+ count:
66
+
60
67
  capabilities:
61
- 64bit: true
62
- pac: true
63
- el2: true
68
+ address_sizes:
69
+ - 64
70
+
71
+ pointer_authentication: true
72
+ hypervisor: true
73
+ sep:
74
+
64
75
  os:
65
76
  - macOS
66
77
 
@@ -100,10 +111,14 @@ chip_ids:
100
111
  name: t6001
101
112
  description: M1 Max
102
113
  architecture: armv8.4
114
+
103
115
  capabilities:
104
- 64bit: true
105
- pac: true
106
- el2: true
116
+ address_sizes:
117
+ - 64
118
+
119
+ pointer_authentication: true
120
+ hypervisor: true
121
+
107
122
  os:
108
123
  - macOS
109
124
 
@@ -194,16 +209,29 @@ chip_ids:
194
209
  nonce:
195
210
  ap_length: 0x14
196
211
  sep_length: 0x14
197
- demotion_reg: 0x20e02a000
212
+
213
+ registers:
214
+ demotion: 0x20e02a000
215
+
198
216
  memory_layout:
199
- rom: 0x100000000-0x80000+
200
- sram: 0x180000000-0x400000+
201
- dram: 0x800000000
217
+ rom_base: 0x100000000
218
+ rom_size: 0x80000
219
+ sram_base: 0x180000000
220
+ sram_size: 0x400000
221
+ dram_base: 0x800000000
202
222
  dfu_image: 0x180380000
203
223
  dfu_load: 0x180000000
204
224
  recovery_image: 0x83D7F7000
205
225
  recovery_load: 0x800000000
226
+
227
+ symbols:
206
228
  trampoline: 0x1800c0000
229
+ usb_descriptors: 0x180088760
230
+ usb_serial_number: 0x1800888C8
231
+ usb_create_string_descriptor: 0x10000E074
232
+ usb_srnm_string_descriptor: 0x18008062A
233
+ payload_destination: 0x1800E0C00
234
+ payload_pointer: 0x180088878
207
235
 
208
236
  boards:
209
237
  0x04:
@@ -244,29 +272,39 @@ chip_ids:
244
272
  0x7001:
245
273
  name: t7001
246
274
  description: A8X
247
- architecture:
275
+ architecture: arm64
248
276
 
249
277
  revisions:
250
278
  0x01:
251
279
  security_epoch: 0x01
252
- version: iBoot-
253
- sha1:
280
+ version: iBoot-1991.0.0.2.16
281
+ sha1: 4c17f3566ea2db554d8cd43fa333fa9de15ab0a3
254
282
  sha256:
255
283
 
256
284
  securerom:
257
285
  nonce:
258
- ap_length:
259
- sep_length:
286
+ ap_length: 0x14
287
+ sep_length: 0x14
260
288
  demotion_reg:
261
289
  memory_layout:
262
- rom:
263
- sram:
264
- dram:
290
+ rom_base: 0x100000000
291
+ rom_size: 0x80000
292
+ sram_base: 0x180000000
293
+ sram_size: 0x400000
294
+ dram_base: 0x800000000
295
+ dram_size: 0x400000
265
296
  dfu_image:
266
297
  dfu_load:
267
298
  recovery_image:
268
299
  recovery_load:
269
300
  trampoline:
301
+ symbols:
302
+ usb_descriptors: 0x180088CE0
303
+ usb_serial_number: 0x180088E48
304
+ usb_create_string_descriptor: 0x100011074
305
+ usb_srnm_string_descriptor: 0x180080C2A
306
+ payload_destination: 0x1800E0C00
307
+ payload_pointer: 0x180088DF8
270
308
 
271
309
  boards:
272
310
  0x02:
@@ -325,8 +363,8 @@ chip_ids:
325
363
  revisions:
326
364
  0x01:
327
365
  security_epoch: 0x01
328
- version: iBoot-
329
- sha1:
366
+ version: iBoot-2234.0.0.3.3
367
+ sha1: 9979dce30e913c888cf77234c7a7e2a7fa676f4c
330
368
  sha256:
331
369
 
332
370
  securerom:
@@ -1073,8 +1111,9 @@ chip_ids:
1073
1111
  description: A13
1074
1112
  architecture: arm8
1075
1113
  capabilities:
1076
- pac: true
1077
- 64bit: true
1114
+ pointer_authentication: true
1115
+ address_sizes:
1116
+ - 64
1078
1117
 
1079
1118
 
1080
1119
  revisions:
@@ -1135,9 +1174,10 @@ chip_ids:
1135
1174
  description: A14
1136
1175
  architecture: arm8
1137
1176
  capabilities:
1138
- el2: true
1139
- pac: true
1140
- 64bit: true
1177
+ hypervisor: true
1178
+ pointer_authentication: true
1179
+ address_sizes:
1180
+ - 64
1141
1181
 
1142
1182
  revisions:
1143
1183
  0x01:
@@ -1193,7 +1233,7 @@ chip_ids:
1193
1233
  architecture: armv8.4
1194
1234
  capabilities:
1195
1235
  64bit: true
1196
- pac: true
1236
+ pointer_authentication: true
1197
1237
  el2: true
1198
1238
  os:
1199
1239
  - macOS
@@ -1354,13 +1394,15 @@ chip_ids:
1354
1394
  name: t8112
1355
1395
  description: M2
1356
1396
  architecture: armv8.4
1357
- capabilities:
1358
- 64bit: true
1359
- pac: true
1360
- el2: true
1361
1397
  os:
1362
1398
  - macOS
1363
1399
 
1400
+ capabilities:
1401
+ pointer_authentication: true
1402
+ hypervisor: true
1403
+ address_sizes:
1404
+ - 64
1405
+
1364
1406
  revisions:
1365
1407
  0x01:
1366
1408
  security_epoch: 0x01
data/share/ipsw.yaml CHANGED
@@ -49387,7 +49387,6 @@ ipsw_files:
49387
49387
  version: 3.0.1
49388
49388
  products:
49389
49389
  - iPhone2,1
49390
- build_identities:
49391
49390
  hashes:
49392
49391
  md5: b4a76e3e0013470c8965582a27d06be8
49393
49392
  sha1: 30006575af931e3da0521febace005152cdb8853
@@ -100767,7 +100766,6 @@ ipsw_files:
100767
100766
  version: '3.0'
100768
100767
  products:
100769
100768
  - iPhone2,1
100770
- build_identities:
100771
100769
  hashes:
100772
100770
  md5: 7fbfdd916e3f6912da6541596cb96d72
100773
100771
  sha1: d8534408c8679c830fd0c4e36ef9762c11ef73df
@@ -180141,6 +180139,8 @@ ipsw_files:
180141
180139
  AppleTV5,3_15.6_19M5027c_Restore.ipsw:
180142
180140
  urls:
180143
180141
  - url: https://updates.cdn-apple.com/2022SpringSeed/fullrestores/012-08388/ECDE8193-8AA7-4753-853C-23E02AC1F3A2/AppleTV5,3_15.6_19M5027c_Restore.ipsw
180142
+ hashes:
180143
+ sha1: 54a8db87c6c7a81f7ff0e9eb04d8eb22f8396d75
180144
180144
  AppleTV5,3_15.6_19M5037c_Restore.ipsw:
180145
180145
  urls:
180146
180146
  - url: https://updates.cdn-apple.com/2022SpringSeed/fullrestores/012-10253/B164E636-B927-417F-9BF4-2291FAA62973/AppleTV5,3_15.6_19M5037c_Restore.ipsw
@@ -182564,96 +182564,156 @@ ipsw_files:
182564
182564
  iPhone_4.7_15.6.1_19G82_Restore.ipsw:
182565
182565
  urls:
182566
182566
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52552/90DDC844-B111-4CBF-8C86-E2A8B604B3D2/iPhone_4.7_15.6.1_19G82_Restore.ipsw
182567
+ hashes:
182568
+ sha1: 3f24a89a67a73ae212b247d808bf6e4e6bab5805
182567
182569
  iPhone_5.5_15.6.1_19G82_Restore.ipsw:
182568
182570
  urls:
182569
182571
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52595/6E67AF64-825E-4778-9301-F25A4E8EEF37/iPhone_5.5_15.6.1_19G82_Restore.ipsw
182572
+ hashes:
182573
+ sha1: b4a9a8cd1feb16c4158fdb2e03854f96c7a8a795
182570
182574
  iPhone_4.0_64bit_15.6.1_19G82_Restore.ipsw:
182571
182575
  urls:
182572
182576
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-53076/DAD300FD-EA55-4458-AA3E-6BA875C4B3A1/iPhone_4.0_64bit_15.6.1_19G82_Restore.ipsw
182577
+ hashes:
182578
+ sha1: 2e8f01eb43db77723c41bc6d1437053fab5a8cb9
182573
182579
  iPhone10,3,iPhone10,6_15.6.1_19G82_Restore.ipsw:
182574
182580
  urls:
182575
182581
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52718/E165707F-2AA7-40C8-B1A5-0BB94E3F845A/iPhone10,3,iPhone10,6_15.6.1_19G82_Restore.ipsw
182582
+ hashes:
182583
+ sha1: 5f1cd54665372ccaeb6fe6ab971ca88c6d378e79
182576
182584
  iPhone12,8_15.6.1_19G82_Restore.ipsw:
182577
182585
  urls:
182578
182586
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52400/C76C51A6-2DD7-4F78-9E36-BBB511F85908/iPhone12,8_15.6.1_19G82_Restore.ipsw
182579
182587
  iPhone13,1_15.6.1_19G82_Restore.ipsw:
182580
182588
  urls:
182581
182589
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52698/7F9356E8-F0EA-4BD9-8E8E-64D71AF1EEB4/iPhone13,1_15.6.1_19G82_Restore.ipsw
182590
+ hashes:
182591
+ sha1: c5e9618577ca89a7dd32d4209eccb1d92a9d3a90
182582
182592
  iPhone13,4_15.6.1_19G82_Restore.ipsw:
182583
182593
  urls:
182584
182594
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-53121/781B38B9-5A72-4F6D-AA98-ADB074F000DC/iPhone13,4_15.6.1_19G82_Restore.ipsw
182595
+ hashes:
182596
+ sha1: 0ced9c8c388fd5a95de6e613763ed9b1bf24b4d0
182585
182597
  iPhone14,4_15.6.1_19G82_Restore.ipsw:
182586
182598
  urls:
182587
182599
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52747/C3BCF7F5-EE6F-488E-9842-7C4E2EB9DAB9/iPhone14,4_15.6.1_19G82_Restore.ipsw
182600
+ hashes:
182601
+ sha1: 5c802126a058d72bf661ccb210f133d859f6d2ad
182588
182602
  iPhone14,5_15.6.1_19G82_Restore.ipsw:
182589
182603
  urls:
182590
182604
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52790/1375B597-6A2A-4C60-8B78-C9AC84C4475F/iPhone14,5_15.6.1_19G82_Restore.ipsw
182605
+ hashes:
182606
+ sha1: 8387d4127fead0be07500bba24c7184a1315ea5b
182591
182607
  iPhone14,2_15.6.1_19G82_Restore.ipsw:
182592
182608
  urls:
182593
182609
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52415/04B2D458-9F17-4937-8ECB-60BB805C3BBB/iPhone14,2_15.6.1_19G82_Restore.ipsw
182610
+ hashes:
182611
+ sha1: ab372f697dc9bc12fb4118f88129627f3b4e5130
182594
182612
  iPhone14,3_15.6.1_19G82_Restore.ipsw:
182595
182613
  urls:
182596
182614
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52164/8C0BBF98-ABAF-4B5F-A278-02E7FDB52C34/iPhone14,3_15.6.1_19G82_Restore.ipsw
182615
+ hashes:
182616
+ sha1: 919b52e0eebd782c46baea0408b8ac9721d98399
182597
182617
  iPhone14,6_15.6.1_19G82_Restore.ipsw:
182598
182618
  urls:
182599
182619
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52672/8C68D6B3-9EDE-46EA-9BBD-4C16ADAAA1C5/iPhone14,6_15.6.1_19G82_Restore.ipsw
182620
+ hashes:
182621
+ sha1: 2f3fd70a9288d2033bb266606c1335b76df543ec
182600
182622
  iPhone_4.7_P3_15.6.1_19G82_Restore.ipsw:
182601
182623
  urls:
182602
182624
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52712/26BB2FC1-230F-460A-8DEB-D361479973EC/iPhone_4.7_P3_15.6.1_19G82_Restore.ipsw
182625
+ hashes:
182626
+ sha1: 8ab1e6e4943aaf30dec2b1c0048587b2a3f800a5
182603
182627
  iPhone_5.5_P3_15.6.1_19G82_Restore.ipsw:
182604
182628
  urls:
182605
182629
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52889/B5338EBD-ED5C-4637-A829-6A269A2BD916/iPhone_5.5_P3_15.6.1_19G82_Restore.ipsw
182630
+ hashes:
182631
+ sha1: f90d311ddb5808ad6fc8ef73da919752eb4a9fec
182606
182632
  iPhone11,8,iPhone12,1_15.6.1_19G82_Restore.ipsw:
182607
182633
  urls:
182608
182634
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52696/AA3B1C19-3E2D-4A65-BF5D-8563C9D719BE/iPhone11,8,iPhone12,1_15.6.1_19G82_Restore.ipsw
182635
+ hashes:
182636
+ sha1: b12f96e8aa87885a5f7732b71b809b2f3d7107d4
182609
182637
  iPhone11,2,iPhone11,4,iPhone11,6,iPhone12,3,iPhone12,5_15.6.1_19G82_Restore.ipsw:
182610
182638
  urls:
182611
182639
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52967/DCE2CEF4-E428-4B8B-8A46-1C05E239E728/iPhone11,2,iPhone11,4,iPhone11,6,iPhone12,3,iPhone12,5_15.6.1_19G82_Restore.ipsw
182640
+ hashes:
182641
+ sha1: 27b483324fc54a4f3156add74f448993316032f9
182612
182642
  iPodtouch_7_15.6.1_19G82_Restore.ipsw:
182613
182643
  urls:
182614
182644
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52627/DD300F48-BDC8-4A19-9BC7-37587D2F14E9/iPodtouch_7_15.6.1_19G82_Restore.ipsw
182645
+ hashes:
182646
+ sha1: 4a65faa31dbd306db1f8561a656382cf6763f658
182615
182647
  iPad_10.2_15.6.1_19G82_Restore.ipsw:
182616
182648
  urls:
182617
182649
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52155/B842569C-B688-44DA-9058-9B8DC5936A52/iPad_10.2_15.6.1_19G82_Restore.ipsw
182650
+ hashes:
182651
+ sha1: d15fbe8c9bd9ead9bed663a316f29cdfa4ae7374
182618
182652
  iPad_10.2_2020_15.6.1_19G82_Restore.ipsw:
182619
182653
  urls:
182620
182654
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52945/1DDAEEA6-1C96-440C-9DBA-6F4D33F57135/iPad_10.2_2020_15.6.1_19G82_Restore.ipsw
182655
+ hashes:
182656
+ sha1: 83db5fc5352276303e01788c9f0f2eefc519c0aa
182621
182657
  iPad_10.2_2021_15.6.1_19G82_Restore.ipsw:
182622
182658
  urls:
182623
182659
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52847/DFAA9670-26D9-4946-A9F8-9ED9CFC11335/iPad_10.2_2021_15.6.1_19G82_Restore.ipsw
182660
+ hashes:
182661
+ sha1: 11afab81544bde790b4793ecc6a2a96fb7fc0ced
182624
182662
  iPad_64bit_TouchID_ASTC_15.6.1_19G82_Restore.ipsw:
182625
182663
  urls:
182626
182664
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52633/AC5BDCA4-7C06-40CD-A61C-65DCF1BBDE3E/iPad_64bit_TouchID_ASTC_15.6.1_19G82_Restore.ipsw
182665
+ hashes:
182666
+ sha1: 478a00c0bf4411dd3984699de0f4c700967e15d5
182627
182667
  iPad_Fall_2021_15.6.1_19G82_Restore.ipsw:
182628
182668
  urls:
182629
182669
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-53130/667A9F96-0B0E-4641-878F-48844EEA398C/iPad_Fall_2021_15.6.1_19G82_Restore.ipsw
182670
+ hashes:
182671
+ sha1: 74a37f34dba73340d0cc4f4ea5b0f2e58da70617
182630
182672
  iPad_64bit_TouchID_15.6.1_19G82_Restore.ipsw:
182631
182673
  urls:
182632
182674
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52944/7F21F4D8-03C9-45D1-AB60-A7CF99B64DB9/iPad_64bit_TouchID_15.6.1_19G82_Restore.ipsw
182675
+ hashes:
182676
+ sha1: c8883712a9ee8e40ec33a9d0b7c77b18671c6f07
182633
182677
  iPad_Fall_2020_15.6.1_19G82_Restore.ipsw:
182634
182678
  urls:
182635
182679
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52333/089AFE1C-ACCD-4167-AB01-B5A4BF6597E4/iPad_Fall_2020_15.6.1_19G82_Restore.ipsw
182680
+ hashes:
182681
+ sha1: 62cd5a15a15af22b91cb92ef6e5c36aa2c2c8695
182636
182682
  iPad_Spring_2022_15.6.1_19G82_Restore.ipsw:
182637
182683
  urls:
182638
182684
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52227/D93D9970-02CA-4FAA-A535-798D31BB293C/iPad_Spring_2022_15.6.1_19G82_Restore.ipsw
182685
+ hashes:
182686
+ sha1: c6bf2c9aecf1149adf657a8f17a2c3b7d89d109f
182639
182687
  iPad_Spring_2019_15.6.1_19G82_Restore.ipsw:
182640
182688
  urls:
182641
182689
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52145/8D085DB4-D459-4ACA-B816-6FEF5B34F271/iPad_Spring_2019_15.6.1_19G82_Restore.ipsw
182690
+ hashes:
182691
+ sha1: c352b2b87c1b28dcff2239ae8b2586558abe3e41
182642
182692
  iPadPro_12.9_15.6.1_19G82_Restore.ipsw:
182643
182693
  urls:
182644
182694
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52262/C7DF205A-8BCF-46EC-BBF4-2BB5B35BC019/iPadPro_12.9_15.6.1_19G82_Restore.ipsw
182695
+ hashes:
182696
+ sha1: c9a8e55aaa8d971d29eb824d8dc8534744ca6874
182645
182697
  iPadPro_9.7_15.6.1_19G82_Restore.ipsw:
182646
182698
  urls:
182647
182699
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52159/1499A7D6-07FF-4FF3-9ACA-AA46A72D9950/iPadPro_9.7_15.6.1_19G82_Restore.ipsw
182700
+ hashes:
182701
+ sha1: fea823e16255df919579909a5ce23475a66b7d91
182648
182702
  iPad_Pro_A12X_A12Z_15.6.1_19G82_Restore.ipsw:
182649
182703
  urls:
182650
182704
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52940/01502C4C-495B-483C-ABB3-319509F4C0EE/iPad_Pro_A12X_A12Z_15.6.1_19G82_Restore.ipsw
182705
+ hashes:
182706
+ sha1: 6d6fe0df66c50a78db70cf46de4993971b8b4dd4
182651
182707
  iPad_Pro_Spring_2021_15.6.1_19G82_Restore.ipsw:
182652
182708
  urls:
182653
182709
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-53127/DDDA0855-416A-4C8A-AAC7-F18D4387FDFE/iPad_Pro_Spring_2021_15.6.1_19G82_Restore.ipsw
182710
+ hashes:
182711
+ sha1: 81f465efd9408fd88e57bca825c08bebfa4b3095
182654
182712
  iPad_Pro_HFR_15.6.1_19G82_Restore.ipsw:
182655
182713
  urls:
182656
182714
  - url: https://updates.cdn-apple.com/2022SummerFCS/fullrestores/012-52928/761AA194-A2ED-430D-A355-F1533029A377/iPad_Pro_HFR_15.6.1_19G82_Restore.ipsw
182715
+ hashes:
182716
+ sha1: c73029a9b0821e24c6f89bda3ece8fb964541792
182657
182717
  iPhone11,2,iPhone11,4,iPhone11,6_16.0_20A5349b_Restore.ipsw:
182658
182718
  urls:
182659
182719
  - url: https://updates.cdn-apple.com/2022SummerSeed/fullrestores/012-53507/BA828AB2-A9F4-4A59-AEAD-01CFE3A162A6/iPhone11,2,iPhone11,4,iPhone11,6_16.0_20A5349b_Restore.ipsw
@@ -182797,6 +182857,8 @@ ipsw_files:
182797
182857
  AppleTV5,3_16.0_20J5371a_Restore.ipsw:
182798
182858
  urls:
182799
182859
  - url: https://updates.cdn-apple.com/2022SummerSeed/fullrestores/012-56234/7D341758-F65D-4886-A374-F942A1F36DF5/AppleTV5,3_16.0_20J5371a_Restore.ipsw
182860
+ hashes:
182861
+ sha1: 10f58512bc53a24e1f394f751aa7542b62d26323
182800
182862
  iPad_10.2_16.0_20A5349b_Restore.ipsw:
182801
182863
  urls:
182802
182864
  - url: https://updates.cdn-apple.com/2022SummerSeed/fullrestores/012-53308/AA04AF65-6C9C-47E9-B87B-ED9AAB501C1C/iPad_10.2_16.0_20A5349b_Restore.ipsw
data/share/tipw_sync.yaml CHANGED
@@ -81514,21 +81514,11 @@ tipw_firmwares:
81514
81514
  complete: false
81515
81515
  synced: false
81516
81516
  downloaded: true
81517
- 23602:
81518
- title: OTA Updates/iPad Air/12.5.6
81519
- complete: false
81520
- synced: false
81521
- downloaded: true
81522
81517
  23669:
81523
81518
  title: OTA Updates/iPad Air/15.7
81524
81519
  complete: false
81525
81520
  synced: false
81526
81521
  downloaded: true
81527
- 23605:
81528
- title: OTA Updates/iPad mini/12.5.6
81529
- complete: false
81530
- synced: false
81531
- downloaded: true
81532
81522
  23668:
81533
81523
  title: OTA Updates/iPad mini/15.7
81534
81524
  complete: false
@@ -81544,11 +81534,6 @@ tipw_firmwares:
81544
81534
  complete: false
81545
81535
  synced: false
81546
81536
  downloaded: true
81547
- 23604:
81548
- title: OTA Updates/iPhone/12.5.6
81549
- complete: false
81550
- synced: false
81551
- downloaded: true
81552
81537
  23666:
81553
81538
  title: OTA Updates/iPhone/15.7
81554
81539
  complete: false
@@ -81564,11 +81549,6 @@ tipw_firmwares:
81564
81549
  complete: false
81565
81550
  synced: false
81566
81551
  downloaded: true
81567
- 23603:
81568
- title: OTA Updates/iPod touch/12.5.6
81569
- complete: false
81570
- synced: false
81571
- downloaded: true
81572
81552
  23667:
81573
81553
  title: OTA Updates/iPod touch/15.7
81574
81554
  complete: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.528
4
+ version: 1.0.529
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark