Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
ID string
Status string
Type string
Platform string
Name string
OS string
Arch string
}
Device is an available device
func (Device) XcodebuildDestination ¶
XcodebuildDestination returns the required xcodebuild -destination flag value for a device
type DeviceFinder ¶
DeviceFinder is an interface that find a matching device for a given destination
func NewDeviceFinder ¶
func NewDeviceFinder(log log.Logger, commandFactory command.Factory, xcodeVersion xcodeversion.Version) DeviceFinder
NewDeviceFinder retruns the default implementation of DeviceFinder
Click to show internal directories.
Click to hide internal directories.