Home
last modified time | relevance | path

Searched refs:runtimeSuffix (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts246 const runtimeSuffix = runtime.split('com.apple.CoreSimulator.SimRuntime.').pop()!; constant
248 const [osType, ...osVersionComponents] = runtimeSuffix.split('-');