Cleanup so that each platform case has all the applicable value for each platform (switch case) Something like: ``swift let values = platform.supportedPlatforms ``` This will remove all the if blocks in the extension and clean it up.
Cleanup so that each platform case has all the applicable value for each platform (switch case)
Something like:
``swift
let values = platform.supportedPlatforms