Skip to content

Commit b7b0650

Browse files
committed
Officially deprecate self.localize_project helper method too
1 parent f48c3c6 commit b7b0650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_git_helper.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ def self.commit_version_bump(include_deliverfile: true, include_metadata: true)
3535
# @env PROJECT_ROOT_FOLDER The path to the git root of the project
3636
# @env PROJECT_NAME The name of the directory containing the project code (especially containing the `build.gradle` file)
3737
#
38-
# @todo Migrate the scripts, currently in each host repo and called by this method, to be helpers and actions
39-
# in the release-toolkit instead, and move this code away from `ios_git_helper`.
38+
# @deprecated This method is only used by the `ios_localize_project` action, which is itself deprecated
39+
# in favor of the new `ios_generate_strings_file_from_code` action
40+
# @todo [Next Major] Remove this method once we fully remove `ios_localize_project`
4041
#
4142
def self.localize_project
4243
Action.sh("cd #{get_from_env!(key: 'PROJECT_ROOT_FOLDER')} && ./Scripts/localize.py")

0 commit comments

Comments
 (0)