Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Updated availability for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Sep 15, 2019
1 parent e107e00 commit 2784604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Zephyr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public final class Zephyr: NSObject {
object: nil)

#if os(iOS) || os(tvOS)
if #available(iOS 13.0, *) {
if #available(iOS 13.0, tvOS 13.0, *) {
NotificationCenter.default.addObserver(self, selector: #selector(willEnterForeground(notification:)),
name: UIScene.willEnterForegroundNotification,
object: nil)
Expand Down

0 comments on commit 2784604

Please sign in to comment.