mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Fixes “transformable properties not using secure transformer” runtime warnings
This commit is contained in:
@@ -24,4 +24,9 @@ public final class SecureValueTransformer: NSSecureUnarchiveFromDataTransformer
|
||||
let transformer = SecureValueTransformer()
|
||||
ValueTransformer.setValueTransformer(transformer, forName: name)
|
||||
}
|
||||
|
||||
public override class func allowsReverseTransformation() -> Bool
|
||||
{
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user