@@ -13,19 +13,19 @@ settings:
1313 # maintainer's Apple signing identity. Developers can set signing locally
1414 # in Xcode or with an untracked config.
1515 CODE_SIGN_STYLE : Automatic
16- # CDXC:AutoUpdate 2026-05-05-05:01 : Sparkle compares CFBundleVersion, not
16+ # CDXC:AutoUpdate 2026-05-06-03:12 : Sparkle compares CFBundleVersion, not
1717 # only CFBundleShortVersionString. Release builds use semver-derived numeric
1818 # build values so each public update is greater than earlier installs.
19- CURRENT_PROJECT_VERSION : 10406
19+ CURRENT_PROJECT_VERSION : 10407
2020 GENERATE_INFOPLIST_FILE : YES
2121 LD_RUNPATH_SEARCH_PATHS :
2222 - " $(inherited)"
2323 - " @executable_path/../Frameworks"
2424 MACOSX_DEPLOYMENT_TARGET : " 13.0"
25- # CDXC:Distribution 2026-05-05-05:01 : Homebrew and Sparkle release v1.4.6 must
25+ # CDXC:Distribution 2026-05-06-03:12 : Homebrew and Sparkle release v1.4.7 must
2626 # publish a notarized Developer ID app whose bundle metadata matches the
2727 # GitHub release, Sparkle appcast, and brew artifact version.
28- MARKETING_VERSION : " 1.4.6 "
28+ MARKETING_VERSION : " 1.4.7 "
2929 SDKROOT : macosx
3030 SWIFT_VERSION : " 5.0"
3131 # CDXC:ChromiumBrowserPanes 2026-05-04-16:38: Swift needs both Ghostty's
@@ -72,12 +72,10 @@ targets:
7272 - path : Sources/Shared
7373 - path : Sources/zmuxHost
7474 excludes :
75- # CDXC:NativeBuild 2026-05-04-18:21: Optional CEF prototype files
76- # can exist locally without the Chromium SDK. The default WKWebView
77- # browser path must keep `bun run start` buildable by excluding those
78- # files until the CEF target has explicit headers/framework inputs.
79- - ZmuxCEFBridge.h
80- - ZmuxCEFBridge.mm
75+ # CDXC:NativeBuild 2026-05-06-01:05: Chromium browser panes now call
76+ # the CEF bridge from Swift, and build-zmux-host vendors CEF before
77+ # project generation. Keep only the bridging header out of sources so
78+ # the ObjC++ bridge object links whenever `bun run start` rebuilds.
8179 - ZmuxHost-Bridging-Header.h
8280 - path : ${GHOSTTY_ROOT}/macos/Sources/Ghostty
8381 excludes :
0 commit comments