| Package | Description |
|---|---|
| ca.mestevens.ios.xcode.parser.models | |
| ca.mestevens.ios.xcode.parser.utils |
| Modifier and Type | Field and Description |
|---|---|
CommentedIdentifier |
XCodeProject.rootObject |
| Modifier and Type | Method and Description |
|---|---|
void |
PBXFileElement.addChild(CommentedIdentifier child) |
int |
CommentedIdentifier.compareTo(CommentedIdentifier o) |
| Modifier and Type | Method and Description |
|---|---|
PBXFileElement |
XCodeProject.createGroup(String groupName,
List<CommentedIdentifier> groupChildren,
String parentGroup)
This will create a group in the project file.
|
| Constructor and Description |
|---|
PBXBuildPhase(String isa,
String name,
List<CommentedIdentifier> files) |
PBXBuildPhase(String isa,
String name,
List<CommentedIdentifier> files,
String dstPath,
Integer dstSubfolderSpec) |
| Modifier and Type | Method and Description |
|---|---|
CommentedIdentifier |
ObjectParser.getCommentedIdentifier(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentedIdentifier> |
ObjectParser.getIdentifierList(String value) |
Copyright © 2014. All rights reserved.