File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 ];
You can’t perform that action at this time.
0 commit comments