Skip to content

Commit

Permalink
Demo minimum platform version issue for SPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Feb 2, 2024
1 parent d603c7b commit fe0509b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ let package = Package(
"100.0.0" ..< "101.0.0"
),
.package(url: "https://github.com/google/app-check.git", "10.18.0" ..< "11.0.0"),
.package(url: "https://github.com/google/generative-ai-swift.git", "0.4.7" ..< "0.5.0"),
],
targets: [
.target(
Expand Down Expand Up @@ -429,6 +430,7 @@ let package = Package(
.product(name: "GULEnvironment", package: "GoogleUtilities"),
.product(name: "GTMSessionFetcherCore", package: "gtm-session-fetcher"),
.product(name: "RecaptchaInterop", package: "interop-ios-for-google-sdks"),
.product(name: "GoogleGenerativeAI", package: "generative-ai-swift"),
],
path: "FirebaseAuth/Sources",
publicHeadersPath: "Public",
Expand Down

0 comments on commit fe0509b

Please sign in to comment.