public final class FileTypes extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableSet<String> |
EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a
PBXFileReference.
|
static com.google.common.collect.ImmutableMap<String,String> |
FILE_EXTENSION_TO_IDENTIFIER
Map of file extension to Xcode identifiers.
|
static com.google.common.collect.ImmutableSet<String> |
MODIFIABLE_FILE_TYPE_IDENTIFIERS
Set of identifiers for which we will use "lastKnownFileType" instead of "explicitFileType" in a
PBXFileReference to allow the user to change the type by renaming the file.
|
public static final com.google.common.collect.ImmutableMap<String,String> FILE_EXTENSION_TO_IDENTIFIER
public static final com.google.common.collect.ImmutableSet<String> EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS
Yes, really. Because Xcode.
public static final com.google.common.collect.ImmutableSet<String> MODIFIABLE_FILE_TYPE_IDENTIFIERS