[Build] Support public builds on the macOS 26 SDK#46514
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Jun 10, 2025
Merged
[Build] Support public builds on the macOS 26 SDK#46514webkit-commit-queue merged 1 commit intoWebKit:mainfrom
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
Conversation
Collaborator
|
EWS run on current version of this PR (hash c9c9977) Details |
Collaborator
|
EWS run on current version of this PR (hash c9c9977) Details |
aprotyas
approved these changes
Jun 9, 2025
https://bugs.webkit.org/show_bug.cgi?id=294213 rdar://152747039 Reviewed by Abrar Rahman Protyasha. Copy SDK additions from macOS Sequoia, and fix a couple build failures in places where code is assuming an internal SDK. Rename the directories containing SPI modules added in https://commits.webkit.org/293940@main. Directory names need to match the module name imported, so that the compiler enters the directory and discovers the modulemap. * Source/WebKit/Platform/cocoa/WKMaterialHostingSupport.swift: * Source/WebKit/Platform/spi/Cocoa/Modules/WritingToolsUI_Private_SPI/WritingToolsUISPI.h: Renamed from Source/WebKit/Platform/spi/Cocoa/Modules/WritingToolsUI/WritingToolsUISPI.h. * Source/WebKit/Platform/spi/Cocoa/Modules/WritingToolsUI_Private_SPI/module.modulemap: Renamed from Source/WebKit/Platform/spi/Cocoa/Modules/WritingToolsUI/module.modulemap. * Source/WebKit/Platform/spi/Cocoa/Modules/WritingTools_SPI/WritingToolsSPI.h: Renamed from Source/WebKit/Platform/spi/Cocoa/Modules/WritingTools/WritingToolsSPI.h. * Source/WebKit/Platform/spi/Cocoa/Modules/WritingTools_SPI/module.modulemap: Renamed from Source/WebKit/Platform/spi/Cocoa/Modules/WritingTools/module.modulemap. * Source/WebKit/_WebKit_SwiftUI/Implementation/WebViewRepresentable.swift: (WebPageWebView.configureScrollInputBehavior(_:for:)): * WebKitLibraries/SDKs/macosx26.0-additions.sdk/SDKSettings.plist: Added. * WebKitLibraries/SDKs/macosx26.0-additions.sdk/SymlinkedHeaders-output.xcfilelist: Added. * WebKitLibraries/SDKs/macosx26.0-additions.sdk/SymlinkedHeaders.xcfilelist: Added. * WebKitLibraries/SDKs/macosx26.0-additions.sdk/usr/local/include/AvailabilityProhibitedInternal.h: Added. Canonical link: https://commits.webkit.org/296023@main
c9c9977 to
965167c
Compare
Collaborator
|
Committed 296023@main (965167c): https://commits.webkit.org/296023@main Reviewed commits have been landed. Closing PR #46514 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧪 style
965167c
c9c9977