fix: Remove iOS 13 guard

This commit is contained in:
Marc Rousavy 2023-07-31 11:34:37 +02:00
parent c2096a4c71
commit 7c721ccb81

View File

@ -10,7 +10,6 @@ import Foundation
// MARK: - SkiaPreviewLayer
@available(iOS 13.0, *)
class SkiaPreviewLayer: CAMetalLayer {
private var pixelRatio: CGFloat {
return UIScreen.main.scale