Skip to content

Commit 661f531

Browse files
authored
Cleanup unused code after metadata localization tooling upgrade (#6939)
2 parents b84e421 + a2d9ad1 commit 661f531

File tree

2 files changed

+4
-137
lines changed

2 files changed

+4
-137
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ platform :ios do
9090
ENV[GHHELPER_REPO = 'woocommerce/woocommerce-iOS']
9191
ENV['PROJECT_NAME'] = 'WooCommerce'
9292
ENV['PUBLIC_CONFIG_FILE'] = 'config/Version.Public.xcconfig'
93-
ENV['DOWNLOAD_METADATA'] = 'fastlane/download_metadata.swift'
9493
ENV['PROJECT_ROOT_FOLDER'] = './'
9594
ENV['APP_STORE_STRINGS_FILE_NAME'] = 'AppStoreStrings.pot'
9695
ENV['FL_RELEASE_TOOLKIT_DEFAULT_BRANCH'] = 'trunk'
@@ -278,7 +277,7 @@ platform :ios do
278277

279278
UI.message('Checking release notes strings translation status...')
280279
check_translation_progress(
281-
glotpress_url: 'https://translate.wordpress.com/projects/woocommerce/woocommerce-ios/release-notes/',
280+
glotpress_url: GLOTPRESS_METADATA_PROJECT_URL,
282281
abort_on_violations: false
283282
)
284283

@@ -768,6 +767,9 @@ platform :ios do
768767

769768
desc 'Download App Store Translations'
770769
lane :download_app_store_translations do
770+
# FIXME: `download_localized_metadata_from_glotpress` makes this lane almost redundant,
771+
# but we need to carefully adjust the screenshots metadata locations to complete the process.
772+
# See https://github.com/woocommerce/woocommerce-ios/issues/6987
771773
files = {
772774

773775
# Metadata fields

fastlane/download_metadata.swift

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)