Skip building Ghostty macOS app for xcframework

This commit is contained in:
Lawrence Chen 2026-01-26 00:21:21 -08:00
parent 1ed61cdfe3
commit 6704d74e31

View file

@ -45,7 +45,7 @@ jobs:
- name: Build GhosttyKit.xcframework
run: |
cd ghostty
zig build -Demit-xcframework=true -Dxcframework-target=native -Doptimize=ReleaseFast
zig build -Demit-xcframework=true -Demit-macos-app=false -Dxcframework-target=native -Doptimize=ReleaseFast
cd ..
rm -rf GhosttyKit.xcframework
cp -R ghostty/macos/GhosttyKit.xcframework GhosttyKit.xcframework