Skip to content

Commit

Permalink
Update fastlane/Fastfile
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Schwarz <[email protected]>
  • Loading branch information
hosy and felix-schwarz authored Dec 15, 2023
1 parent 6b90c71 commit 82ed31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82ed31f

Please sign in to comment.