| Package | Description |
|---|---|
| ca.mestevens.ios.xcode.parser.models |
| Modifier and Type | Field and Description |
|---|---|
List<PBXFileElement> |
XCodeProject.fileReferences |
List<PBXFileElement> |
XCodeProject.groups |
List<PBXFileElement> |
XCodeProject.variantGroups |
| Modifier and Type | Method and Description |
|---|---|
PBXFileElement |
XCodeProject.createFileReference(String filePath)
Method to add a file reference to the project file.
|
PBXFileElement |
XCodeProject.createFileReference(String filePath,
String sourceTree)
Method to add a file reference to the project file.
|
PBXFileElement |
XCodeProject.createGroup(String groupName)
This will create an empty group in the project file.
|
PBXFileElement |
XCodeProject.createGroup(String groupName,
List<CommentedIdentifier> groupChildren,
String parentGroup)
This will create a group in the project file.
|
PBXFileElement |
XCodeProject.createGroup(String groupName,
String parentGroup)
This will create an empty group in the project file.
|
PBXFileElement |
XCodeProject.getFileReferenceWithPath(String fileRefPath)
Gets the file references that matches the path in the PBXFileReference section.
|
PBXFileElement |
XCodeProject.getGroupWithIdentifier(String identifier)
Gets the group with a matching identifier from the PBXGroup section.
|
PBXFileElement |
XCodeProject.getVariantGroupWithIdentifier(String identifier)
Gets the variant group with a matching identifier from the PBXVariantGroup section.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PBXFileElement.compareTo(PBXFileElement o) |
Copyright © 2014. All rights reserved.