From fe562f05625acf2cb1057339f084b43bb6197405 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 29 Jun 2026 20:34:16 +0200 Subject: [PATCH] chore(apple): rename app display name to "Punktfunk" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CFBundleDisplayName was "Punktfunkempfänger" across all targets/configs; the in-app title is already "Punktfunk", so make the home-screen name match. Built iOS app resolves CFBundleDisplayName = "Punktfunk". Co-Authored-By: Claude Opus 4.8 (1M context) --- clients/apple/Punktfunk.xcodeproj/project.pbxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/apple/Punktfunk.xcodeproj/project.pbxproj b/clients/apple/Punktfunk.xcodeproj/project.pbxproj index 39a3386..3458f1c 100644 --- a/clients/apple/Punktfunk.xcodeproj/project.pbxproj +++ b/clients/apple/Punktfunk.xcodeproj/project.pbxproj @@ -364,7 +364,7 @@ ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; @@ -398,7 +398,7 @@ ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; @@ -429,7 +429,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your microphone is streamed to the connected punktfunk host, where it appears as a virtual microphone."; @@ -468,7 +468,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your microphone is streamed to the connected punktfunk host, where it appears as a virtual microphone."; @@ -506,7 +506,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -536,7 +536,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Config/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Punktfunkempfänger"; + INFOPLIST_KEY_CFBundleDisplayName = "Punktfunk"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;