Skip to content

Commit

Permalink
Merge pull request #98 from swhitty/watchOS
Browse files Browse the repository at this point in the history
add SPM support for watchOS
  • Loading branch information
swhitty authored Jul 10, 2024
2 parents 274747c + 99bb97d commit 85cba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "FlyingFox",
platforms: [
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
],
products: [
.library(
Expand Down

0 comments on commit 85cba21

Please sign in to comment.