-
Notifications
You must be signed in to change notification settings - Fork 17
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
Staging to main for 5.0.0 release #80
Conversation
Major version bump 5.0.0
Use Xcode 15 explicitly in build workflow
Fix xcode and macos version in release yml
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 91.69% 95.97% +4.28%
==========================================
Files 17 17
Lines 349 472 +123
==========================================
+ Hits 320 453 +133
+ Misses 29 19 -10 |
@@ -1,17 +1,14 @@ | |||
// swift-tools-version:5.1 | |||
// swift-tools-version:5.3 |
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.
5.1 ?
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.
clarified this is 5.3 matching core
Description
Prep for 5.0 release which updates min deployment to iOS 12 and sets Xcode build/release in CI to Xcode 15
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: