Skip to content

Commit

Permalink
Updating package definiton to 5.10 + minimum platform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhieddine-El-Kaissi committed Apr 25, 2024
1 parent 2ce78fe commit ab27542
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,13 +1,13 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "Thumbprint",
platforms: [
.iOS(.v13),
.macOS(.v12), // Required for running swiftformat in CI
.iOS(.v15),
.macOS(.v14), // Required for running swiftformat in CI
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit ab27542

Please sign in to comment.