We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3cc9a commit 608d3f5Copy full SHA for 608d3f5
lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_localize_project.rb
@@ -5,6 +5,7 @@ def self.run(params)
5
UI.message "Updating project localisation..."
6
7
require_relative '../../helper/ios/ios_git_helper.rb'
8
+ other_action.cocoapods()
9
Fastlane::Helpers::IosGitHelper.localize_project()
10
11
UI.message "Done."
0 commit comments