Skip to content

Commit

Permalink
Expose FirebaseCore via SPM (#13659)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 17, 2024
1 parent 9b06b3f commit d39335c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ let package = Package(
name: "FirebaseStorageCombine-Community",
targets: ["FirebaseStorageCombineSwift"]
),
.library(
name: "FirebaseCore",
targets: ["FirebaseCore"]
),
.library(
name: "FirebaseCrashlytics",
targets: ["FirebaseCrashlytics"]
Expand Down

0 comments on commit d39335c

Please sign in to comment.