Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-7818 Bump deployment target up to 15 #370

Merged
merged 3 commits into from
Sep 12, 2024
Merged

Conversation

tureck1y
Copy link
Collaborator

@tureck1y tureck1y commented Sep 6, 2024

  • Поднял мин таргет до 15, как в приложении
  • Удалил available и неиспользуемый более код
  • Прошелся по ворнингам
  • Выполнил bundle update в корне и в Example
  • Обновил проект до рекомендуемых настроек
  • Обновил подспек и package
  • Немного потестил по ключевым местам, ничего не отвалилось, анимации на месте

fedorov-d
fedorov-d previously approved these changes Sep 6, 2024
Comment on lines +15 to +16
// let seed = "gravity machine north sort system female filter attitude volume fold club stay feature office ecology stable narrow fog"
// let passphrase = "TREZOR"
Copy link
Contributor

Choose a reason for hiding this comment

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

может удалить сразу?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Оставил, чтобы понять откуда тестовые данные взялись

Comment on lines +45 to +49
let scene = UIApplication.shared.connectedScenes
.filter { $0.activationState == .foregroundActive }
.first as? UIWindowScene

return scene?.keyWindow?.topmostViewController
Copy link
Contributor

@m3g0byt3 m3g0byt3 Sep 10, 2024

Choose a reason for hiding this comment

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

Надо попросить QA потестить это место, потому что этот код не равнозначный
Ранее было просто keyWindow, а теперь keyWindow в foreground

В основном приложении я натыкался на кейс, когда это стреляло и window не находился при каких-то сценариях перехода bg->fg и обратно

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

А не помнишь что за кейс? В прямых кейсах проблем не обнаружил

Copy link
Contributor

@m3g0byt3 m3g0byt3 Sep 12, 2024

Choose a reason for hiding this comment

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

Нет, не помню увы
Это было очень давно

@tureck1y tureck1y merged commit 59943df into develop Sep 12, 2024
3 checks passed
@tureck1y tureck1y deleted the IOS-7818_bump_min_version branch September 12, 2024 16:55
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.

4 participants