Remove -Dxcframework-target=native from CI and release workflows, defaulting to universal (matching upstream ghostty). The native target produces a macos-arm64 xcframework slice that causes Xcode to link the final binary differently (~70KB more __text), resulting in menubar and right-click lag on M1 Max. The arm64 static libraries are byte-for-byte identical between native and universal builds - the difference is purely in how Xcode resolves the xcframework slice. |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| nightly.yml | ||
| release.yml | ||
| update-homebrew.yml | ||