Title: [241990] trunk
Revision
241990
Author
keith_mil...@apple.com
Date
2019-02-23 10:01:16 -0800 (Sat, 23 Feb 2019)

Log Message

Add new mac target numbers
https://bugs.webkit.org/show_bug.cgi?id=194955

Reviewed by Tim Horton.

Source/bmalloc:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/_javascript_Core:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/ThirdParty/ANGLE:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/ThirdParty/libwebrtc:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WebCore:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WebCore/PAL:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WebInspectorUI:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WebKit:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WebKitLegacy/mac:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Source/WTF:

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:

Tools:

* DumpRenderTree/mac/Configurations/Base.xcconfig:
* DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
* MiniBrowser/Configurations/Base.xcconfig:
* TestWebKitAPI/Configurations/Base.xcconfig:
* WebKitTestRunner/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (241989 => 241990)


--- trunk/Source/_javascript_Core/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-22  Robin Morisset  <rmoris...@apple.com>
 
         DFGBytecodeParser should not declare that a node won't clobberExit if DFGFixupPhase can later declare it does clobberExit

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -105,6 +105,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 AD_HOC_CODE_SIGNING_ALLOWED = YES;
 CODE_SIGN_IDENTITY = -;

Modified: trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/_javascript_Core/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (241989 => 241990)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-20  Andy Estes  <aes...@apple.com>
 
         [Xcode] Add SDKVariant.xcconfig to various Xcode projects

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -69,6 +69,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -12,6 +12,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (241989 => 241990)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-20  Andy Estes  <aes...@apple.com>
 
         [Xcode] Add SDKVariant.xcconfig to various Xcode projects

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -67,6 +67,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -12,6 +12,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WTF/ChangeLog (241989 => 241990)


--- trunk/Source/WTF/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WTF/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-21  Antoine Quint  <grao...@apple.com>
 
         Move UIWebTouchEventsGestureRecognizer.activeTouchesByIdentifier to SPI

Modified: trunk/Source/WTF/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WTF/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WTF/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -107,6 +107,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
 

Modified: trunk/Source/WTF/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WTF/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WTF/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebCore/ChangeLog (241989 => 241990)


--- trunk/Source/WebCore/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-23  chris fleizach  <cfleiz...@apple.com>
 
         AX: WebKit is incorrectly mapping the <meter> element to progressbar

Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WebCore/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -95,6 +95,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 WK_TARGET_IOS_VERSION_MAJOR = $(IPHONEOS_DEPLOYMENT_TARGET:base); // iOS 9.3 => 9
 

Modified: trunk/Source/WebCore/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WebCore/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebCore/PAL/ChangeLog (241989 => 241990)


--- trunk/Source/WebCore/PAL/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/PAL/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-20  Daniel Bates  <daba...@apple.com>
 
         Attempt to fix the Apple Internal build following r241828

Modified: trunk/Source/WebCore/PAL/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WebCore/PAL/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/PAL/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -95,6 +95,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 WK_TARGET_IOS_VERSION_MAJOR = $(IPHONEOS_DEPLOYMENT_TARGET:base); // iOS 9.3 => 9
 

Modified: trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebInspectorUI/ChangeLog (241989 => 241990)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-22  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: Timelines: add UI for preventing auto-stop

Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -74,6 +74,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -12,6 +12,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 ENGINEERING_BUILD = 1;
 

Modified: trunk/Source/WebKit/ChangeLog (241989 => 241990)


--- trunk/Source/WebKit/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKit/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-22  Chris Dumez  <cdu...@apple.com>
 
         Give DrawingAreas their own identifiers

Modified: trunk/Source/WebKit/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WebKit/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKit/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -93,6 +93,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 WK_TARGET_IOS_VERSION_MAJOR = $(IPHONEOS_DEPLOYMENT_TARGET:base); // iOS 9.3 => 9
 

Modified: trunk/Source/WebKit/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WebKit/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKit/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (241989 => 241990)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-21  Simon Fraser  <simon.fra...@apple.com>
 
         Hardcode Visual Viewports on everywhere except iOS WK1

Modified: trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -95,6 +95,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 WK_TARGET_IOS_VERSION_MAJOR = $(IPHONEOS_DEPLOYMENT_TARGET:base); // iOS 9.3 => 9
 

Modified: trunk/Source/WebKitLegacy/mac/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/WebKitLegacy/mac/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/WebKitLegacy/mac/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -35,6 +35,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Source/bmalloc/ChangeLog (241989 => 241990)


--- trunk/Source/bmalloc/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/bmalloc/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,13 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+
 2019-02-19  Yusuke Suzuki  <ysuz...@apple.com>
 
         [bmalloc] bmalloc::Heap is allocated even though we use system malloc mode

Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Source/bmalloc/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -101,6 +101,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
 

Modified: trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 DEBUG_INFORMATION_FORMAT = dwarf;

Modified: trunk/Tools/ChangeLog (241989 => 241990)


--- trunk/Tools/ChangeLog	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/ChangeLog	2019-02-23 18:01:16 UTC (rev 241990)
@@ -1,3 +1,16 @@
+2019-02-23  Keith Miller  <keith_mil...@apple.com>
+
+        Add new mac target numbers
+        https://bugs.webkit.org/show_bug.cgi?id=194955
+
+        Reviewed by Tim Horton.
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+        * DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
+        * MiniBrowser/Configurations/Base.xcconfig:
+        * TestWebKitAPI/Configurations/Base.xcconfig:
+        * WebKitTestRunner/Configurations/Base.xcconfig:
+
 2019-02-22  Basuke Suzuki  <basuke.suz...@sony.com>
 
         [WinCairo] Enable wk1/wk2 suffix for platform search path.

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -92,6 +92,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig (241989 => 241990)


--- trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -34,6 +34,7 @@
 MACOSX_DEPLOYMENT_TARGET_macosx_101300 = 10.13;
 MACOSX_DEPLOYMENT_TARGET_macosx_101400 = 10.14;
 MACOSX_DEPLOYMENT_TARGET_macosx_101500 = 10.15;
+MACOSX_DEPLOYMENT_TARGET_macosx_101600 = 10.16;
 
 SDKROOT = $(SDKROOT_$(USE_INTERNAL_SDK));
 SDKROOT_ = macosx;

Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -77,6 +77,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -88,6 +88,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 SDKROOT = macosx.internal;
 

Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (241989 => 241990)


--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2019-02-23 16:11:41 UTC (rev 241989)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2019-02-23 18:01:16 UTC (rev 241990)
@@ -84,6 +84,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 TARGET_MAC_OS_X_VERSION_MAJOR_14 = 101400;
 TARGET_MAC_OS_X_VERSION_MAJOR_15 = 101500;
+TARGET_MAC_OS_X_VERSION_MAJOR_16 = 101600;
 
 AD_HOC_CODE_SIGNING_ALLOWED = YES;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to