public class AppleSimulatorDiscovery extends Object
Modifier and Type | Method and Description |
---|---|
static Optional<com.facebook.buck.apple.simulator.AppleSimulatorProfile> |
discoverAppleSimulatorProfile(AppleSimulator appleSimulator,
Path iphonesimulatorPlatformRoot)
Given a simulators, looks up metadata on the supported architectures and product families for
that simulator (if present).
|
static com.google.common.collect.ImmutableSet<AppleSimulator> |
discoverAppleSimulators(ProcessExecutor processExecutor,
Path simctlPath) |
public static com.google.common.collect.ImmutableSet<AppleSimulator> discoverAppleSimulators(ProcessExecutor processExecutor, Path simctlPath) throws InterruptedException, IOException
InterruptedException
IOException
public static Optional<com.facebook.buck.apple.simulator.AppleSimulatorProfile> discoverAppleSimulatorProfile(AppleSimulator appleSimulator, Path iphonesimulatorPlatformRoot) throws IOException
IOException