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 f185a6e commit 090ffdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// swift-tools-version:5.3
// swift-tools-version:5.9

import PackageDescription

let package = Package(
name: "Stevia",
platforms: [.iOS(.v9), .tvOS(.v10)],
platforms: [
.iOS(.v12),
.tvOS(.v12)
],
products: [.library(name: "Stevia", targets: ["Stevia"])],
targets: [
.target(name: "Stevia", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]),
Expand Down

0 comments on commit 090ffdd

Please sign in to comment.