Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d7293da

Browse files
Add tvOS scheme (and rename iOS scheme)
1 parent 4c70388 commit d7293da

File tree

6 files changed

+356
-25
lines changed

6 files changed

+356
-25
lines changed

Library/UIKit/NibResource+UIKit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import Foundation
10+
import UIKit
1011

1112
public extension NibResource {
1213
/**

Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import Foundation
10+
import UIKit
1011

1112
public extension StoryboardResourceWithInitialController {
1213
/**

Library/UIKit/UIFont+FontResource.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import Foundation
10+
import UIKit
1011

1112
public extension UIFont {
1213
/**

0 commit comments

Comments
 (0)