C# Class UnityEditor.XCodeEditor.XCProject

Inheritance: System.IDisposable
ファイルを表示 Open project: dcariola/XCodeEditor-for-Unity Class Usage Examples

Public Properties

Property Type Description
_objects PBXDictionary

Public Methods

Method Description
AddFile ( string filePath, UnityEditor.XCodeEditor.PBXGroup parent = null, string tree = "SOURCE_ROOT", bool createBuildFiles = true, bool weak = false ) : PBXDictionary
AddFolder ( string folderPath, UnityEditor.XCodeEditor.PBXGroup parent = null, string exclude = null, bool recursive = true, bool createBuildFile = true ) : bool
AddFrameworkSearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
AddFrameworkSearchPaths ( string path ) : bool
AddHeaderSearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
AddHeaderSearchPaths ( string path ) : bool
AddLibrarySearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
AddLibrarySearchPaths ( string path ) : bool
AddOtherCFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
AddOtherCFlags ( string flag ) : bool
AddOtherLDFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
AddOtherLDFlags ( string flag ) : bool
ApplyMod ( XCMod mod ) : void
ApplyMod ( string pbxmod ) : void
Backup ( ) : void
Consolidate ( ) : void
Dispose ( ) : void
GccEnableCppExceptions ( string value ) : bool
GccEnableObjCExceptions ( string value ) : bool
GetFile ( string name ) : PBXFileReference
GetGroup ( string name, string path = null, UnityEditor.XCodeEditor.PBXGroup parent = null ) : UnityEditor.XCodeEditor.PBXGroup
GetObject ( string guid ) : object
Save ( ) : void

Saves a project after editing.

XCProject ( ) : System.Collections
XCProject ( string filePath ) : System.Collections

Method Details

AddFile() public method

public AddFile ( string filePath, UnityEditor.XCodeEditor.PBXGroup parent = null, string tree = "SOURCE_ROOT", bool createBuildFiles = true, bool weak = false ) : PBXDictionary
filePath string
parent UnityEditor.XCodeEditor.PBXGroup
tree string
createBuildFiles bool
weak bool
return PBXDictionary

AddFolder() public method

public AddFolder ( string folderPath, UnityEditor.XCodeEditor.PBXGroup parent = null, string exclude = null, bool recursive = true, bool createBuildFile = true ) : bool
folderPath string
parent UnityEditor.XCodeEditor.PBXGroup
exclude string
recursive bool
createBuildFile bool
return bool

AddFrameworkSearchPaths() public method

public AddFrameworkSearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
paths UnityEditor.XCodeEditor.PBXList
return bool

AddFrameworkSearchPaths() public method

public AddFrameworkSearchPaths ( string path ) : bool
path string
return bool

AddHeaderSearchPaths() public method

public AddHeaderSearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
paths UnityEditor.XCodeEditor.PBXList
return bool

AddHeaderSearchPaths() public method

public AddHeaderSearchPaths ( string path ) : bool
path string
return bool

AddLibrarySearchPaths() public method

public AddLibrarySearchPaths ( UnityEditor.XCodeEditor.PBXList paths ) : bool
paths UnityEditor.XCodeEditor.PBXList
return bool

AddLibrarySearchPaths() public method

public AddLibrarySearchPaths ( string path ) : bool
path string
return bool

AddOtherCFlags() public method

public AddOtherCFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
flags UnityEditor.XCodeEditor.PBXList
return bool

AddOtherCFlags() public method

public AddOtherCFlags ( string flag ) : bool
flag string
return bool

AddOtherLDFlags() public method

public AddOtherLDFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
flags UnityEditor.XCodeEditor.PBXList
return bool

AddOtherLDFlags() public method

public AddOtherLDFlags ( string flag ) : bool
flag string
return bool

ApplyMod() public method

public ApplyMod ( XCMod mod ) : void
mod XCMod
return void

ApplyMod() public method

public ApplyMod ( string pbxmod ) : void
pbxmod string
return void

Backup() public method

public Backup ( ) : void
return void

Consolidate() public method

public Consolidate ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GccEnableCppExceptions() public method

public GccEnableCppExceptions ( string value ) : bool
value string
return bool

GccEnableObjCExceptions() public method

public GccEnableObjCExceptions ( string value ) : bool
value string
return bool

GetFile() public method

public GetFile ( string name ) : PBXFileReference
name string
return PBXFileReference

GetGroup() public method

public GetGroup ( string name, string path = null, UnityEditor.XCodeEditor.PBXGroup parent = null ) : UnityEditor.XCodeEditor.PBXGroup
name string
path string
parent UnityEditor.XCodeEditor.PBXGroup
return UnityEditor.XCodeEditor.PBXGroup

GetObject() public method

public GetObject ( string guid ) : object
guid string
return object

Save() public method

Saves a project after editing.
public Save ( ) : void
return void

XCProject() public method

public XCProject ( ) : System.Collections
return System.Collections

XCProject() public method

public XCProject ( string filePath ) : System.Collections
filePath string
return System.Collections

Property Details

_objects public_oe property

public PBXDictionary _objects
return PBXDictionary