api / org.gradle.language.swift.tasks / UnexportMainSymbol

UnexportMainSymbol

@Incubating @CacheableTask open class UnexportMainSymbol : DefaultTask

Unexports the main entry point symbol in an object file, so the object file can be linked with an executable.

Since
4.4

Constructors

<init>

UnexportMainSymbol()

Unexports the main entry point symbol in an object file, so the object file can be linked with an executable.

Functions

getObjects

open fun getObjects(): ConfigurableFileCollection

The object files to relocate.

getOutputDirectory

open fun getOutputDirectory(): DirectoryProperty

Location of modified object files.

getRelocatedObjects

open fun getRelocatedObjects(): FileCollection

Collection of modified object files.

unexport

open fun unexport(): Unit