From 82ed31f36e45e5cd67b49b401190e54f01051432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=BChne?= Date: Fri, 15 Dec 2023 08:47:06 +0100 Subject: [PATCH] Update fastlane/Fastfile Co-authored-by: Felix Schwarz --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 106635172..0ce56e250 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -621,8 +621,8 @@ end set_info_plist_value(path: "ownCloud Action Extension/Info.plist", key: "CFBundleDisplayName", value: "Save to " + appName) set_info_plist_value(path: "ownCloud Action Extension/Info.plist", key: "CFBundleName", value: appName) - sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud Action Extension/en.lproj/InfoPlist.strings") - sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud Action Extension/de.lproj/InfoPlist.strings") + sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud\ Action\ Extension/en.lproj/InfoPlist.strings") + sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud\ Action\ Extension/de.lproj/InfoPlist.strings") update_app_identifier( xcodeproj: "ownCloud.xcodeproj",