Skip to content

Commit ce6de6c

Browse files
committed
Remove framework files
1 parent 90d142c commit ce6de6c

File tree

7 files changed

+457
-446
lines changed

7 files changed

+457
-446
lines changed

Framework/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

Framework/StateViewController.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

Sources/StateViewController/StateViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if canImport(UIKit)
2+
13
import UIKit
24

35
public extension Notification.Name {
@@ -851,3 +853,5 @@ fileprivate extension StateViewController {
851853
viewControllersBeingRemoved.remove(child)
852854
}
853855
}
856+
857+
#endif

Sources/StateViewController/StateViewControllerTransitioning.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if canImport(UIKit)
2+
13
import UIKit
24

35
/// View controllers can conform to this protocol to provide their desired
@@ -31,3 +33,5 @@ public protocol StateViewControllerTransitioning: AnyObject {
3133
/// - Returns: A transition duration.
3234
func stateTransitionDelay(isAppearing: Bool) -> TimeInterval
3335
}
36+
37+
#endif

0 commit comments

Comments
 (0)