From 4408ed8b2626f13b7191c75130b8b75c20bbe187 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Sat, 25 Jul 2026 23:35:57 +0200 Subject: [PATCH] Use a reverse-DNS bundle identifier Stage Manager could not resolve the icon for the old mixed-case one. Co-Authored-By: Claude Opus 5 --- Cargo.toml | 2 +- src/app.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28d0105..8eb660d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ muda = "0.15.3" [package.metadata.packager] product-name = "DS4Server" -identifier = "DS4Server.rfc1437.de" +identifier = "de.rfc1437.ds4server" description = "A native macOS coding-agent GUI for DwarfStar" binaries = [{ path = "ds4-server", main = true }] icons = ["assets/DS4Server.icns", "assets/app-icon.png"] diff --git a/src/app.rs b/src/app.rs index 70d32e1..ef5c7f1 100644 --- a/src/app.rs +++ b/src/app.rs @@ -36,7 +36,7 @@ use std::sync::{Arc, Mutex, RwLock}; use std::thread; use std::time::{Duration, Instant}; -const APP_ID: &str = "DS4Server.rfc1437.de"; +const APP_ID: &str = "de.rfc1437.ds4server"; const METRICS_SAMPLE_INTERVAL: Duration = Duration::from_millis(200); pub(crate) struct App {