Skip to content

Commit

Permalink
🔫 Firebase remote config dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Nov 15, 2022
1 parent 47a05f4 commit e291fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ let package = Package(
.product(name: "GTMAppAuth", package: "GTMAppAuth"),
.product(name: "AppAuth", package: "AppAuth-iOS"),
.product(name: "GAppAuth-macOS", package: "GAppAuth"),
.product(name: "GAppAuth-iOS", package: "GAppAuth")
.product(name: "GAppAuth-iOS", package: "GAppAuth"),
.product(name: "FirebaseRemoteConfig", package: "firebase-ios-sdk"),
.product(name: "FirebaseRemoteConfigSwift", package: "firebase-ios-sdk")
]
),
// .testTarget(
Expand Down

0 comments on commit e291fff

Please sign in to comment.