Summary
Base build plan for Xamarin macOS based applications
- Assembly
- Rocket
.Surgery .Nuke .Xamarin .dll - Namespace
- Rocket
.Surgery .Nuke .Xamarin - Interfaces
graph BT
Type-.->Interface0["IXamarinBuild"]
click Interface0 "/api/Rocket.Surgery.Nuke.Xamarin/IXamarinBuild"
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["IXamarinMacBuild"]
class Type type-node
Syntax
public interface IXamarinMacBuild : IXamarinBuild, IRocketBoosterBuild
Attributes
Type | Description |
---|---|
Nullable |
Properties
Name | Value | Summary |
---|---|---|
TargetPlatform | TargetPlatform |
Target platform for macOS build.
|
XamarinMac | Target |
Core target that can be used to trigger all targets for this build
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|