Skip to content

Commit 608d3f5

Browse files
committed
Install latest pods before localization
1 parent 2d3cc9a commit 608d3f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_localize_project.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def self.run(params)
55
UI.message "Updating project localisation..."
66

77
require_relative '../../helper/ios/ios_git_helper.rb'
8+
other_action.cocoapods()
89
Fastlane::Helpers::IosGitHelper.localize_project()
910

1011
UI.message "Done."

0 commit comments

Comments
 (0)