Skip to content

Commit 94d33d0

Browse files
committed
Fixed CocoaPods lint warnings
1 parent 0c64604 commit 94d33d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BlurUIKit/Internal/GradientImageRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import UIKit
2626
/// alpha transitions. This approach ensures smooth gradients across all iOS versions,
2727
/// avoiding the hard edge artifacts present in CGGradient on iOS 16 and earlier.
2828
@available(iOS 14, *)
29-
internal enum GradientImageRenderer {
29+
@MainActor internal enum GradientImageRenderer {
3030

3131
/// A shared cache that allows multiple blur views to re-use the same gradient image
3232
private static let cache = NSCache<CacheKey, CGImage>()

BlurUIKit/SwiftUI/VariableBlur.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// SOFTWARE.
2222

2323
import SwiftUI
24-
#if canImport(BlurUIKit)
24+
#if canImport(BlurSwiftUI)
2525
import BlurUIKit
2626
#endif
2727

0 commit comments

Comments
 (0)