Skip to content

Commit

Permalink
chore(package): update platform versions and swift tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiidbouk committed Nov 1, 2024
1 parent a2c80f8 commit 2af44d2
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,12 +1,12 @@
// 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: "FueledUtils",
platforms: [
.macOS(.v10_12), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v8)
],
products: [
.library(
Expand Down

0 comments on commit 2af44d2

Please sign in to comment.