File tree Expand file tree Collapse file tree 2 files changed +4
-137
lines changed
Expand file tree Collapse file tree 2 files changed +4
-137
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments