Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 29, 2024
1 parent 25164c7 commit 5a7a8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FirebaseCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ endif()
# GoogleUtilities is an external dependency without its own cmake configuration.
include(GoogleUtilities)

file(GLOB headers Sources/Private/*.h Sources/Public/FirebaseCore/*.h Sources/InternalObjC/*.h)
file(GLOB sources Sources/*.m Sources/InternalObjC/*.m)
file(GLOB headers Sources/Private/*.h Sources/Public/FirebaseCore/*.h InternalObjC/*.h)
file(GLOB sources Sources/*.m InternalObjC/*.m)

podspec_version(version ${PROJECT_SOURCE_DIR}/FirebaseCore.podspec)
firebase_version(firebase_version ${PROJECT_SOURCE_DIR}/FirebaseCore.podspec)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@interface FIRHeartbeatLoggerFake : NSObject <FIRHeartbeatLoggerProtocol>
@property(nonatomic, copy, nullable) FIRHeartbeatsPayload * (^onFlushHeartbeatsIntoPayloadHandler)
(void);
@property(nonatomic, copy, nullable) FIRDailyHeartbeatCode (^onHeartbeatCodeForTodayHandler)(void);
@property(nonatomic, copy, nullable) NSInteger (^onHeartbeatCodeForTodayHandler)(void);
@end

@implementation FIRHeartbeatLoggerFake
Expand Down

0 comments on commit 5a7a8c9

Please sign in to comment.