Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/share-action-extension] Share Action Extension "Save to ownCloud" #1301

Merged
merged 9 commits into from
Dec 15, 2023
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ 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")
hosy marked this conversation as resolved.
Show resolved Hide resolved

update_app_identifier(
xcodeproj: "ownCloud.xcodeproj",
Expand Down
Loading