Class ProductTypes
- java.lang.Object
-
- com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
public final class ProductTypes extends Object
A collection of constants for common product types.
-
-
Field Summary
Fields Modifier and Type Field Description static ProductType
APP_CLIP
static ProductType
APP_EXTENSION
static ProductType
APPLICATION
static ProductType
BUNDLE
static ProductType
DYNAMIC_LIBRARY
static ProductType
FRAMEWORK
static ProductType
STATIC_FRAMEWORK
static ProductType
STATIC_LIBRARY
static ProductType
TOOL
static ProductType
UI_TEST
static ProductType
UNIT_TEST
static ProductType
WATCH_APPLICATION
-
-
-
Field Detail
-
STATIC_LIBRARY
public static final ProductType STATIC_LIBRARY
-
DYNAMIC_LIBRARY
public static final ProductType DYNAMIC_LIBRARY
-
TOOL
public static final ProductType TOOL
-
BUNDLE
public static final ProductType BUNDLE
-
FRAMEWORK
public static final ProductType FRAMEWORK
-
STATIC_FRAMEWORK
public static final ProductType STATIC_FRAMEWORK
-
APPLICATION
public static final ProductType APPLICATION
-
APP_CLIP
public static final ProductType APP_CLIP
-
WATCH_APPLICATION
public static final ProductType WATCH_APPLICATION
-
UNIT_TEST
public static final ProductType UNIT_TEST
-
UI_TEST
public static final ProductType UI_TEST
-
APP_EXTENSION
public static final ProductType APP_EXTENSION
-
-