Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f6f45d4b46488e45f6c84c5be519837619a2cafe https://github.com/WebKit/WebKit/commit/f6f45d4b46488e45f6c84c5be519837619a2cafe Author: Per Arne Vollan <pvol...@apple.com> Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths: M Source/WebKit/Configurations/GPUExtension.xcconfig M Source/WebKit/Configurations/NetworkingExtension.xcconfig M Source/WebKit/Configurations/WebContentCaptivePortalExtension.xcconfig M Source/WebKit/Configurations/WebContentExtension.xcconfig Log Message: ----------- Mail/Other 3rd Party WebKit clients are not displaying html content in Simulator https://bugs.webkit.org/show_bug.cgi?id=267839 rdar://121338366 Reviewed by Chris Dumez. The cause of this is duplicate bundle IDs for WebKit extensions and WebKit XPC services. This is only an issue on Simulator, and is addressed in this patch by changing the bundle IDs for WebKit extensions on Simulator only. This change should only affect Simulator. * Source/WebKit/Configurations/GPUExtension.xcconfig: * Source/WebKit/Configurations/NetworkingExtension.xcconfig: * Source/WebKit/Configurations/WebContentCaptivePortalExtension.xcconfig: * Source/WebKit/Configurations/WebContentExtension.xcconfig: Canonical link: https://commits.webkit.org/273279@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes