You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darwin: Move warning settings into the Xcode project (project-chip#32828)
* Darwin: Sort some project sections for easier maintenance
* Darwin: Move warning settings into the Xcode project
Enable warnings in the build settings rather than feeding them in during CI
builds only. Also build targets within the project with MTR_NO_AVAILABILITY=1
and provisional / experimental APIs enabled. This means actual warnings now
don't get drowned out by thousands of availability warnings.
Explicitly suppress certain warnings within third-party code in dft.
* Adjust xcodebuild args for darwin-framework-tool
* Also adjust xcodebuild args for building unit tests
* Availability is now tested via MTRAvailabilityTests
* Remove iOS-debug CI variant to reduce load
* Whitespace
* Darwin: Remove some framework sources from the dft target
0 commit comments