Skip to content

Commit

Permalink
Bumped minimum iOS deployment target to 13 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Aug 26, 2024
1 parent 3fa8b78 commit 42e8698
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: "Puredux",
platforms: [
.iOS(.v12),
.iOS(.v13),
.macOS(.v10_15)
],
products: [
Expand Down

0 comments on commit 42e8698

Please sign in to comment.