Skip to content

Commit

Permalink
Fixed tvOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Dec 18, 2021
1 parent 5c29465 commit b904ba6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension UITabBar {
@available(iOS 13.0, tvOS 13.0, *)
open func setAppearance(_ value: SPTabBarAppearance) {
self.standardAppearance = value.standardAppearance
if #available(iOS 15.0, *) {
if #available(iOS 15.0, tvOS 15.0, *) {
self.scrollEdgeAppearance = value.scrollEdgeAppearance
}
}
Expand Down
2 changes: 1 addition & 1 deletion SparrowKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

0 comments on commit b904ba6

Please sign in to comment.