Skip to content

Commit

Permalink
Merge pull request #13503 from woocommerce/fix-fastlane
Browse files Browse the repository at this point in the history
Remove `wordpress-login` lib from fastlane
  • Loading branch information
samiuelson authored Feb 7, 2025
2 parents 2a9d782 + c9e6ef6 commit d76dc64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ RAW_SCREENSHOTS_PROCESSING_DIR = File.join(Dir.pwd, 'screenshots', 'raw_tmp')
PROMO_SCREENSHOTS_DIR = File.join(Dir.pwd, 'screenshots', 'promo_screenshots')
FROZEN_STRINGS_PATH = File.join(Dir.pwd, 'resources', 'values', 'strings.xml')
REMOTE_LIBRARIES_STRINGS_PATHS = [
{
name: 'Login Library',
import_key: 'wordpress-login',
repository: 'wordpress-mobile/WordPress-Login-Flow-Android',
strings_file_path: 'WordPressLoginFlow/src/main/res/values/strings.xml',
exclusions: ['default_web_client_id']
},
{
name: 'About Library',
import_key: 'automattic-about', # key used in libs.versions.toml file to reference the version
Expand Down

0 comments on commit d76dc64

Please sign in to comment.