File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
45
45
s . ios . framework = 'UIKit'
46
46
s . osx . framework = 'AppKit'
47
47
s . tvos . framework = 'UIKit'
48
+
49
+ # Remember to also update version in `cmake/external/GoogleUtilities.cmake`
48
50
s . dependency 'GoogleUtilities/Environment' , '~> 7.4'
49
51
s . dependency 'GoogleUtilities/Logger' , '~> 7.4'
50
52
s . dependency 'FirebaseCoreDiagnostics' , '~> 8.0'
Original file line number Diff line number Diff line change 14
14
15
15
include (ExternalProject )
16
16
17
- set (version 7.2 .0 )
17
+ set (version 7.4 .0 )
18
18
19
19
ExternalProject_Add (
20
20
GoogleUtilities
21
21
22
22
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
23
23
DOWNLOAD_NAME GoogleUtilities-${version}.tar.gz
24
24
URL https://github.com/google/GoogleUtilities/archive/${version}.tar.gz
25
- URL_HASH SHA256=93c92b28c49b8f7e8cccc2cefe6411fad6e68cbf9638422d3e7ca537cca881a8
25
+ URL_HASH SHA256=7770d19727e091ade5e9ff898822b1c3fd654f43ccad4c39809826e918a20fde
26
26
27
27
PREFIX ${PROJECT_BINARY_DIR}
28
28
You can’t perform that action at this time.
0 commit comments