apple-data 1.0.524 → 1.0.525

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: 3e547f63a7ae9911707c55de606f92289f8196a4235fdb6e1557d3669e073c53
4
- data.tar.gz: a549decf3d01351b4f81ffd56e45bf927485c5e2d2d99a8d9ca4d924406adf29
3
+ metadata.gz: bd49c134e86c5abd257fbae804338a5bc3aab55bac7153a97fb016a977a49cac
4
+ data.tar.gz: 9d4f90afdb4ac151b92d2eef69e85d36500b5b1bab72976272655162346508e8
5
5
  SHA512:
6
- metadata.gz: 469d0a76166023b1d985b7a650b8b403dc1f43eeb1f83b9b109c63d584e554bba01d54131c8803dad28b61a4154b8de92b6b401cf67b65f23dd419bdf5312582
7
- data.tar.gz: 27d413f28b8adfcdbdc2fbf0c96d71a7f48457a4922b19438d4ae51322067db5b021d9866c186e7c1e339f3c554391bc5c58a03164dd229efc4188f7cf441e3e
6
+ metadata.gz: 7a400e63508429acd92168ad56dab9d01849808d0a7894d703ca38672184e4a147a524f07b020836fb19be6dfccf2b8d9df84dc2d186e42cbfea5a544b67a897
7
+ data.tar.gz: c06ad1f6034128d5682f20dfa866ccaf71995f51c6dce2acb03b019a312eb06110aa132b134ea9bd834cb4724a01db899e7ca67ff5a1cab775e347df62f2307f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.524'
4
+ VERSION = '1.0.525'
5
5
  end
data/share/cores.yaml CHANGED
@@ -1341,6 +1341,14 @@ chip_ids:
1341
1341
  product_name: iPhone SE (3rd gen)
1342
1342
  product_id: iPhone14,6
1343
1343
  board_name: D49AP
1344
+ 0x18:
1345
+ product_name: iPhone 14
1346
+ product_id: iPhone14,7
1347
+ board_name: D27AP
1348
+ 0x1A:
1349
+ product_name: iPhone 14 Plus
1350
+ product_id: iPhone14,8
1351
+ board_name: D28AP
1344
1352
 
1345
1353
  0x8112:
1346
1354
  name: t8112
@@ -1385,7 +1393,42 @@ chip_ids:
1385
1393
  product_id: Mac14,7
1386
1394
  board_name: J493AP
1387
1395
 
1396
+ 0x8120:
1397
+ name: t8120
1398
+ description: A16
1399
+ architecture:
1400
+
1401
+ revisions:
1402
+ 0x01:
1403
+ security_epoch: 0x01
1404
+ version: iBoot-
1405
+ sha1:
1406
+ sha256:
1407
+
1408
+ securerom:
1409
+ nonce:
1410
+ ap_length:
1411
+ sep_length:
1412
+ demotion_reg:
1413
+ memory_layout:
1414
+ rom:
1415
+ sram:
1416
+ dram:
1417
+ dfu_image:
1418
+ dfu_load:
1419
+ recovery_image:
1420
+ recovery_load:
1421
+ trampoline:
1388
1422
 
1423
+ boards:
1424
+ 0x0C:
1425
+ product_name: iPhone 14 Pro
1426
+ product_id: iPhone15,2
1427
+ board_name: D73AP
1428
+ 0x0E:
1429
+ product_name: iPhone 14 Pro Max
1430
+ product_id: iPhone15,3
1431
+ board_name: D74AP
1389
1432
 
1390
1433
  0x8301:
1391
1434
  name: t8301
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.524
4
+ version: 1.0.525
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark