Summary
Base build plan for Xamarin iOS 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["IXamariniOSBuild"]
class Type type-node
Syntax
public interface IXamariniOSBuild : IXamarinBuild, IRocketBoosterBuild
Attributes
Type | Description |
---|---|
Nullable |
Properties
Name | Value | Summary |
---|---|---|
InfoPlist | AbsolutePath |
Gets the path for the info plist.
|
ModifyInfoPlist | Target |
Modifies the InfoPlist for the iOS target.
|
TargetPlatform | TargetPlatform |
Target platform for iOS build.
|
XamariniOS | 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.
|