Keep legacy bundle ID for Sparkle updates

This commit is contained in:
Lawrence Chen 2026-02-09 15:50:42 -08:00
parent 9817d131f8
commit f9c8f9f55a
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ All notable changes to cmux are documented here.
## [1.23.0] - 2026-02-09
### Changed
- Rename app from cmuxterm to cmux — new app name, bundle ID, socket paths, Homebrew tap, and CLI binary name
- Rename app from cmuxterm to cmux — new app name, socket paths, Homebrew tap, and CLI binary name (bundle ID remains `com.cmuxterm.app` for Sparkle update continuity)
- Sidebar now shows tab status as text instead of colored dots, with instant git HEAD change detection
### Fixed

View file

@ -684,7 +684,7 @@ struct CMUXCLI {
}
@main
struct CMUXTermMain {
struct CMUXMain {
static func main() {
let cli = CMUXCLI(args: CommandLine.arguments)
do {

View file

@ -614,7 +614,7 @@
Carbon,
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.cmux.app;
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.app;
PRODUCT_NAME = cmux;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "cmux-Bridging-Header.h";

View file

@ -8,7 +8,7 @@ All notable changes to cmux are documented here.
## [1.23.0] - 2026-02-09
### Changed
- Rename app from cmuxterm to cmux — new app name, bundle ID, socket paths, Homebrew tap, and CLI binary name
- Rename app from cmuxterm to cmux — new app name, socket paths, Homebrew tap, and CLI binary name (bundle ID remains `com.cmuxterm.app` for Sparkle update continuity)
- Sidebar now shows tab status as text instead of colored dots, with instant git HEAD change detection
### Fixed