Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
iOSArchiveParams
The iOS archive paramater type
Record Fields
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. |