-
Notifications
You must be signed in to change notification settings - Fork 423
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
Bump deployment target to iOS 17 #3796
Conversation
@@ -24,8 +24,8 @@ then | |||
fi | |||
|
|||
# Check for Xcode minimum version | |||
XCODE_MIN_VERSION=130 | |||
XCODE_MIN_VERSION_STR="Xcode 13.0" | |||
XCODE_MIN_VERSION=160 |
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.
I think this and the readme got out of sync with the min version spreadsheet, assuming we want Xcode 16 for 13.0?
Clang Static Analysis Issues
Generated by 🚫 Danger |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3796 +/- ##
========================================
+ Coverage 0 62.76% +62.76%
========================================
Files 0 224 +224
Lines 0 21361 +21361
========================================
+ Hits 0 13408 +13408
- Misses 0 7953 +7953
|
merging because the test failures are flappers, will make work items to investigate them more |
No description provided.