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:
Scarriffle
2026-06-28 11:35:26 +02:00
parent a17a61ad9a
commit 77342d619b
7 changed files with 26 additions and 26 deletions

View File

@@ -37,7 +37,7 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
39614D0B2FB4D44500DBEF5E /* ABS Client.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ABS Client.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 39614D0B2FB4D44500DBEF5E /* Nook.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Nook.app"; sourceTree = BUILT_PRODUCTS_DIR; };
39C427042FD180B10033EE46 /* DownloadActivityAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadActivityAttributes.swift; sourceTree = "<group>"; }; 39C427042FD180B10033EE46 /* DownloadActivityAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadActivityAttributes.swift; sourceTree = "<group>"; };
39C427052FD180BA0033EE46 /* DownloadWidgetBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadWidgetBundle.swift; sourceTree = "<group>"; }; 39C427052FD180BA0033EE46 /* DownloadWidgetBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadWidgetBundle.swift; sourceTree = "<group>"; };
39C427062FD180C80033EE46 /* DownloadLiveActivityWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadLiveActivityWidget.swift; sourceTree = "<group>"; }; 39C427062FD180C80033EE46 /* DownloadLiveActivityWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadLiveActivityWidget.swift; sourceTree = "<group>"; };
@@ -106,7 +106,7 @@
39614D0C2FB4D44500DBEF5E /* Products */ = { 39614D0C2FB4D44500DBEF5E /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
39614D0B2FB4D44500DBEF5E /* ABS Client.app */, 39614D0B2FB4D44500DBEF5E /* Nook.app */,
39C4270B2FD189220033EE46 /* DownloadWidgetExtensionExtension.appex */, 39C4270B2FD189220033EE46 /* DownloadWidgetExtensionExtension.appex */,
); );
name = Products; name = Products;
@@ -155,7 +155,7 @@
packageProductDependencies = ( packageProductDependencies = (
); );
productName = "Audiobookshelf swift"; productName = "Audiobookshelf swift";
productReference = 39614D0B2FB4D44500DBEF5E /* ABS Client.app */; productReference = 39614D0B2FB4D44500DBEF5E /* Nook.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
39C4270A2FD189220033EE46 /* DownloadWidgetExtensionExtension */ = { 39C4270A2FD189220033EE46 /* DownloadWidgetExtensionExtension */ = {
@@ -404,8 +404,8 @@
"GENERATE_INFOPLIST_FILE[sdk=iphonesimulator*]" = NO; "GENERATE_INFOPLIST_FILE[sdk=iphonesimulator*]" = NO;
"INFOPLIST_FILE[sdk=iphoneos*]" = "Info-iOS.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "Info-iOS.plist";
"INFOPLIST_FILE[sdk=iphonesimulator*]" = "Info-iOS.plist"; "INFOPLIST_FILE[sdk=iphonesimulator*]" = "Info-iOS.plist";
INFOPLIST_KEY_CFBundleDisplayName = "ABS Client"; INFOPLIST_KEY_CFBundleDisplayName = "Nook";
INFOPLIST_KEY_CFBundleName = "ABS Client"; INFOPLIST_KEY_CFBundleName = "Nook";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
@@ -425,7 +425,7 @@
MACOSX_DEPLOYMENT_TARGET = 26.0; MACOSX_DEPLOYMENT_TARGET = 26.0;
MARKETING_VERSION = 3.1; MARKETING_VERSION = 3.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.local.ABS-Client"; PRODUCT_BUNDLE_IDENTIFIER = "com.local.ABS-Client";
PRODUCT_NAME = "ABS Client"; PRODUCT_NAME = "Nook";
REGISTER_APP_GROUPS = YES; REGISTER_APP_GROUPS = YES;
SDKROOT = auto; SDKROOT = auto;
STRING_CATALOG_GENERATE_SYMBOLS = YES; STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -458,8 +458,8 @@
"GENERATE_INFOPLIST_FILE[sdk=iphonesimulator*]" = NO; "GENERATE_INFOPLIST_FILE[sdk=iphonesimulator*]" = NO;
"INFOPLIST_FILE[sdk=iphoneos*]" = "Info-iOS.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "Info-iOS.plist";
"INFOPLIST_FILE[sdk=iphonesimulator*]" = "Info-iOS.plist"; "INFOPLIST_FILE[sdk=iphonesimulator*]" = "Info-iOS.plist";
INFOPLIST_KEY_CFBundleDisplayName = "ABS Client"; INFOPLIST_KEY_CFBundleDisplayName = "Nook";
INFOPLIST_KEY_CFBundleName = "ABS Client"; INFOPLIST_KEY_CFBundleName = "Nook";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
@@ -479,7 +479,7 @@
MACOSX_DEPLOYMENT_TARGET = 26.0; MACOSX_DEPLOYMENT_TARGET = 26.0;
MARKETING_VERSION = 3.1; MARKETING_VERSION = 3.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.local.ABS-Client"; PRODUCT_BUNDLE_IDENTIFIER = "com.local.ABS-Client";
PRODUCT_NAME = "ABS Client"; PRODUCT_NAME = "Nook";
REGISTER_APP_GROUPS = YES; REGISTER_APP_GROUPS = YES;
SDKROOT = auto; SDKROOT = auto;
STRING_CATALOG_GENERATE_SYMBOLS = YES; STRING_CATALOG_GENERATE_SYMBOLS = YES;

View File

@@ -31,7 +31,7 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E" BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E"
BuildableName = "ABS Client.app" BuildableName = "Nook.app"
BlueprintName = "Audiobookshelf swift" BlueprintName = "Audiobookshelf swift"
ReferencedContainer = "container:Audiobookshelf swift.xcodeproj"> ReferencedContainer = "container:Audiobookshelf swift.xcodeproj">
</BuildableReference> </BuildableReference>
@@ -62,7 +62,7 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E" BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E"
BuildableName = "ABS Client.app" BuildableName = "Nook.app"
BlueprintName = "Audiobookshelf swift" BlueprintName = "Audiobookshelf swift"
ReferencedContainer = "container:Audiobookshelf swift.xcodeproj"> ReferencedContainer = "container:Audiobookshelf swift.xcodeproj">
</BuildableReference> </BuildableReference>
@@ -98,7 +98,7 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E" BlueprintIdentifier = "39614D0A2FB4D44400DBEF5E"
BuildableName = "ABS Client.app" BuildableName = "Nook.app"
BlueprintName = "Audiobookshelf swift" BlueprintName = "Audiobookshelf swift"
ReferencedContainer = "container:Audiobookshelf swift.xcodeproj"> ReferencedContainer = "container:Audiobookshelf swift.xcodeproj">
</BuildableReference> </BuildableReference>

View File

@@ -35,7 +35,7 @@ struct LoginView: View {
Image(systemName: "books.vertical.fill") Image(systemName: "books.vertical.fill")
.font(.system(size: 52, weight: .regular)) .font(.system(size: 52, weight: .regular))
.foregroundStyle(.white) .foregroundStyle(.white)
Text("ABS Client") Text("Nook")
.font(.title.bold()) .font(.title.bold())
.foregroundStyle(.white) .foregroundStyle(.white)
Text("Verbinde dich mit deinem Audiobookshelf-Server") Text("Verbinde dich mit deinem Audiobookshelf-Server")
@@ -124,7 +124,7 @@ struct LoginView: View {
Image(systemName: "books.vertical.fill") Image(systemName: "books.vertical.fill")
.font(.system(size: 48)) .font(.system(size: 48))
.foregroundStyle(.tint) .foregroundStyle(.tint)
Text("ABS Client") Text("Nook")
.font(.largeTitle).bold() .font(.largeTitle).bold()
Text("Verbinde dich mit deinem Audiobookshelf-Server") Text("Verbinde dich mit deinem Audiobookshelf-Server")
.foregroundStyle(.secondary) .foregroundStyle(.secondary)

View File

@@ -125,7 +125,7 @@
"library.settings" = "Einstellungen"; "library.settings" = "Einstellungen";
/* Login */ /* Login */
"login.title" = "ABS Client"; "login.title" = "Nook";
"login.server_placeholder" = "https://mein-server.de"; "login.server_placeholder" = "https://mein-server.de";
"login.username" = "Benutzername"; "login.username" = "Benutzername";
"login.password" = "Passwort"; "login.password" = "Passwort";
@@ -141,7 +141,7 @@
"sidebar.offline" = "Offline"; "sidebar.offline" = "Offline";
"sidebar.history" = "Verlauf"; "sidebar.history" = "Verlauf";
"sidebar.logout" = "Abmelden"; "sidebar.logout" = "Abmelden";
"sidebar.app_title" = "ABS Client"; "sidebar.app_title" = "Nook";
"sidebar.status_online" = "Online"; "sidebar.status_online" = "Online";
"sidebar.status_offline" = "Offline"; "sidebar.status_offline" = "Offline";

View File

@@ -125,7 +125,7 @@
"library.settings" = "Settings"; "library.settings" = "Settings";
/* Login */ /* Login */
"login.title" = "ABS Client"; "login.title" = "Nook";
"login.server_placeholder" = "https://my-server.com"; "login.server_placeholder" = "https://my-server.com";
"login.username" = "Username"; "login.username" = "Username";
"login.password" = "Password"; "login.password" = "Password";
@@ -141,7 +141,7 @@
"sidebar.offline" = "Offline"; "sidebar.offline" = "Offline";
"sidebar.history" = "History"; "sidebar.history" = "History";
"sidebar.logout" = "Sign out"; "sidebar.logout" = "Sign out";
"sidebar.app_title" = "ABS Client"; "sidebar.app_title" = "Nook";
"sidebar.status_online" = "Online"; "sidebar.status_online" = "Online";
"sidebar.status_offline" = "Offline"; "sidebar.status_offline" = "Offline";

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>ABS Client</string> <string>Nook</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>ABS Client</string> <string>Nook</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>

View File

@@ -1,4 +1,4 @@
# ABS-Client # Nook
> Ein nativer iOS- und macOS-Client für deine selbst gehostete [Audiobookshelf](https://www.audiobookshelf.org/)-Instanz. > Ein nativer iOS- und macOS-Client für deine selbst gehostete [Audiobookshelf](https://www.audiobookshelf.org/)-Instanz.
@@ -6,15 +6,15 @@
## 📖 Über die App ## 📖 Ü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 ## 📲 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 ## 🚀 Installation
### Aus dem App Store ### 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. 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).