Skip to content

Commit 5a7a8c9

Browse files
committed
fixes
1 parent 25164c7 commit 5a7a8c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FirebaseCore/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ endif()
1919
# GoogleUtilities is an external dependency without its own cmake configuration.
2020
include(GoogleUtilities)
2121

22-
file(GLOB headers Sources/Private/*.h Sources/Public/FirebaseCore/*.h Sources/InternalObjC/*.h)
23-
file(GLOB sources Sources/*.m Sources/InternalObjC/*.m)
22+
file(GLOB headers Sources/Private/*.h Sources/Public/FirebaseCore/*.h InternalObjC/*.h)
23+
file(GLOB sources Sources/*.m InternalObjC/*.m)
2424

2525
podspec_version(version ${PROJECT_SOURCE_DIR}/FirebaseCore.podspec)
2626
firebase_version(firebase_version ${PROJECT_SOURCE_DIR}/FirebaseCore.podspec)

FirebaseInstallations/Source/Tests/Unit/FIRInstallationsAPIServiceTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@interface FIRHeartbeatLoggerFake : NSObject <FIRHeartbeatLoggerProtocol>
3838
@property(nonatomic, copy, nullable) FIRHeartbeatsPayload * (^onFlushHeartbeatsIntoPayloadHandler)
3939
(void);
40-
@property(nonatomic, copy, nullable) FIRDailyHeartbeatCode (^onHeartbeatCodeForTodayHandler)(void);
40+
@property(nonatomic, copy, nullable) NSInteger (^onHeartbeatCodeForTodayHandler)(void);
4141
@end
4242

4343
@implementation FIRHeartbeatLoggerFake

0 commit comments

Comments
 (0)