Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Nov 19, 2024
1 parent e72e388 commit 3c979f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// swift-tools-version:6.0
// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "TwoFa", // Defines the package name as TwoFa
platforms: [
.macOS(.v15), // macOS 14 and later
.iOS(.v18) // iOS 17 and later
.macOS(.v14), // macOS 14 and later
.iOS(.v17) // iOS 17 and later
], // Specifies the platforms supported by the package
products: [
.library(
Expand Down

0 comments on commit 3c979f7

Please sign in to comment.