fix(apple): title the app "Punktfunkempfänger" — navigation title + window title
ci / rust (push) Has been cancelled

Matches the bundle display name; was the lowercase project name "punktfunk" in the
home navigation title (iOS large title / macOS titlebar) and the WindowGroup title.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 12:49:17 +02:00
parent 154da2dc58
commit bce820ec67
2 changed files with 2 additions and 2 deletions
@@ -109,7 +109,7 @@ struct ContentView: View {
} }
} }
} }
.navigationTitle("punktfunk") .navigationTitle("Punktfunkempfänger")
.toolbar { .toolbar {
#if os(iOS) #if os(iOS)
// Adjacent trailing items share one glass pill (the system default). // Adjacent trailing items share one glass pill (the system default).
@@ -13,7 +13,7 @@ struct PunktfunkClientApp: App {
#endif #endif
var body: some Scene { var body: some Scene {
WindowGroup("punktfunk") { WindowGroup("Punktfunkempfänger") {
ContentView() ContentView()
} }
#if os(macOS) #if os(macOS)