[webkit-changes] [WebKit/WebKit] 3479ed: [iOS] Remove build system support for manual sandb...

Elliott Williams noreply at github.com
Thu Sep 7 17:33:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3479ed013da3a583b0596138ae692886dcec7b5e
      https://github.com/WebKit/WebKit/commit/3479ed013da3a583b0596138ae692886dcec7b5e
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [iOS] Remove build system support for manual sandboxing
https://bugs.webkit.org/show_bug.cgi?id=261243
rdar://115083128

Reviewed by Alexey Proskuryakov.

The "Copy iOS Sandbox Profiles for Manual Sandboxing" build phase is a
vestige of when we supported overriding the base XPC service sandbox in
development workflows. It has been manu non-functional since at least
https://bugs.webkit.org/show_bug.cgi?id=238255 in 2022.

WK_MANUAL_SANDBOXING_ENABLED has not been set automatically since
https://bugs.webkit.org/show_bug.cgi?id=153834 in 2016. And the last use
of ENABLE(MANUAL_SANDBOXING) in source code was removed in
https://bugs.webkit.org/show_bug.cgi?id=202536 in 2019.

Removing this script phase works toward making the WebKit target not
re-running its module verifier task on every build.

* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/267759@main




More information about the webkit-changes mailing list