Skip to content

Commit

Permalink
Restore platform requirements (#37)
Browse files Browse the repository at this point in the history
* Restore platform requirements

* import uikit

* nvm

* wip

* wip

Co-authored-by: Brandon Williams <mbrandonw@hey.com>
  • Loading branch information
stephencelis and mbrandonw committed Aug 25, 2021
1 parent c394efb commit 6bde3b0
Show file tree
Hide file tree
Showing 16 changed files with 1,268 additions and 1,323 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import PackageDescription

let package = Package(
name: "combine-schedulers",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6),
],
products: [
.library(
name: "CombineSchedulers",
Expand Down
514 changes: 253 additions & 261 deletions Sources/CombineSchedulers/AnyScheduler.swift

Large diffs are not rendered by default.

0 comments on commit 6bde3b0

Please sign in to comment.