Title: [234888] trunk/Tools
Revision
234888
Author
[email protected]
Date
2018-08-15 08:41:30 -0700 (Wed, 15 Aug 2018)

Log Message

WebKitTestRunner should support watch devices
https://bugs.webkit.org/show_bug.cgi?id=188570

Reviewed by Alex Christensen.

* WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234887 => 234888)


--- trunk/Tools/ChangeLog	2018-08-15 15:17:55 UTC (rev 234887)
+++ trunk/Tools/ChangeLog	2018-08-15 15:41:30 UTC (rev 234888)
@@ -1,3 +1,12 @@
+2018-08-15  Jonathan Bedard  <[email protected]>
+
+        WebKitTestRunner should support watch devices
+        https://bugs.webkit.org/show_bug.cgi?id=188570
+
+        Reviewed by Alex Christensen.
+
+        * WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig:
+
 2018-08-15  Wenson Hsieh  <[email protected]>
 
         [Attachment SPI] Remove attachment display mode options

Modified: trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig (234887 => 234888)


--- trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig	2018-08-15 15:17:55 UTC (rev 234887)
+++ trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig	2018-08-15 15:41:30 UTC (rev 234888)
@@ -38,6 +38,6 @@
 EXCLUDED_SOURCE_FILE_NAMES[sdk=appletv*] = ios/Launch.storyboard;
 EXCLUDED_SOURCE_FILE_NAMES[sdk=watch*] = ios/Launch.storyboard;
 
-TARGETED_DEVICE_FAMILY = 1,2;
+TARGETED_DEVICE_FAMILY = 1,2,4;
 
 CODE_SIGN_ENTITLEMENTS[sdk=iphone*] = Configurations/WebKitTestRunnerApp-iOS.entitlements;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to