Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 634e33a1238ba73ef243aa23ecd5731895e3edec
https://github.com/WebKit/WebKit/commit/634e33a1238ba73ef243aa23ecd5731895e3edec
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
Log Message:
-----------
REGRESSION(314244@main): visionOS modern media controls icons are missing
again
https://bugs.webkit.org/show_bug.cgi?id=315962
rdar://178384586
Reviewed by Tim Horton.
314244@main added some source files to WebCore, but re-serialized the
entire project file in the process. Xcode's serializer likely dropped
the `xros` token from the `platformFilters` of all 33 iOS-family entries
in the "Copy Modern Media Controls Images" build phase.
This re-introduced the visionOS portion of the regression originally
fixed in 314200@main: WebCore.framework on visionOS is once again
missing modern media controls images.
To fix this, we restore `xros` to the platform filters of the affected
entries.
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/314298@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications