|
Nuke.Unreal
Build Unreal apps in Style.
|
IOS-specific target settings. More...
Public Member Functions | |
| virtual IOSTargetRulesConfig | Stripsymbols (bool present=true) |
| Whether to strip iOS symbols or not (implied by Shipping config). Whether to strip symbols or not (implied by Shipping config). | |
| virtual IOSTargetRulesConfig | CreateStub (bool present=true) |
| If true, then a stub IPA will be generated when compiling is done (minimal files needed for a valid IPA). | |
| virtual IOSTargetRulesConfig | Alwaysgeneratedsym (bool present=true) |
| Don't generate crashlytics data. | |
| virtual IOSTargetRulesConfig | Skipcrashlytics (bool? val=null) |
| Don't generate crashlytics data. | |
| virtual IOSTargetRulesConfig | Distribution (bool? val=null) |
| Mark the build for distribution If -distribution was passed on the commandline, this build is for distribution. | |
| virtual IOSTargetRulesConfig | ImportProvision (object val=null) |
| Manual override for the provision to use. Should be a full path. | |
| virtual IOSTargetRulesConfig | ImportCertificate (object val=null) |
| Imports the given certificate (inc private key) into a temporary keychain before signing. | |
| virtual IOSTargetRulesConfig | ImportCertificatePassword (object val=null) |
| Password for the imported certificate. | |
| virtual IOSTargetRulesConfig | EnableASan (bool? val=null) |
| Enables address sanitizer (ASan) | |
| virtual IOSTargetRulesConfig | EnableTSan (bool? val=null) |
| Enables thread sanitizer (TSan) Enables thread sanitizer (TSan). | |
| virtual IOSTargetRulesConfig | EnableUBSan (bool? val=null) |
| Enables undefined behavior sanitizer (UBSan) | |
| virtual IOSTargetRulesConfig | Skipclangvalidation (bool present=true) |
| Disables clang build verification checks on static libraries. | |
| virtual IOSTargetRulesConfig | EnableDSYM (bool present=true) |
| Don't generate crashlytics data Enables the generation of .dsym files. This can be disabled to enable faster iteration times during development. | |
Public Member Functions inherited from Nuke.Unreal.Tools.ToolConfig | |
| virtual void | AppendArgument (UnrealToolArgument arg) |
| virtual void | AppendArgument (string arg, UnrealToolArgumentMeta? meta=null) |
| virtual void | AppendSubtool (ToolConfig subtool) |
| virtual string | Gather (EngineVersion ueVersion) |
| Gether the arguments and subtools and render a command line output. | |
Properties | |
| override string | Name [get] |
| override string | CliName [get] |
| override UnrealCompatibility | Compatibility [get] |
| override ToolConfig[] | Configs [get] |
Properties inherited from Nuke.Unreal.Tools.ToolConfig | |
| string | Name [get] |
| The C# friendly name of the tool which will be used inside configurators. | |
| string | CliName [get] |
| The name which will be rendered onto command line. | |
| UnrealCompatibility | Compatibility [get] |
| Compatibility with either Unreal Engine 4 or 5 or both. If tool is configured to run with an incompatible engine its entire configuration will be ignored. | |
| virtual ToolConfig[] | Configs [get] |
Private Attributes | |
| ToolConfig[] | _configs = null |
Additional Inherited Members | |
Protected Attributes inherited from Nuke.Unreal.Tools.ToolConfig | |
| List< UnrealToolArgument > | UsingArguments = [] |
| readonly Dictionary< string, ToolConfig > | UsingSubtools = [] |
IOS-specific target settings.
Definition at line 15536 of file UbtConfigGenerated.cs.
|
virtual |
Don't generate crashlytics data.
Definition at line 15586 of file UbtConfigGenerated.cs.
|
virtual |
If true, then a stub IPA will be generated when compiling is done (minimal files needed for a valid IPA).
Definition at line 15565 of file UbtConfigGenerated.cs.
|
virtual |
Mark the build for distribution If -distribution was passed on the commandline, this build is for distribution.
Definition at line 15627 of file UbtConfigGenerated.cs.
|
virtual |
Enables address sanitizer (ASan)
Definition at line 15711 of file UbtConfigGenerated.cs.
|
virtual |
Don't generate crashlytics data Enables the generation of .dsym files. This can be disabled to enable faster iteration times during development.
Definition at line 15793 of file UbtConfigGenerated.cs.
|
virtual |
Enables thread sanitizer (TSan) Enables thread sanitizer (TSan).
Definition at line 15731 of file UbtConfigGenerated.cs.
|
virtual |
Enables undefined behavior sanitizer (UBSan)
Definition at line 15752 of file UbtConfigGenerated.cs.
|
virtual |
Imports the given certificate (inc private key) into a temporary keychain before signing.
Definition at line 15669 of file UbtConfigGenerated.cs.
|
virtual |
Password for the imported certificate.
Definition at line 15690 of file UbtConfigGenerated.cs.
|
virtual |
Manual override for the provision to use. Should be a full path.
Definition at line 15648 of file UbtConfigGenerated.cs.
|
virtual |
Disables clang build verification checks on static libraries.
Definition at line 15773 of file UbtConfigGenerated.cs.
|
virtual |
Don't generate crashlytics data.
Definition at line 15607 of file UbtConfigGenerated.cs.
|
virtual |
Whether to strip iOS symbols or not (implied by Shipping config). Whether to strip symbols or not (implied by Shipping config).
Definition at line 15544 of file UbtConfigGenerated.cs.
|
private |
Definition at line 15811 of file UbtConfigGenerated.cs.
|
get |
Definition at line 15539 of file UbtConfigGenerated.cs.
|
get |
Definition at line 15540 of file UbtConfigGenerated.cs.
|
getprotected |
Definition at line 15812 of file UbtConfigGenerated.cs.
|
get |
Definition at line 15538 of file UbtConfigGenerated.cs.