public enum IosProjectType

  1. Object
  2. Enum<IosProjectType>
  3. 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

DEFAULTSay 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

DEFAULT
Say nothing, and let the build server apply its own default.

IOS

IOS

IPAD

IPAD

IPHONE

IPHONE

Method details

values

public static IosProjectType[] values()

valueOf

public static IosProjectType valueOf(String name)