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, dependenciesgetVariantsgetBinariesgetMachines, getTargetMachinesgetBuildTypes, getTargetBuildTypesgetSources, sources, sourcesgetSwiftSources, swiftSources, swiftSourcesgetBaseNamedefault NativeApplicationComponentDependencies getDependencies()
getDependencies in interface DependencyAwareComponent<NativeApplicationComponentDependencies>ComponentDependencies, never null.