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 {
#if os(iOS)
// Adjacent trailing items share one glass pill (the system default).