Title: [237604] trunk/Source/WebKit
- Revision
- 237604
- Author
- [email protected]
- Date
- 2018-10-30 15:10:56 -0700 (Tue, 30 Oct 2018)
Log Message
Build fix attempt after enabling InstallAPI for iOS.
https://bugs.webkit.org/show_bug.cgi?id=191043
rdar://problem/32728423
* Configurations/WebKit.xcconfig: Skip NSURLDownloadSPI.h here too.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (237603 => 237604)
--- trunk/Source/WebKit/ChangeLog 2018-10-30 21:49:17 UTC (rev 237603)
+++ trunk/Source/WebKit/ChangeLog 2018-10-30 22:10:56 UTC (rev 237604)
@@ -1,5 +1,13 @@
2018-10-30 Alexey Proskuryakov <[email protected]>
+ Build fix attempt after enabling InstallAPI for iOS.
+ https://bugs.webkit.org/show_bug.cgi?id=191043
+ rdar://problem/32728423
+
+ * Configurations/WebKit.xcconfig: Skip NSURLDownloadSPI.h here too.
+
+2018-10-30 Alexey Proskuryakov <[email protected]>
+
Enable InstallAPI for iOS unconditionally
https://bugs.webkit.org/show_bug.cgi?id=191043
rdar://problem/32728423
Modified: trunk/Source/WebKit/Configurations/WebKit.xcconfig (237603 => 237604)
--- trunk/Source/WebKit/Configurations/WebKit.xcconfig 2018-10-30 21:49:17 UTC (rev 237603)
+++ trunk/Source/WebKit/Configurations/WebKit.xcconfig 2018-10-30 22:10:56 UTC (rev 237604)
@@ -139,7 +139,7 @@
// FIXME: Remove -reexport_install_name once rdar://problem/30820233 is fixed.
OTHER_TAPI_FLAGS = $(OTHER_TAPI_FLAGS_$(WK_COCOA_TOUCH));
-OTHER_TAPI_FLAGS_cocoatouch = $(inherited) -reexport_install_name $(WK_ALTERNATE_WEBKIT_SDK_PATH)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy -extra-private-header $(SRCROOT)/Platform/ExtraPrivateSymbolsForTAPI.h -extra-public-header $(SRCROOT)/Platform/ExtraPublicSymbolsForTAPI.h;
+OTHER_TAPI_FLAGS_cocoatouch = $(inherited) -reexport_install_name $(WK_ALTERNATE_WEBKIT_SDK_PATH)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy -extra-private-header $(SRCROOT)/Platform/ExtraPrivateSymbolsForTAPI.h -extra-public-header $(SRCROOT)/Platform/ExtraPublicSymbolsForTAPI.h -exclude-private-header $(WEBKIT_LEGACY_PRIVATE_HEADERS_DIR)/NSURLDownloadSPI.h;
SECTORDER_FLAGS = $(SECTORDER_FLAGS_$(CONFIGURATION));
SECTORDER_FLAGS_Production[sdk=iphoneos*] = -Wl,-order_file,$(SDKROOT)/AppleInternal/OrderFiles/WebKit.order;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes