This is part of the Fake.DotNet.Xamarin module.
The iOS archive paramater type
Record Field | Description |
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.
|