[webkit-changes] [WebKit/WebKit] f33389: Follow-up to "[visionOS] Add SPI module for Linear...
Elliott Williams
noreply at github.com
Thu May 2 09:40:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f33389c2a369a4d533a27853face2d46e75123a2
https://github.com/WebKit/WebKit/commit/f33389c2a369a4d533a27853face2d46e75123a2
Author: Elliott Williams <emw at apple.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M Source/WebKit/Configurations/WebKitSwift.xcconfig
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Follow-up to "[visionOS] Add SPI module for LinearMediaKit"
rdar://127327242
https://bugs.webkit.org/show_bug.cgi?id=273527
Unreviewed.
Minor changes I forgot to include in the original commit.
* Source/WebKit/Configurations/WebKitSwift.xcconfig: Building visionOS
with the public SDK requires import XPCSPI.h, which assumes a c++
compiler. Rather than fix that header to be language-agnostic, enable
c++ interop mode, since WebKitSwift will need it eventually
regardless.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj: Track the
LinearMediaKit.swiftinterface file in the project.
Canonical link: https://commits.webkit.org/278269@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list