Skip to content

Commit b904ba6

Browse files
committed
Fixed tvOS.
1 parent 5c29465 commit b904ba6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Sources/SparrowKit/UIKit/Extensions/UITabBarExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extension UITabBar {
3030
@available(iOS 13.0, tvOS 13.0, *)
3131
open func setAppearance(_ value: SPTabBarAppearance) {
3232
self.standardAppearance = value.standardAppearance
33-
if #available(iOS 15.0, *) {
33+
if #available(iOS 15.0, tvOS 15.0, *) {
3434
self.scrollEdgeAppearance = value.scrollEdgeAppearance
3535
}
3636
}

SparrowKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SparrowKit'
4-
s.version = '3.4.4'
4+
s.version = '3.4.5'
55
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
66
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }

0 commit comments

Comments
 (0)