Skip to content

Conversation

IlyaBausovAkvelon
Copy link
Contributor

@IlyaBausovAkvelon IlyaBausovAkvelon commented Jul 5, 2024

Issue 107227

There are changes to the alerts' titles in iOS 17. This PR updates alerts' titles localizations.

@@ -30,8 +29,7 @@
]

# Init with current Xcode
xcode = RunLoop::Xcode.new
root_dir = xcode.core_simulator_dir
root_dir = "/Users/Shared/Xcode/15.0/Xcode.app"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use environment variable here

@@ -148,7 +146,7 @@ def pick_required_values(found_values_dict, target_values, localization_storage,

# debug info
if ENV['DEBUG'] && language_name == 'en'
report_path = "reports/#{framework['name']}/#{xcode.version}.#{language_name}.json"
report_path = "reports/#{framework['name']}/#{15.0}.#{language_name}.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

environment variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants