Skip to content

Instantly share code, notes, and snippets.

enum FileCategory: String, Codable {
case dynamicLibrary = "Dynamic library"
case ui = "UI"
case codeSigning = "Code signing"
case resources = "Resources"
case localization = "Localization"
case others = "Others"
case code = "Code"
static func category(for fileName: String) -> FileCategory {