public interface SwiftApplication extends SwiftApplicationExtension, DependencyAwareComponent<NativeApplicationComponentDependencies>, VariantAwareComponent<NativeApplication>, BinaryAwareComponent, TargetMachineAwareComponent, TargetBuildTypeAwareComponent, SourceAwareComponent<SwiftApplicationSources>, HasSwiftSources, BaseNameAwareComponent
An instance of this type is added as a project extension by the Swift Application Plugin.
Modifier and Type | Method and Description |
---|---|
default NativeApplicationComponentDependencies |
getDependencies()
Returns the dependencies of this component.
|
dependencies, dependencies
getVariants
getBinaries
getMachines, getTargetMachines
getBuildTypes, getTargetBuildTypes
getSources, sources, sources
getSwiftSources, swiftSources, swiftSources
getBaseName
default NativeApplicationComponentDependencies getDependencies()
getDependencies
in interface DependencyAwareComponent<NativeApplicationComponentDependencies>
ComponentDependencies
, never null.