This disables the example from being ran during snapshot tests. The titles are not used in the catalog; the breadcrumbs are used instead to populate the title.
PiperOrigin-RevId: 307729170
Part of https://github.com/material-components/material-components-ios/issues/8429
These targets have no internal usage.
Note: CocoaPods is unfortunately not able to annotate subspecs as deprecated. It generates the following when you try:
```
ERROR | [iOS] attributes: Can't set `deprecated` attribute for subspecs (in `MaterialComponents/ActivityIndicator+ColorThemer`).
```
Renaming each of the example view controllers to include
"ExampleViewController" so they're easier to find. This is closer to our
typical naming pattern for example view controllers.