Skip to content

Commit 82ed31f

Browse files
hosyfelix-schwarz
andauthored
Update fastlane/Fastfile
Co-authored-by: Felix Schwarz <fs-git@iospirit.com>
1 parent 6b90c71 commit 82ed31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ end
621621
set_info_plist_value(path: "ownCloud Action Extension/Info.plist", key: "CFBundleDisplayName", value: "Save to " + appName)
622622
set_info_plist_value(path: "ownCloud Action Extension/Info.plist", key: "CFBundleName", value: appName)
623623

624-
sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud Action Extension/en.lproj/InfoPlist.strings")
625-
sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud Action Extension/de.lproj/InfoPlist.strings")
624+
sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud\ Action\ Extension/en.lproj/InfoPlist.strings")
625+
sh("sed -i '' '/\"CFBundleDisplayName\" =/s/ownCloud/#{appName}/' ownCloud\ Action\ Extension/de.lproj/InfoPlist.strings")
626626

627627
update_app_identifier(
628628
xcodeproj: "ownCloud.xcodeproj",

0 commit comments

Comments
 (0)