Skip to content

Commit

Permalink
Merge pull request #2 from kishikawakatsumi/ios
Browse files Browse the repository at this point in the history
Add iOS deployment target to 13+
  • Loading branch information
sidepelican authored Jan 3, 2024
2 parents 6a9e2b1 + 383b214 commit 1df305d
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 @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "D1Kit",
platforms: [.macOS(.v13)],
platforms: [.macOS(.v13), .iOS(.v13)],
products: [
.library(name: "D1Kit", targets: ["D1Kit"]),
],
Expand Down

0 comments on commit 1df305d

Please sign in to comment.