C# Class XcodeProjectSetting, XcodeProjectUpdater

Xcodeのプロジェクトを書き出す際の設定値
Inheritance: UnityEngine.ScriptableObject
Show file 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 property

public List ApplicationQueriesSchemes
return List

CompilerFlagsSetList public property

public List CompilerFlagsSetList
return List

CopyDirectoryPath public property

public string CopyDirectoryPath
return string

EnableATS public property

public bool EnableATS
return bool

EnableBitCode public property

public bool EnableBitCode
return bool

EnableStatusBar public property

public bool EnableStatusBar
return bool

FrameworkList public property

public List FrameworkList
return List

FrameworkSearchPathArray public property

public string[] FrameworkSearchPathArray
return string[]

LinkerFlagArray public property

public string[] LinkerFlagArray
return string[]

NeedToDeleteLaunchiImagesKey public property

public bool NeedToDeleteLaunchiImagesKey
return bool

URLIdentifier public property

public string URLIdentifier
return string

URLSchemeList public property

public List URLSchemeList
return List