Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Supports iOS 14 and macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaesung authored Apr 28, 2023
1 parent 65afe9d commit a3aa994
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: "Satellite",
platforms: [.iOS(.v15)],
platforms: [.iOS(.v14), .macOS(.v13),],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit a3aa994

Please sign in to comment.