FAKE - F# Make


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.

Fork me on GitHub