Unverified Commit 2f993d70 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove dead definesCustomBuildConfigurations (#56961)

parent 7f400af3
......@@ -469,11 +469,6 @@ class XcodeProjectInfo {
final List<String> schemes;
bool get definesCustomSchemes => !(schemes.contains('Runner') && schemes.length == 1);
bool get definesCustomBuildConfigurations {
return !(buildConfigurations.contains('Debug') &&
buildConfigurations.contains('Release') &&
buildConfigurations.length == 2);
}
/// The expected scheme for [buildInfo].
static String expectedSchemeFor(BuildInfo buildInfo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment