Show / Hide Table of Contents

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).

Inheritance
System.Object
Option
Option<System.Boolean>
OptionToggle
OptionXcode.OptionRenameScheme
Inherited Members
OptionToggle.EditGUI()
OptionToggle.Parse(String)
OptionToggle.Load(String)
OptionToggle.Save(Boolean)
OptionToggle.Save()
Option<Boolean>.Value
Option<Boolean>.DefaultValue
Option.Configure()
Option.DEFINE_PREFIX
Option.OPTION_PREFIX
Option.changed
Option.Capabilities
Option.SupportedTargets
Option.IsAvailable(IEnumerable<BuildTarget>)
Option.ShouldIncludeOnlyFeature()
Option.PostprocessScene(Scene, OptionInclusion)
Option.PostprocessOrder
Option.PrepareBuild(BuildPlayerOptions, OptionInclusion)
Option.PreprocessBuild(BuildTarget, String, OptionInclusion)
Option.GetScriptingDefineSymbols(OptionInclusion, HashSet<String>)
Option.Name
Option.Parent
Option.Path
Option.GetPathRecursive(Option)
Option.InvalidatePathRecursive()
Option.ApplyOrder
Option.Apply()
Option.ApplyFromRoot()
Option.Variance
Option.VariantParameter
Option.VariantDefaultParameter
Option.IsDefaultVariant
Option.Variants
Option.AddVariant(String)
Option.GetVariant(String, Boolean)
Option.RemoveVariant(Option)
Option.ClearVariants()
Option.RenumberArrayVariants()
Option.HasChildren
Option.Children
Option.CreateChildren()
Option.GetChild(String)
Option.GetChild<TOption>()
Option.Category
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public class OptionRenameScheme : 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
Option.PostprocessBuild(BuildTarget, String, OptionInclusion)
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz