Skip to content

Commit 99f90ea

Browse files
committed
Fix and changelog
1 parent 26bf96a commit 99f90ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [added] Updated Crashlytics to include the Firebase Installation ID for consistency with other products (#10645).
3+
14
# 8.13.0
25
- [added] Updated upload-symbols to 3.11 and added logic to process Flutter project information (#9379)
36
- [fixed] Added native support for ARM / M1 Macs in upload-symbols (#8965)

Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
@interface FIRCLSInstallIdentifierModel ()
3333

3434
@property(nonatomic, copy) NSString *installID;
35-
@property(nonatomic, copy) NSString *fiid;
3635

3736
@property(nonatomic, readonly) FIRInstallations *installations;
3837

@@ -43,7 +42,6 @@ @implementation FIRCLSInstallIdentifierModel
4342
// This needs to be synthesized so we can set without using the setter in the constructor and
4443
// overridden setters and getters
4544
@synthesize installID = _installID;
46-
@synthesize fiid = _fiid;
4745

4846
- (instancetype)initWithInstallations:(FIRInstallations *)installations {
4947
self = [super init];

0 commit comments

Comments
 (0)