Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d05c8605fcf499596ebbf74f1b43196c843b3a74
https://github.com/WebKit/WebKit/commit/d05c8605fcf499596ebbf74f1b43196c843b3a74
Author: Ben Schwartz <[email protected]>
Date: 2025-10-17 (Fri, 17 Oct 2025)
Changed paths:
M Tools/SwiftBrowser/Configurations/Base.xcconfig
Log Message:
-----------
SwiftBrowser errantly builds with iOS SDK on watchOS and tvOS.
https://bugs.webkit.org/show_bug.cgi?id=300968
rdar://162843312
Reviewed by Abrar Rahman Protyasha.
When building using the watchos/watchsimulator or appletvos/appletvsimulator
SDKs, we don't want to build SwiftBrowser. To achieve this, we removed those
from `SUPPORTED_PLATFORMS`; however, this had the unintended side effect of
causing the build system to fallback to using the iphoneos/iphonesimulator SDK
to build SwiftBrowser.
So, this PR adds `appletvos appletvsimulator watchos watchsimulator ` to
`SUPPORTED_PLATFORMS` in the relevant .xcconfig file (listed below), and has a
couple of drive-by fixes:
- Fix mismatched parens on line 47.
- Allow SwiftBrowser to build on visionOS 26 (fix SDK asterisk syntax error).
* Tools/SwiftBrowser/Configurations/Base.xcconfig: see above.
Canonical link: https://commits.webkit.org/301715@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes