-
Notifications
You must be signed in to change notification settings - Fork 9
fix: lower iOS deployment target to match the one of the iOS app #1619
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks @caldrian the CI error doesn't seem related to your change. We'll look into it. |
|
I think this is not complete. We have Note in particular the |
That's only the interop client which we don't ship. All other places have been changed to 16.4. I'd say this OK. It'll be nicer when we switch to xcodegen. |
What's new in this PR
wireapp/wire-ios uses iOS 16.4 as minimum deployment target. Since wireapp/core-crypto specifies 16.6 a warning is displayed when integrating the framework.
This PR lowers the deployment target so that it matches the one from the iOS app.
PR Submission Checklist for internal contributors
SQPIT-764feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.