Skip to content

Commit 066c725

Browse files
authored
Trigger settings call even when build version changes without the code changing (#5240)
1 parent 74571d6 commit 066c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ - (NSString *)displayVersion {
6767
}
6868

6969
- (NSString *)synthesizedVersion {
70-
return [NSString stringWithFormat:@"%@ (%@)", self.displayName, self.buildVersion];
70+
return [NSString stringWithFormat:@"%@ (%@)", self.displayVersion, self.buildVersion];
7171
}
7272

7373
- (FIRCLSApplicationInstallationSourceType)installSource {

0 commit comments

Comments
 (0)