Keep legacy bundle ID for Sparkle updates
This commit is contained in:
parent
9817d131f8
commit
f9c8f9f55a
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -684,7 +684,7 @@ struct CMUXCLI {
|
|||
}
|
||||
|
||||
@main
|
||||
struct CMUXTermMain {
|
||||
struct CMUXMain {
|
||||
static func main() {
|
||||
let cli = CMUXCLI(args: CommandLine.arguments)
|
||||
do {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue