Table of Contents
API Documentation: | InstallXCTestBundle |
---|
Note: This class is incubating and may change in a future version of Gradle.
Creates a XCTest bundle with a run script so it can be easily executed.
Property | Description |
bundleBinaryFile | Incubating The bundle binary file property. |
installDirectory | Incubating The install directory property. |
runScriptFile | Incubating The script file that can be used to run the install image. |
RegularFileProperty
bundleBinaryFile
Note: This property is incubating and may change in a future version of Gradle.
The bundle binary file property.
DirectoryProperty
installDirectory
Note: This property is incubating and may change in a future version of Gradle.
The install directory property.
Provider
<RegularFile
>
runScriptFile
Provider
<RegularFile
>Note: This property is incubating and may change in a future version of Gradle.
The script file that can be used to run the install image.