Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58b61c2b391439afb6e58cf7fc9e20d5a0e82b3a
      
https://github.com/WebKit/WebKit/commit/58b61c2b391439afb6e58cf7fc9e20d5a0e82b3a
  Author: Andy Estes <aes...@apple.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

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

  Log Message:
  -----------
  [Xcode] Teach "Create symlinks to XPC services" build phase to also symlink 
libWebKitSwift.dylib
https://bugs.webkit.org/show_bug.cgi?id=269229
rdar://122825232

Reviewed by Elliott Williams.

libWebKitSwift.dylib expects to be installed in WebKit.framework/Frameworks, 
but nothing in the
engineering build system places it in that location. While 
WebKitSwiftSoftLink.mm will find the
dylib in $BUILT_PRODUCTS_DIR on macOS, tools for creating roots from 
engineering built products
(e.g., `package-root`) do not know to include the dylib without at least a 
symlink to it in the
expected location. To fix this, extended WebKit's "Create symlinks to XPC 
services" build phase
to create a symlink to libWebKitSwift.dylib in the expected install location.

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

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to