Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Jul 17, 2023
1 parent 7c3536b commit f52cc37
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
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "KukaiCryptoSwift",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.iOS("15.0"),
.macOS("10.15"),
],
products: [
.library(
Expand Down

0 comments on commit f52cc37

Please sign in to comment.