[webkit-changes] [WebKit/WebKit] 31bc3d: Unreviewed, fix a dependency cycle when building t...

Wenson Hsieh noreply at github.com
Tue Feb 27 13:34:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 31bc3d0e8ff9cade2795e9b2bd059c30748e9c41
      https://github.com/WebKit/WebKit/commit/31bc3d0e8ff9cade2795e9b2bd059c30748e9c41
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

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

  Log Message:
  -----------
  Unreviewed, fix a dependency cycle when building the "Only WebKit" scheme

Reorder the `WebKitSwift` target after `Frameworks, XPC Services, Extensions and Daemons` to avoid
this dependency cycle, now that WebKitSwift links against WebKit:

```
Generate Unified Sources → Unlock Keychain → WebKitSwift → WebKit → Generate Unified Sources
```

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

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