public enum IosProjectType
- Object
- Enum<IosProjectType>
- IosProjectType
ImplementsComparable<IosProjectType>
Accepted values of the ios.project_type build hint.
Each constant’s @HintValue carries the string the build actually receives,
which is not always the constant’s own name.
Enum constants
DEFAULT | Say nothing, and let the build server apply its own default. |
IOS | |
IPAD | |
IPHONE |
Methods
public static IosProjectType[] values() | |
public static IosProjectType valueOf(String name) |
Inherited methods
Enum constant details
DEFAULT
DEFAULTSay nothing, and let the build server apply its own default.
IOS
IOSIPAD
IPADIPHONE
IPHONEMethod details
values
public static IosProjectType[] values()valueOf
public static IosProjectType valueOf(String name)