Wrong key
extensionapp opened this issue · comments
X.app (Developer) commented
public var version: String? {
return raw[kUTTypeIconFileKey as AnyHashable] as? String
}
should be kUTTypeVersionKey
UTIKit is an UTI (Uniform Type Identifier) wrapper for Swift.
extensionapp opened this issue · comments
public var version: String? {
return raw[kUTTypeIconFileKey as AnyHashable] as? String
}
should be kUTTypeVersionKey