Skip to content

Commit

Permalink
increment deployment target to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillyakimovich committed Jun 4, 2024
1 parent f2d80b8 commit e236d03
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 @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Hammer",
platforms: [
.iOS(.v11),
.iOS(.v12),
],
products: [
.library(name: "Hammer", targets: ["Hammer"]),
Expand Down

0 comments on commit e236d03

Please sign in to comment.