Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

TestFlightHelper

Contains tasks to upload apps to TestFlight

Nested types and modules

TypeDescription
TestFlightParams

The TestFlight parameter type.

Functions and values

Function or valueDescription
TestFlight(setParams)
Signature: setParams:(TestFlightParams -> TestFlightParams) -> unit

Uploads the app build to TestFlight.

Parameters

  • setParams - Function used to manipulate the default TestFlightParams value.
TestFlightDefaults
Signature: TestFlightParams

The default TestFlight upload parameters.