Checks if the config has macos.
bool hasMacOSConfig(Map<String, dynamic> platforms) { return platforms.containsKey('macos'); }