Skip to content

Commit

Permalink
[SPM] Lower Catalyst min. support version (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Cooke <[email protected]>
  • Loading branch information
ncooke3 authored Jul 17, 2024
1 parent 25a3938 commit 21fe1af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 11.0.1 (SwiftPM Only)
- [changed] Lowered the minimum supported Mac Catalyst version to 13.0.
This aligns with the minimum supported Mac Catalyst version for the
CocoaPods distribution.

# 11.0.0
- [changed] **Breaking change**: AppCheckCore's minimum supported versions have
updated for the following platforms:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import PackageDescription

let package = Package(
name: "AppCheck",
platforms: [.iOS(.v12), .macCatalyst(.v15), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
platforms: [.iOS(.v12), .macCatalyst(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
products: [
.library(
name: "AppCheckCore",
Expand Down

0 comments on commit 21fe1af

Please sign in to comment.