chore: remove college basketball (CBB) from iOS app

Remove CBB (~5,000+ games per season) to reduce complexity.

Changes:
- Remove .cbb enum case from Sport
- Remove CBB theme color (cbbMint)
- Update documentation to reflect 7 supported leagues

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-11 01:44:35 -06:00
parent 171221af0e
commit c9e5bd9909
5 changed files with 5 additions and 27 deletions

View File

@@ -217,7 +217,6 @@ extension Sport {
case .mls: return Theme.mlsGreen
case .wnba: return Theme.wnbaPurple
case .nwsl: return Theme.nwslTeal
case .cbb: return Theme.cbbMint
}
}
}