-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conversation
tureck1y
commented
Sep 6, 2024
•
edited
Loading
edited
- Поднял мин таргет до 15, как в приложении
- Удалил available и неиспользуемый более код
- Прошелся по ворнингам
- Выполнил bundle update в корне и в Example
- Обновил проект до рекомендуемых настроек
- Обновил подспек и package
- Немного потестил по ключевым местам, ничего не отвалилось, анимации на месте
// let seed = "gravity machine north sort system female filter attitude volume fold club stay feature office ecology stable narrow fog" | ||
// let passphrase = "TREZOR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
может удалить сразу?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Оставил, чтобы понять откуда тестовые данные взялись
let scene = UIApplication.shared.connectedScenes | ||
.filter { $0.activationState == .foregroundActive } | ||
.first as? UIWindowScene | ||
|
||
return scene?.keyWindow?.topmostViewController |
There was a problem hiding this comment.
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 и обратно
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А не помнишь что за кейс? В прямых кейсах проблем не обнаружил
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нет, не помню увы
Это было очень давно