Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Allow Firebase SDK 10.x.y. Fixed mixed source error (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeadman authored Mar 5, 2024
1 parent 64faa81 commit f273e60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" ~> 9.0
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" ~> 10.0
github "mparticle/mparticle-apple-sdk" ~> 8.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.upToNextMajor(from: "8.0.0")),
.package(name: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk.git",
.upToNextMajor(from: "10.6.0")),
.upToNextMajor(from: "10.0.0")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Google-Analytics-Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.libraries = 'z'
s.ios.dependency 'Firebase/Core', '~> 9.0'
s.ios.dependency 'Firebase/Core', '~> 10.0'

end

0 comments on commit f273e60

Please sign in to comment.