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

Commit 18bd058

Browse files
committed
Merge pull request #1 from nickygerritsen/master
Add tvOS scheme (and rename iOS scheme)
2 parents f9cf4f8 + e110c6b commit 18bd058

File tree

6 files changed

+358
-25
lines changed

6 files changed

+358
-25
lines changed

Library/UIKit/NibResource+UIKit.swift

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import Foundation
10+
import UIKit
1011

1112
public extension NibResourceType {
1213
/**

Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import Foundation
10+
import UIKit
1011

1112
public extension StoryboardResourceWithInitialControllerType {
1213
/**

Library/UIKit/UIFont+FontResource.swift

+1
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)