Skip to content

Commit

Permalink
Add watchOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 19, 2022
1 parent 51fe5fa commit b8e6e2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion import_system_symbols_from_ipsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ class Device:
architecture="arm64e",
),
],
"watchos": [],
"watchos": [
Device(identifier="Watch5,4", name="Apple Watch Series 5 (44mm, LTE)", architecture="arm64e"),
Device(identifier="Watch4,3", name="Apple Watch Series 4 (40mm, LTE)", architecture="arm64e"),
Device(identifier="Watch3,4", name="Apple Watch Series 3 (42mm)", architecture="arm64e"),
],
}


Expand Down

0 comments on commit b8e6e2c

Please sign in to comment.