String mapIOSRuntime(String version) { return 'com.apple.CoreSimulator.SimRuntime.iOS-${version.replaceAll('.', '-')}'; }