[webkit-changes] [WebKit/WebKit] 5c6404: [webkitdirs] Xcode destination lookup always uses ...

Elliott Williams noreply at github.com
Wed Jan 24 19:46:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5c64049edf356c4ede296c32ef130f1deecd2a08
      https://github.com/WebKit/WebKit/commit/5c64049edf356c4ede296c32ef130f1deecd2a08
  Author: Elliott Williams <emw at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M Tools/Scripts/webkitdirs.pm

  Log Message:
  -----------
  [webkitdirs] Xcode destination lookup always uses iOS simulator runtime
rdar://121553208
https://bugs.webkit.org/show_bug.cgi?id=268034

Reviewed by Tim Horton.

Look up simulator runtime using the platform name and parsing the JSON
output. When computing destination for simulator devices, fall back to
building for a generic device when no simulators are available.

* Tools/Scripts/webkitdirs.pm:
(determineXcodeDestination): Use the active port name to select
simulator runtime. Implement generic fallback logic.
(iosSimulatorRuntime): Retained for compatibility.
(simulatorRuntime): Renamed from iosSimulatorRuntime, new parsing logic.

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




More information about the webkit-changes mailing list