mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
af953dafc2
* Add iPhone SE (3rd generation) and iPad Air (5th generation) support. * Fix tests. * Add device identifier for iPhone SE (3rd generation) * Version bump (4.6.0) and update changelog. * Fix testIsPhoneIsPadIsPod test. * Add device identifiers for iPad Air (5th generation) * Use Python 3 for gyb. * Adjust release date. * Add support URL and images for iPhone SE (3rd generation). * fix release date due to sick leave * correct version in readme Co-authored-by: Denise Nepraunig <denise.nepraunig@gmail.com>
4 lines
45 B
Python
Executable File
4 lines
45 B
Python
Executable File
#!/usr/bin/env python3
|
|
import gyb
|
|
gyb.main()
|