Skip to content

Commit

Permalink
Merge pull request #43 from maikelvdh/xcode-15.0-swift-5.9
Browse files Browse the repository at this point in the history
fix: support Xcode 15 Swift version 5.9
  • Loading branch information
a7ex authored Jul 31, 2024
2 parents 0a66776 + 7e46ef4 commit b7e9090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"originHash" : "54446e8a2617deadae3d77bc72533cbf1e25290c734ad296ddfdd7c2b8a1e9ac",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -20,5 +19,5 @@
}
}
],
"version" : 3
"version" : 2
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.10
// swift-tools-version: 5.9
import PackageDescription

let package = Package(
Expand Down

0 comments on commit b7e9090

Please sign in to comment.