Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Add watchos
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Jul 6, 2024
1 parent bcf27d1 commit 30a96b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// swift-tools-version:5.8
// swift-tools-version:5.9

import PackageDescription

let package = Package(
name: "FlyingFox",
platforms: [
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v10)
],
products: [
.library(
Expand Down

0 comments on commit 30a96b4

Please sign in to comment.