Skip to content

Commit b8e6e2c

Browse files
committed
Add watchOS devices
1 parent 51fe5fa commit b8e6e2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

import_system_symbols_from_ipsw.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ class Device:
4646
architecture="arm64e",
4747
),
4848
],
49-
"watchos": [],
49+
"watchos": [
50+
Device(identifier="Watch5,4", name="Apple Watch Series 5 (44mm, LTE)", architecture="arm64e"),
51+
Device(identifier="Watch4,3", name="Apple Watch Series 4 (40mm, LTE)", architecture="arm64e"),
52+
Device(identifier="Watch3,4", name="Apple Watch Series 3 (42mm)", architecture="arm64e"),
53+
],
5054
}
5155

5256

0 commit comments

Comments
 (0)