Skip to content

Commit 25d856b

Browse files
authored
Cherry pick GoogleUtilities 6.7.1 fix to master (#6051)
1 parent 9f00ef3 commit 25d856b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

GoogleUtilities.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleUtilities'
3-
s.version = '6.7.0'
3+
s.version = '6.7.1'
44
s.summary = 'Google Utilities for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19+
#if SWIFT_PACKAGE
1920
#import "GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h"
21+
#else
22+
#import <GoogleUtilities/GULApplication.h>
23+
#endif
2024

2125
NS_ASSUME_NONNULL_BEGIN
2226

GoogleUtilities/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 6.7.1
2+
- Fix import regression when mixing 6.7.0 with earlier Firebase versions. (#6047)
3+
14
# 6.7.0 -- M75
25
- Lazily access filesystem outside of `GULHeartbeatDateStorage` initializer. (#5969)
36
- Update source imports to use repo-relative headers. (#5824)

0 commit comments

Comments
 (0)