Rename app to Nook (display name only)
Changes the user-visible name from "ABS Client" to "Nook" across the iOS home screen, macOS Dock/menu bar, login header, sidebar header, and README. Bundle ID (com.local.ABS-Client), keychain key, and background download session ID are intentionally left unchanged so the existing App Store listing (ID 6770326901) updates in place — installed users keep the app, stored credentials, and downloads. - Build settings: INFOPLIST_KEY_CFBundleDisplayName, CFBundleName, PRODUCT_NAME → "Nook" (Debug + Release); built app is now Nook.app - Info-iOS.plist: CFBundleDisplayName + CFBundleName → "Nook" - Localizable.strings (de + en): login.title + sidebar.app_title → "Nook" - LoginView: hardcoded headers → "Nook" - README: branding text → "Nook" (git repo URLs and App Store URL unchanged — repo and listing rename happen separately) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
||||
# ABS-Client
|
||||
# Nook
|
||||
|
||||
> Ein nativer iOS- und macOS-Client für deine selbst gehostete [Audiobookshelf](https://www.audiobookshelf.org/)-Instanz.
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
|
||||
## 📖 Über die App
|
||||
|
||||
**ABS-Client** ist eine native App für iPhone und Mac, die eine direkte Verbindung zu deiner eigenen Audiobookshelf-Serverinstanz herstellt. Du behältst die volle Kontrolle über deine Hörbuch-Bibliothek – ganz ohne Drittanbieter oder Cloud-Abhängigkeit.
|
||||
**Nook** ist eine native App für iPhone und Mac, die eine direkte Verbindung zu deiner eigenen Audiobookshelf-Serverinstanz herstellt. Du behältst die volle Kontrolle über deine Hörbuch-Bibliothek – ganz ohne Drittanbieter oder Cloud-Abhängigkeit.
|
||||
|
||||
---
|
||||
|
||||
## 📲 Im App Store erhältlich
|
||||
|
||||
ABS-Client ist sowohl für **iPhone** als auch für **Mac** kostenlos im App Store verfügbar:
|
||||
Nook ist sowohl für **iPhone** als auch für **Mac** kostenlos im App Store verfügbar:
|
||||
|
||||
👉 **[Audiobook ABS Client im App Store öffnen](https://apps.apple.com/ch/app/audiobook-abs-client/id6770326901)**
|
||||
👉 **[Nook im App Store öffnen](https://apps.apple.com/ch/app/audiobook-abs-client/id6770326901)**
|
||||
|
||||
---
|
||||
|
||||
@@ -65,7 +65,7 @@ ABS-Client ist sowohl für **iPhone** als auch für **Mac** kostenlos im App Sto
|
||||
## 🚀 Installation
|
||||
|
||||
### Aus dem App Store
|
||||
👉 **[Audiobook ABS Client im App Store öffnen](https://apps.apple.com/ch/app/audiobook-abs-client/id6770326901)**
|
||||
👉 **[Nook im App Store öffnen](https://apps.apple.com/ch/app/audiobook-abs-client/id6770326901)**
|
||||
|
||||
Der Link funktioniert sowohl für iPhone als auch für Mac — der App Store leitet automatisch zur passenden Version weiter.
|
||||
|
||||
@@ -116,4 +116,4 @@ Bei Fragen, Feedback oder Problemen:
|
||||
|
||||
---
|
||||
|
||||
> ABS-Client ist ein unabhängiges Community-Projekt und steht in keiner Verbindung zum offiziellen [Audiobookshelf-Projekt](https://github.com/advplyr/audiobookshelf).
|
||||
> Nook ist ein unabhängiges Community-Projekt und steht in keiner Verbindung zum offiziellen [Audiobookshelf-Projekt](https://github.com/advplyr/audiobookshelf).
|
||||
|
||||
Reference in New Issue
Block a user