Skip to content

Commit

Permalink
revert: min iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Jan 10, 2024
1 parent 796fd67 commit 48a7845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "tkey-swift",
platforms: [
.iOS(SupportedPlatform.IOSVersion.v15), .macOS(.v10_15)
.iOS(SupportedPlatform.IOSVersion.v14), .macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 48a7845

Please sign in to comment.