File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'GoogleUtilities'
3
- s . version = '5.4.0 '
3
+ s . version = '5.4.1 '
4
4
s . summary = 'Google Utilities for iOS (plus community support for macOS and tvOS)'
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 5.4.1
4
+ - Fix GULResetLogger API breakage. (#2551 )
5
+
3
6
# 5.4.0
4
7
- Update GULLogger to use os_log instead of asl_log on iOS 9 and later. (#2374 , #2504 )
5
8
Original file line number Diff line number Diff line change 36
36
});
37
37
return messageCodeRegex;
38
38
}
39
+
40
+ // GULResetLogger is unused but depended on by FirebaseCore versions 5.3.x and earlier.
41
+ // It cannot be removed until GoogleUtilities does a breaking change release since FirebaseCore
42
+ // allows GoogleUtilities to float up to the highest 5.x version.
43
+ void GULResetLogger () {
44
+ }
39
45
#endif
40
46
41
47
@implementation GULLogger (Internal)
You can’t perform that action at this time.
0 commit comments