Ariver
2026-06-27 369c8f03db2f6d507697ab2296db5e6f81c8cd1e
src/Apptag/SmartCategorization/SmartCategory.swift
@@ -249,7 +249,7 @@
        }
    }
    var smartStartDefaultCategoryID: SmartCategoryID {
    var smartStartDefaultCategoryID: SmartCategoryID? {
        switch self {
        case .pdf, .productivity, .writing:
            return .office
@@ -262,6 +262,8 @@
            return .design
        case .media, .video, .audio, .game:
            return .entertainment
        case .finance, .other:
            return nil
        default:
            return self
        }
@@ -301,9 +303,7 @@
        .design,
        .picturePhoto,
        .entertainment,
        .finance,
        .education,
        .other
        .education
    ]
    static let definitions: [SmartCategoryDefinition] = orderedIDs.map {