Skip to content

Commit

Permalink
Downgrade minimum Catalyst version to 13.0 (from 13.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretap committed Oct 30, 2024
1 parent cfcc2ac commit 8520b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "InAppSettingsKit",
defaultLocalization: "en",
platforms: [.iOS("10.0"), .macCatalyst("13.1")],
platforms: [.iOS("10.0"), .macCatalyst("13.0")],
products: [
.library(
name: "InAppSettingsKit",
Expand Down

0 comments on commit 8520b49

Please sign in to comment.