@Incubating public class SwiftApplicationPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A plugin that produces an executable from Swift source.
Adds compile, link and install tasks to build the executable. Defaults to looking for source files in `src/main/swift`.
Adds a SwiftApplication
extension to the project to allow configuration of the executable.
Constructor and Description |
---|
SwiftApplicationPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory,
org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector,
org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory)
Injects a
FileOperations instance. |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|
@Inject public SwiftApplicationPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory)
FileOperations
instance.