RESOLVED FIXED300968
SwiftBrowser errantly builds with iOS SDK on watchOS and tvOS.
https://bugs.webkit.org/show_bug.cgi?id=300968
Summary SwiftBrowser errantly builds with iOS SDK on watchOS and tvOS.
Ben Schwartz
Reported 2025-10-17 00:59:42 PDT
When building for watchOS and tvOS, since these platforms aren't marked as supported platforms, SwiftBrowser is built with the iOS SDK targeting those platforms. To prevent this, we need to add "watchos watchsimulator appletvos appletvsimulator" to SUPPORTED_PLATFORMS in `SwiftBrowser/Configurations/Base.xcconfig`. Builds of SwiftBrowser will then be prevented below, as WK_ENABLE_SWIFTBROWSER will be NO for those SDKs.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-17 00:59:48 PDT
Ben Schwartz
Comment 2 2025-10-17 01:21:39 PDT
EWS
Comment 3 2025-10-17 07:56:00 PDT
Committed 301715@main (d05c8605fcf4): <https://commits.webkit.org/301715@main> Reviewed commits have been landed. Closing PR #52546 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.