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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disablePerformanceAntipatternChecker to scheme #694

Merged
merged 3 commits into from
Jun 30, 2022

Conversation

Bogdan-Belogurov
Copy link
Contributor

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 to XCScheme.LaunchAction

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2022

Codecov Report

Merging #694 (42f3367) into main (2fe19ca) will increase coverage by 0.00%.
The diff coverage is 87.50%.

@@           Coverage Diff           @@
##             main     #694   +/-   ##
=======================================
  Coverage   84.92%   84.92%           
=======================================
  Files         157      157           
  Lines        9101     9109    +8     
=======================================
+ Hits         7729     7736    +7     
- Misses       1372     1373    +1     
Impacted Files Coverage 螖
...urces/XcodeProj/Scheme/XCScheme+LaunchAction.swift 92.19% <80.00%> (-0.31%) 猬囷笍
Tests/XcodeProjTests/Scheme/XCSchemeTests.swift 100.00% <100.00%> (酶)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 2fe19ca...42f3367. Read the comment docs.

Copy link
Collaborator

@kwridan kwridan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kwridan
Copy link
Collaborator

kwridan commented Jun 30, 2022

@all-contributors add @Bogdan-Belogurov for code

@allcontributors
Copy link
Contributor

@kwridan

I've put up a pull request to add @Bogdan-Belogurov! 馃帀

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.

Add support for Thread Performance Checker scheme diagnostics option
4 participants