public enum IosDependencyManager

  1. Object
  2. Enum<IosDependencyManager>
  3. IosDependencyManager

ImplementsComparable<IosDependencyManager>

Accepted values of the ios.dependencyManager 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.
AUTO
COCOAPODS
SPM
BOTH
NONE

Methods

public static IosDependencyManager[] values()
public static IosDependencyManager valueOf(String name)

Inherited methods

Enum constant details

DEFAULT

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

AUTO

AUTO

COCOAPODS

COCOAPODS

SPM

SPM

BOTH

BOTH

NONE

NONE

Method details

values

public static IosDependencyManager[] values()

valueOf

public static IosDependencyManager valueOf(String name)