C# Class XcodeProjectSetting, XcodeProjectUpdater

Xcodeのプロジェクトを書き出す際の設定値
Inheritance: UnityEngine.ScriptableObject
Mostrar archivo Open project: kankikuchi/XcodeProjectUpdater Class Usage Examples

Public Properties

Property Type Description
ApplicationQueriesSchemes List
CompilerFlagsSetList List
CopyDirectoryPath string
EnableATS bool
EnableBitCode bool
EnableStatusBar bool
FrameworkList List
FrameworkSearchPathArray string[]
LinkerFlagArray string[]
NeedToDeleteLaunchiImagesKey bool
URLIdentifier string
URLSchemeList List

Property Details

ApplicationQueriesSchemes public_oe property

public List ApplicationQueriesSchemes
return List

CompilerFlagsSetList public_oe property

public List CompilerFlagsSetList
return List

CopyDirectoryPath public_oe property

public string CopyDirectoryPath
return string

EnableATS public_oe property

public bool EnableATS
return bool

EnableBitCode public_oe property

public bool EnableBitCode
return bool

EnableStatusBar public_oe property

public bool EnableStatusBar
return bool

FrameworkList public_oe property

public List FrameworkList
return List

FrameworkSearchPathArray public_oe property

public string[] FrameworkSearchPathArray
return string[]

LinkerFlagArray public_oe property

public string[] LinkerFlagArray
return string[]

NeedToDeleteLaunchiImagesKey public_oe property

public bool NeedToDeleteLaunchiImagesKey
return bool

URLIdentifier public_oe property

public string URLIdentifier
return string

URLSchemeList public_oe property

public List URLSchemeList
return List