public enum IosDependencyManager
- Object
- Enum<IosDependencyManager>
- 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
DEFAULT | Say 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
DEFAULTSay nothing, and let the build server apply its own default.
AUTO
AUTOCOCOAPODS
COCOAPODSSPM
SPMBOTH
BOTHNONE
NONEMethod details
values
public static IosDependencyManager[] values()valueOf
public static IosDependencyManager valueOf(String name)