Summary
Base build plan for Xamarin iOS based applications
- Assembly
- Rocket
.Surgery .Nuke .Xamarin .dll - Namespace
- Rocket
.Surgery .Nuke .Xamarin - Interfaces
- Base Types
-
- NukeBuild
- RocketBoosterBuild
<XamarinConfiguration> - XamarinBuild
graph BT
Type-->Base0["XamarinBuild"]
click Base0 "/api/Rocket.Surgery.Nuke.Xamarin/XamarinBuild"
Base0-->Base1["RocketBoosterBuild<XamarinConfiguration>"]
Base1-->Base2["NukeBuild"]
Type-.->Interface0["IRocketBoosterBuild<XamarinConfiguration>"]
Type-.->Interface1["IRocketBoosterBuild"]
click Interface1 "/api/Rocket.Surgery.Nuke/IRocketBoosterBuild"
Type["XamarinMacBuild"]
class Type type-node
Syntax
public class XamarinMacBuild : XamarinBuild, IRocketBoosterBuild<XamarinConfiguration>,
IRocketBoosterBuild
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| XamarinMacBuild |
Initializes a new instance of the XamariniOSBuild class.
|
Fields
| Name | Constant Value | Summary |
|---|---|---|
| IsOsx |
A value indicated whether the build host is OSX.
|
Properties
| Name | Value | Summary |
|---|---|---|
| BaseBundleIdentifier | string |
Gets the path for the info plist.
|
| InfoPlist | AbsolutePath |
Gets the path for the info plist.
|
| IsOsx | Expression |
A value indicated whether the build host is OSX.
Inherited from XamarinBuild
|
| ModifyPlist | Target |
modify info.plist
|
| TargetPlatform | TargetPlatform |
Gets the target platform.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Build |
ITargetDefinition |
msbuild
Inherited from XamarinBuild
static
|
| Build |
ITargetDefinition |
msbuild
static
|
| Package |
ITargetDefinition |
packages a binary for distribution.
static
|
| Restore |
ITargetDefinition |
nuget restore
Inherited from XamarinBuild
static
|
| Test |
ITargetDefinition |
test
Inherited from XamarinBuild
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
