Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 7473d27

Browse files
authored
lower the iOS version requirement to iOS 14 (#35)
1 parent 3398413 commit 7473d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
name: "Decide",
2020
platforms: [
2121
.macOS(.v13),
22-
.iOS(.v15),
22+
.iOS(.v14),
2323
.watchOS(.v8),
2424
.tvOS(.v15),
2525
],

0 commit comments

Comments
 (0)