-
Notifications
You must be signed in to change notification settings - Fork 222
feat: bump swift sdk version to 1.5.x #4028
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4028 +/- ##
==========================================
+ Coverage 67.51% 67.72% +0.20%
==========================================
Files 1130 1129 -1
Lines 52639 52487 -152
==========================================
+ Hits 35539 35545 +6
+ Misses 17100 16942 -158
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
] | ||
let dependencies: [Package.Dependency] = [ | ||
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.2.59"), | ||
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.5.10"), |
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.
should we move to from:1.5.10
?
Issue #
#4021
Minimum supported Xcode version
Based on Apples bump to the minimum Xcode version required for uploading apps, Amplify will also update its minimum supported Xcode version to 16.
Dependency update:
Package.swift
from version1.2.59
to1.5.x
to incorporate the latest features and fixes.General Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.