Метод | Описание | |
---|---|---|
AddFrameworkSearchPaths ( |
||
AddHeaderSearchPaths ( |
||
AddLibrarySearchPaths ( |
||
AddOtherCFlags ( |
||
AddOtherCFlags ( string flag ) : bool | ||
XCBuildConfiguration ( string guid, PBXDictionary dictionary ) : System.Collections |
Метод | Описание | |
---|---|---|
AddSearchPaths ( |
||
AddSearchPaths ( string path, string key, bool recursive = true ) : bool |
public AddFrameworkSearchPaths ( |
||
paths | ||
recursive | bool | |
Результат | bool |
public AddHeaderSearchPaths ( |
||
paths | ||
recursive | bool | |
Результат | bool |
public AddLibrarySearchPaths ( |
||
paths | ||
recursive | bool | |
Результат | bool |
public AddOtherCFlags ( |
||
flags | ||
Результат | bool |
public AddOtherCFlags ( string flag ) : bool | ||
flag | string | |
Результат | bool |
protected AddSearchPaths ( |
||
paths | ||
key | string | |
recursive | bool | |
Результат | bool |
protected AddSearchPaths ( string path, string key, bool recursive = true ) : bool | ||
path | string | |
key | string | |
recursive | bool | |
Результат | bool |
public XCBuildConfiguration ( string guid, PBXDictionary dictionary ) : System.Collections | ||
guid | string | |
dictionary | PBXDictionary | |
Результат | System.Collections |