[webkit-changes] [WebKit/WebKit] 5efb7b: [Xcode] Support building into a WebKit-specific pr...

Elliott Williams noreply at github.com
Thu Nov 9 11:08:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5efb7be0bccf2e322dee94ae658d4dde15a66ca9
      https://github.com/WebKit/WebKit/commit/5efb7be0bccf2e322dee94ae658d4dde15a66ca9
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M Configurations/WebKitProjectPaths.xcconfig
    M Tools/lldb/lldbWebKitTester/Configurations/DebugRelease.xcconfig

  Log Message:
  -----------
  [Xcode] Support building into a WebKit-specific products directory for archival purposes
https://bugs.webkit.org/show_bug.cgi?id=264214
rdar://117948754

Reviewed by Alexey Proskuryakov.

When WK_CONFIGURATION_BUILD_DIR is set, override the products directory
WebKit builds into.

This is useful for internal archival purposes, where we build Safari and
WebKit but want to archive their products separately, but it can be used
in any Xcode project which builds WebKit as part of a larger whole.

* Configurations/WebKitProjectPaths.xcconfig:
* Tools/lldb/lldbWebKitTester/Configurations/DebugRelease.xcconfig:
  Include LocalOverrides.xcconfig for development usage.

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




More information about the webkit-changes mailing list