Skip to content

Commit

Permalink
Downgrade to swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Nov 19, 2024
1 parent fe544ed commit a6a594e
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,10 +1,10 @@
// swift-tools-version:6.0
// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "PageControllerView",
platforms: [
.macOS(.v15) // macOS 14 and later
.macOS(.v14) // macOS 14 and later
],
products: [
.library(
Expand Down

0 comments on commit a6a594e

Please sign in to comment.