[webkit-changes] [WebKit/WebKit] 6995fc: strip-tbd: Always remove allowable client list

Elliott Williams noreply at github.com
Wed May 1 20:27:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6995fcc5396788acfd152c3bebbe5c384fda83dd
      https://github.com/WebKit/WebKit/commit/6995fcc5396788acfd152c3bebbe5c384fda83dd
  Author: Elliott Williams <emw at apple.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
    M Tools/Scripts/strip-tbd

  Log Message:
  -----------
  strip-tbd: Always remove allowable client list
https://bugs.webkit.org/show_bug.cgi?id=273518
rdar://127315657

Reviewed by Alexey Proskuryakov.

We need to start importing TBD stubs from private SDK frameworks which
have allowable-client lists. Including the entire list adds unnecessary
noise and makes mention of system frameworks that are otherwise
unrelated to WebKit. Since the TBD stubs only contain minimal
information to link successfully, strip the allowable-client section
entirely.

* Tools/Scripts/strip-tbd:

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