Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPM] Lower Catalyst min. support version #71

Merged
merged 5 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Package.swift
Signed-off-by: Nick Cooke <36927374+ncooke3@users.noreply.github.com>
  • Loading branch information
ncooke3 authored Jul 17, 2024
commit 23c52458e885b39f24d6c6a170fe4f95a9a68b9c
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(.v13), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
platforms: [.iOS(.v12), .macCatalyst(.v12), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
products: [
.library(
name: "AppCheckCore",
Expand Down
Loading