mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
### Context All of our theming targets should be `MDC<#Component>+Theming` but all files should be `MDC<#Component>+MaterialTheming.m/h`. We got out of sync and caught this early. ### The problem Our targets and file names weren't correct in some cases ### The fix Update our targets and files to be what we have decided as a team.