build: make libghostty-vt xcframework emission explicit via -Demit-lib-vt-xcframework

This commit is contained in:
0xDVC
2026-04-14 18:00:40 +00:00
committed by Mitchell Hashimoto
parent 4204dec94a
commit 38e8e54f98
17121 changed files with 1424042 additions and 3 deletions

View File

@@ -338,7 +338,10 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_26.3.app
- name: Build XCFramework
run: nix develop -c zig build -Demit-lib-vt
run: nix develop -c zig build -Demit-lib-vt -Demit-lib-vt-xcframework
- name: Verify XCFramework artifact
run: test -f zig-out/lib/ghostty-vt.xcframework/Info.plist
- name: Build and Run Example
run: |