Skip to content

Commit 02efeea

Browse files
author
Christian Elies
committed
fix(tvOS): added universal image to tvOS
1 parent 578ccee commit 02efeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RemoteImage/public/Models/UniversalImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Christian Elies on 01.11.20.
66
//
77

8-
#if os(iOS)
8+
#if os(iOS) || os(tvOS)
99
import UIKit
1010

1111
public typealias UniversalImage = UIImage

0 commit comments

Comments
 (0)