From ae7078ca2bdd362df43e5fdba0261c5c84c1b447 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 26 Jun 2018 13:43:21 -0700 Subject: Install FirebaseCore during CMake build (#1462) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ca5c322..0cdddec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() if(APPLE) - # When building on the apple platform certain Objective-C++ classes bridge + # When building on the Apple platform certain Objective-C++ classes bridge # back into other Firebase Cocoapods. This requires shelling out to xcodebuild # to verify the built frameworks are up-to-date. You can disable this to speed # up the build. -- cgit v1.2.3