Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions fastlane/lanes/localization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@
File.join('WordPress', 'JetpackIntents', 'en.lproj', 'Sites.strings') => 'ios-widget.' # Strings from the `.intentdefinition`, used for configuring the iOS Widget
}.freeze

# The names of the remote Swift Packages that we want to add to our localizations, as they'll be checked out during resolvePackageDependencies in the Derived Data folder
REMOTE_SWIFT_PACKAGES_TO_LOCALIZE = %w[
WordPressKit-iOS
].freeze
# Remote Swift Packages whose localizable strings we want to extract (they're checked out under Derived Data
# during resolvePackageDependencies). Currently none. Leaving here for future-proofing.
REMOTE_SWIFT_PACKAGES_TO_LOCALIZE = [].freeze

# Application-agnostic settings for the `upload_to_app_store` action (also known as `deliver`).
# Used in `update_*_metadata_on_app_store_connect` lanes.
Expand Down