Class OptionVersion.OptionApplyToProduct
Apply the version to the product (app bundle or exe)
Inheritance
System.Object
OptionVersion.OptionApplyToProduct
Assembly: Trimmer.dll
Syntax
public class OptionApplyToProduct : OptionToggle
Methods
|
Improve this Doc
View Source
PostprocessBuild(BuildTarget, String, OptionInclusion)
Declaration
public override void PostprocessBuild(BuildTarget target, string path, OptionInclusion inclusion)
Parameters
Type |
Name |
Description |
UnityEditor.BuildTarget |
target |
|
System.String |
path |
|
OptionInclusion |
inclusion |
|
Overrides
|
Improve this Doc
View Source
UpdateVersionMac(String, Version)
Declaration
public static bool UpdateVersionMac(string path, Version version)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Version |
version |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateVersionWindows(String, Version)
Declaration
public static bool UpdateVersionWindows(string path, Version version)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Version |
version |
|
Returns
Type |
Description |
System.Boolean |
|