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

Upgrade minimum iOS and OSX deployment target #1574

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Sep 16, 2022

Element iOS targets iOS 14 as a minimum whereas the SDK was several versions behind, making it not possible to use Swift concurrency without @available flags. Increasing the iOS and OSX deployment targets to 13 and 10.15 respectively lets us remove these conditionals

@Anderas Anderas requested review from a team and paleksandrs and removed request for a team September 16, 2022 08:30
@Anderas Anderas changed the title Upgrade minimum ios and osx deployment target Upgrade minimum iOS and OSX deployment target Sep 16, 2022
@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Base: 37.03% // Head: 12.48% // Decreases project coverage by -24.55% ⚠️

Coverage data is based on head (159d43b) compared to base (d55600e).
Patch coverage: 47.61% of modified lines in pull request are covered.

❗ Current head 159d43b differs from pull request most recent head dfcbe70. Consider uploading reports for the commit dfcbe70 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1574       +/-   ##
============================================
- Coverage    37.03%   12.48%   -24.56%     
============================================
  Files          521      521               
  Lines        85000    85023       +23     
  Branches     37538    36203     -1335     
============================================
- Hits         31477    10612    -20865     
- Misses       52561    74025    +21464     
+ Partials       962      386      -576     
Impacted Files Coverage Δ
MatrixSDK/Contrib/Swift/Data/MXRoom.swift 0.00% <ø> (-3.90%) ⬇️
MatrixSDK/Contrib/Swift/MXResponse.swift 33.03% <ø> (ø)
MatrixSDK/Crypto/MXCryptoV2.swift 100.00% <ø> (ø)
MatrixSDK/Utils/MXMemory.swift 0.00% <ø> (-35.00%) ⬇️
MatrixSDK/Utils/MXTaskQueue.swift 85.71% <ø> (ø)
...rypto/Data/MXOlmInboundGroupSessionUnitTests.swift 100.00% <ø> (ø)
MatrixSDKTests/MXEventAnnotationUnitTests.swift 96.29% <ø> (ø)
MatrixSDKTests/MXEventReferenceUnitTests.swift 96.22% <ø> (ø)
MatrixSDKTests/Utils/MXTaskQueueUnitTests.swift 92.85% <ø> (ø)
MatrixSDK/Data/Store/MXFileStore/MXFileStore.m 17.93% <47.61%> (-0.16%) ⬇️
... and 195 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Anderas Anderas merged commit 14cb2f3 into develop Sep 22, 2022
@Anderas Anderas deleted the andy/os_version branch September 22, 2022 08:34
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