Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae8859b477f7157a146eac47b9ffea2fbc45ef04
      
https://github.com/WebKit/WebKit/commit/ae8859b477f7157a146eac47b9ffea2fbc45ef04
  Author: Ben Nham <[email protected]>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M Source/WebKit/Configurations/WebKit.xcconfig

  Log Message:
  -----------
  Weak link against UserNotifications on macOS
https://bugs.webkit.org/show_bug.cgi?id=276890
rdar://132255144

Reviewed by Brady Eidson.

281190@main introduces a hard link against UserNotifications on Mac, but this 
breaks WebKit on the
recovery image since that framework isn't available in recovery. Weak link 
against it instead. This
is safe since we only use UserNotifications from webpushd and that is not 
present on the recovery
image.

* Source/WebKit/Configurations/WebKit.xcconfig:

Canonical link: https://commits.webkit.org/281205@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

Reply via email to