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

iOSArchiveParams

The iOS archive paramater type

Record Fields

Record FieldDescription
Configuration
Signature: string

Build configuration, defaults to 'Debug|iPhoneSimulator'

MDToolPath
Signature: string

Path to mdtool, defaults to Xamarin Studio's usual path

ProjectName
Signature: string

Project name within a solution file

SolutionPath
Signature: string

Path to desired solution file. If not provided, mdtool finds the first solution in the current directory. Although mdtool can take a project file, the archiving seems to fail to work without a solution.