C# Class UnityEditor.KabamXCodeEditor.XCProject

Inheritance: System.IDisposable
Afficher le fichier Open project: Kabam/XCodeEditor-for-Unity

Méthodes publiques

Свойство Type Description
_objects PBXDictionary

Méthodes publiques

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

Saves a project after editing.

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

Private Methods

Méthode Description
AddXcodeQuotes ( string path ) : string

Method Details

AddFile() public méthode

public AddFile ( string filePath, PBXGroup parent = null, string tree = "SOURCE_ROOT", bool createBuildFiles = true, bool weak = false ) : PBXDictionary
filePath string
parent PBXGroup
tree string
createBuildFiles bool
weak bool
Résultat PBXDictionary

AddFolder() public méthode

public AddFolder ( string folderPath, PBXGroup parent = null, string exclude = null, bool recursive = true, bool createBuildFile = true ) : bool
folderPath string
parent PBXGroup
exclude string
recursive bool
createBuildFile bool
Résultat bool

AddFrameworkSearchPaths() public méthode

public AddFrameworkSearchPaths ( PBXList paths ) : bool
paths PBXList
Résultat bool

AddFrameworkSearchPaths() public méthode

public AddFrameworkSearchPaths ( string path ) : bool
path string
Résultat bool

AddHeaderSearchPaths() public méthode

public AddHeaderSearchPaths ( PBXList paths ) : bool
paths PBXList
Résultat bool

AddHeaderSearchPaths() public méthode

public AddHeaderSearchPaths ( string path ) : bool
path string
Résultat bool

AddLibrarySearchPaths() public méthode

public AddLibrarySearchPaths ( PBXList paths ) : bool
paths PBXList
Résultat bool

AddLibrarySearchPaths() public méthode

public AddLibrarySearchPaths ( string path ) : bool
path string
Résultat bool

AddOtherCFlags() public méthode

public AddOtherCFlags ( PBXList flags ) : bool
flags PBXList
Résultat bool

AddOtherCFlags() public méthode

public AddOtherCFlags ( string flag ) : bool
flag string
Résultat bool

ApplyMod() public méthode

public ApplyMod ( XCMod mod ) : void
mod XCMod
Résultat void

ApplyMod() public méthode

public ApplyMod ( string rootPath, string pbxmod ) : void
rootPath string
pbxmod string
Résultat void

Backup() public méthode

public Backup ( ) : void
Résultat void

Consolidate() public méthode

public Consolidate ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFile() public méthode

public GetFile ( string name ) : PBXFileReference
name string
Résultat PBXFileReference

GetGroup() public méthode

public GetGroup ( string name, string path = null, PBXGroup parent = null ) : PBXGroup
name string
path string
parent PBXGroup
Résultat PBXGroup

GetObject() public méthode

public GetObject ( string guid ) : object
guid string
Résultat object

Save() public méthode

Saves a project after editing.
public Save ( ) : void
Résultat void

XCProject() public méthode

public XCProject ( ) : System.Collections
Résultat System.Collections

XCProject() public méthode

public XCProject ( string filePath ) : System.Collections
filePath string
Résultat System.Collections

Property Details

_objects public_oe property

public PBXDictionary _objects
Résultat PBXDictionary