File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
AppDelegateSwizzler/Private Expand file tree Collapse file tree 3 files changed +8
-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 = '6.7.0 '
3
+ s . version = '6.7.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 16
16
17
17
#import < Foundation/Foundation.h>
18
18
19
+ #if SWIFT_PACKAGE
19
20
#import " GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h"
21
+ #else
22
+ #import < GoogleUtilities/GULApplication.h>
23
+ #endif
20
24
21
25
NS_ASSUME_NONNULL_BEGIN
22
26
Original file line number Diff line number Diff line change
1
+ # 6.7.1
2
+ - Fix import regression when mixing 6.7.0 with earlier Firebase versions. (#6047 )
3
+
1
4
# 6.7.0 -- M75
2
5
- Lazily access filesystem outside of ` GULHeartbeatDateStorage ` initializer. (#5969 )
3
6
- Update source imports to use repo-relative headers. (#5824 )
You can’t perform that action at this time.
0 commit comments