Skip to content

Commit

Permalink
add watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Apr 28, 2023
1 parent a5f58aa commit 25b2d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let package = Package(
platforms: [
.iOS(.v15),
.macOS(.v10_15),
.watchOS(.v6),
],
products: [
.library(
Expand Down

0 comments on commit 25b2d1d

Please sign in to comment.