Description
This tasks allows to copy the Monobjc runtime into the application bundle.
Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| ApplicationName | String |
The name of the application. | True |
| TargetOSVersion | String |
The target OS version. Valid values are MacOS105, MacOS106, MacOS107 or MacOS108. |
False |
| ToDirectory | ITaskItem |
The destination directory. | True |
Nested Elements
Usage
Typical usage:
<CopyRuntime ApplicationName="$(AssemblyName)" TargetOSVersion="$(MacOSVersion)" ToDirectory="$(MacOSPath)" />