-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add disablePerformanceAntipatternChecker to scheme #694
Conversation
- Add entry about adding `disablePerformanceAntipatternChecker` action
Codecov Report
@@ Coverage Diff @@
## main #694 +/- ##
=======================================
Coverage 84.92% 84.92%
=======================================
Files 157 157
Lines 9101 9109 +8
=======================================
+ Hits 7729 7736 +7
- Misses 1372 1373 +1
Continue to review full report at Codecov.
|
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.
Thanks @Bogdan-Belogurov!
@all-contributors add @Bogdan-Belogurov for code |
I've put up a pull request to add @Bogdan-Belogurov! 🎉 |
Resolves #693
Short description 📝
In Xcode 14 there's a new "Thread Performance" runtime checker that is enabled by default.
Solution 📦
This PR adds
disablePerformanceAntipatternChecker
property toXCScheme.LaunchAction