Class OptionXcode.OptionRenameScheme
This Option is only cosmetical. It renames the scheme in the generated XCode project to the product name set in Unity. This will display your product name in XCode's scheme selection in the title bar and especially in the organizer side bar (instead of Unity-iPhone for all projects).
Inherited Members
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public class OptionRenameScheme : OptionToggle
Methods
| Improve this Doc View SourcePostprocessBuild(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 |