Skip to content

Commit

Permalink
🚚 Update to new date apis
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsBogeskov committed Oct 29, 2024
1 parent 88800c6 commit 082d55a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ class SwiftPackageBuilder {

let packageFile =
"""
// swift-tools-version:5.5
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "PROJECT_NAME",
platforms: [.iOS(.v14), .macOS(.v12)],
platforms: [.iOS(.v15), .macOS(.v12)],
products: [
PRODUCTS
],
Expand Down

0 comments on commit 082d55a

Please sign in to comment.