Closed kwridan closed 2 years ago
Hi @kwridan!
I can tackle this one :)
That's great to hear @leszko11! Let us know if you need any help π
Thanks @leszko11 !
Looks like @Bogdan-Belogurov has already submitted https://github.com/tuist/XcodeProj/pull/694
Oh, @Bogdan-Belogurov is fast π
Context π΅οΈββοΈ
In Xcode 14 there's a new "Thread Performance" runtime checker that is enabled by default. This can be configured within the scheme's Run action (
LaunchAction
).What π±
The new option appears in the
LaunchAction
only if disabled and omitted if enabled (similar to main thread checker).Proposal π
disablePerformanceAntipatternChecker
property onXCScheme.LaunchAction
disableMainThreadChecker
in the generated schemeNotes
LaunchAction
) only and not under the Test action.