Skip to content

Commit

Permalink
Add watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
timdonnelly committed Dec 4, 2019
1 parent e5d1b3b commit d316b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let package = Package(
platforms: [
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macOS(.v10_15)
],
products: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/DisplayLink/DisplayLink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ extension CVTimeStamp {
}
}

#else // Linux support using a simple timer --------------------------------------------------
#else // Linux/watchOS/fallback support using a simple timer --------------------------------------------------

import Foundation

Expand Down

0 comments on commit d316b2d

Please sign in to comment.