Skip to content

Commit 2e6a7fa

Browse files
authored
Merge pull request #29 from waylybaye/main
Change minimum deployment target to iOS 14
2 parents 7a09589 + 1609739 commit 2e6a7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "Citadel",
88
platforms: [
99
.macOS(.v12),
10-
.iOS(.v15)
10+
.iOS(.v14)
1111
],
1212
products: [
1313
.library(

0 commit comments

Comments
 (0)