Skip to content

Commit

Permalink
Add iOS 17.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ninikurshavishvili committed Dec 21, 2024
1 parent cf3e902 commit 8b7e61a
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 @@ -23,7 +23,7 @@ let firebaseVersion = "11.7.0"

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

0 comments on commit 8b7e61a

Please sign in to comment.