Skip to content

Commit 3c275df

Browse files
authored
Add missing Crashlytics dependency (#8308)
1 parent de580a1 commit 3c275df

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v8.3.0
2+
- [fixed] Add missing dependency that could cause missing symbol build failures. (#8137)
3+
14
# v8.2.0
25
- [changed] Incorporated code quality changes around integer overflow, potential race conditions, and reinstalling signal handlers.
36
- [fixed] Fixed an issue where iOS-only apps running on iPads would report iOS as their OS Name.

FirebaseCrashlytics.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Pod::Spec.new do |s|
5555
s.dependency 'FirebaseInstallations', '~> 8.0'
5656
s.dependency 'PromisesObjC', '~> 1.2'
5757
s.dependency 'GoogleDataTransport', '~> 9.0'
58+
s.dependency 'GoogleUtilities/Environment', '~> 7.4'
5859
s.dependency 'nanopb', '~> 2.30908.0'
5960

6061
s.libraries = 'c++', 'z'

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ let package = Package(
420420
name: "FirebaseCrashlytics",
421421
dependencies: ["FirebaseCore", "FirebaseInstallations",
422422
.product(name: "GoogleDataTransport", package: "GoogleDataTransport"),
423+
.product(name: "GULEnvironment", package: "GoogleUtilities"),
423424
.product(name: "FBLPromises", package: "Promises"),
424425
.product(name: "nanopb", package: "nanopb")],
425426
path: "Crashlytics",

0 commit comments

Comments
 (0)