| Package | Description |
|---|---|
| ca.mestevens.ios.xcode.parser.models |
| Modifier and Type | Field and Description |
|---|---|
List<PBXBuildFile> |
XCodeProject.buildFiles |
| Modifier and Type | Method and Description |
|---|---|
PBXBuildFile |
XCodeProject.createBuildFileFromFileReferencePath(String filePath)
This will create a build file from the file reference that is specified by the file references file path.
|
PBXBuildFile |
XCodeProject.createBuildFileFromFileReferencePath(String filePath,
String buildFileName)
This will create a build file from the file reference that is specified by the file references file path.
|
PBXBuildFile |
XCodeProject.getBuildFileWithIdentifier(String identifier)
Gets the build file with a matching identifier from the PBXBuildFile section.
|
| Modifier and Type | Method and Description |
|---|---|
List<PBXBuildFile> |
XCodeProject.getBuildFileWithFileRef(String fileRef)
Gets the build file with a matching file reference from the PBXBuildFile section.
|
List<PBXBuildFile> |
XCodeProject.getBuildFileWithFileRefPath(String fileRefPath)
Gets the build file that matches the file reference with the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PBXBuildFile.compareTo(PBXBuildFile o) |
Copyright © 2014. All rights reserved.