api / org.gradle.nativeplatform.test.xctest.tasks / InstallXCTestBundle

InstallXCTestBundle

@Incubating open class InstallXCTestBundle : DefaultTask

Creates a XCTest bundle with a run script so it can be easily executed.

Since
4.4

Constructors

<init>

InstallXCTestBundle()

Creates a XCTest bundle with a run script so it can be easily executed.

Functions

getBundleBinaryFile

open fun getBundleBinaryFile(): RegularFileProperty

Returns the bundle binary file property.

getInstallDirectory

open fun getInstallDirectory(): DirectoryProperty

Returns the install directory property.

getRunScriptFile

open fun getRunScriptFile(): Provider<RegularFile>

Returns the script file that can be used to run the install image.