FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

iOSArchiveParams Type

The iOS archive parameter type

Record fields

Record Field Description

Configuration

Full Usage: Configuration

Field type: string

Build configuration, defaults to 'Debug|iPhoneSimulator'

Field type: string

MDToolPath

Full Usage: MDToolPath

Field type: string

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

Field type: string

ProjectName

Full Usage: ProjectName

Field type: string

Project name within a solution file

Field type: string

SolutionPath

Full Usage: SolutionPath

Field type: 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.

Field type: string