Title: [234467] trunk/Tools
- Revision
- 234467
- Author
- [email protected]
- Date
- 2018-08-01 13:29:29 -0700 (Wed, 01 Aug 2018)
Log Message
Use iPhone SE as the default simulated device
https://bugs.webkit.org/show_bug.cgi?id=188227
Reviewed by Aakash Jain.
* Scripts/webkitpy/port/ios_simulator.py:
(IOSSimulatorPort):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (234466 => 234467)
--- trunk/Tools/ChangeLog 2018-08-01 19:07:42 UTC (rev 234466)
+++ trunk/Tools/ChangeLog 2018-08-01 20:29:29 UTC (rev 234467)
@@ -1,3 +1,13 @@
+2018-08-01 Jonathan Bedard <[email protected]>
+
+ Use iPhone SE as the default simulated device
+ https://bugs.webkit.org/show_bug.cgi?id=188227
+
+ Reviewed by Aakash Jain.
+
+ * Scripts/webkitpy/port/ios_simulator.py:
+ (IOSSimulatorPort):
+
2018-08-01 Commit Queue <[email protected]>
Unreviewed, rolling out r234443 and r234445.
Modified: trunk/Tools/Scripts/webkitpy/port/ios_simulator.py (234466 => 234467)
--- trunk/Tools/Scripts/webkitpy/port/ios_simulator.py 2018-08-01 19:07:42 UTC (rev 234466)
+++ trunk/Tools/Scripts/webkitpy/port/ios_simulator.py 2018-08-01 20:29:29 UTC (rev 234467)
@@ -39,7 +39,7 @@
ARCHITECTURES = ['x86_64', 'x86']
DEFAULT_ARCHITECTURE = 'x86_64'
- DEFAULT_DEVICE_CLASS = 'iPhone 5s'
+ DEFAULT_DEVICE_CLASS = 'iPhone SE'
CUSTOM_DEVICE_CLASSES = ['iPad', 'iPhone 7']
SDK = 'iphonesimulator'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes