From 90dc3329d1973fda691e357cf4523d5c7c67fa1d Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期二, 11 三月 2025 12:23:53 +0800
Subject: [PATCH] fix bug

---
 Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift b/Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift
index 94cdb9b..1d22a33 100644
--- a/Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift
+++ b/Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift
@@ -19,6 +19,7 @@
     ///   - endPoint: end point corresponds to the last gradient stop
     ///   - type: The kind of gradient that will be drawn. Currently, the only allowed values are `axial' (the default
     /// value), `radial', and `conic'.
+    @available(macOS 10.14, *)
     convenience init(colors: [SFColor],
                      locations: [CGFloat]? = nil,
                      startPoint: CGPoint = CGPoint(x: 0.5, y: 0),

--
Gitblit v1.7.1