Skip to content

Commit

Permalink
Merge pull request #29 from waylybaye/main
Browse files Browse the repository at this point in the history
Change minimum deployment target to iOS 14
  • Loading branch information
Joannis committed Feb 20, 2023
2 parents 7a09589 + 1609739 commit 2e6a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "Citadel",
platforms: [
.macOS(.v12),
.iOS(.v15)
.iOS(.v14)
],
products: [
.library(
Expand Down

0 comments on commit 2e6a7fa

Please sign in to comment.