| Modifiers | Name | Description |
|---|---|---|
static class |
MixcModel.XcodeProject |
| Type | Name and description |
|---|---|
void |
j2objcProject(java.lang.String name)Adds the name of a j2objc project this Xcode project depends on |
void |
nativeProject(java.lang.String name)Adds the name of a native project this Xcode project depends on |
void |
xcodeProject(java.lang.String name, groovy.lang.Closure cl)Defines a new Xcode project and configures it. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Adds the name of a j2objc project this Xcode project depends on
Adds the name of a native project this Xcode project depends on
Defines a new Xcode project and configures it.