Title: [236098] trunk/Source/WebKit
Revision
236098
Author
[email protected]
Date
2018-09-17 18:42:35 -0700 (Mon, 17 Sep 2018)

Log Message

Try to fix Apple internal builds with the iOS 12.0 SDK.

* Configurations/WebKit.xcconfig: Disable framework header postprocessing for iOS 12.0.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236097 => 236098)


--- trunk/Source/WebKit/ChangeLog	2018-09-18 01:01:32 UTC (rev 236097)
+++ trunk/Source/WebKit/ChangeLog	2018-09-18 01:42:35 UTC (rev 236098)
@@ -1,3 +1,9 @@
+2018-09-17  Dan Bernstein  <[email protected]>
+
+        Try to fix Apple internal builds with the iOS 12.0 SDK.
+
+        * Configurations/WebKit.xcconfig: Disable framework header postprocessing for iOS 12.0.
+
 2018-09-17  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r236092 because it breaks internal builds. Also,  remove stray '+' character from ChangeLog file.

Modified: trunk/Source/WebKit/Configurations/WebKit.xcconfig (236097 => 236098)


--- trunk/Source/WebKit/Configurations/WebKit.xcconfig	2018-09-18 01:01:32 UTC (rev 236097)
+++ trunk/Source/WebKit/Configurations/WebKit.xcconfig	2018-09-18 01:42:35 UTC (rev 236098)
@@ -150,6 +150,7 @@
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=macosx*] = $(WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED$(WK_MACOS_1014));
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_MACOS_BEFORE_1014 = YES;
 WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=iphone*11.*] = YES;
+WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=iphone*12.0*] = YES;
 
 WK_RELOCATABLE_FRAMEWORK_LDFLAGS = $(WK_RELOCATABLE_FRAMEWORK_LDFLAGS_$(WK_RELOCATABLE_FRAMEWORKS));
 WK_RELOCATABLE_FRAMEWORK_LDFLAGS_YES = -Wl,-not_for_dyld_shared_cache;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to