Skip to content

Commit

Permalink
Bumps to swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Mar 6, 2024
1 parent bc531a8 commit 0c8d337
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:5.3
// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "Arrow",
platforms: [
.iOS(.v9),
.macOS(.v10_10),
.tvOS(.v9),
.watchOS(.v2)],
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v12),
.watchOS(.v4)],
products: [.library(name: "Arrow", targets: ["Arrow"])],
targets: [
.target(name: "Arrow", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]),
Expand Down

0 comments on commit 0c8d337

Please sign in to comment.