File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
include (ExternalProject )
16
+ include (FindPythonInterp )
16
17
17
18
if (TARGET firestore )
18
19
return ()
@@ -27,8 +28,10 @@ function(GetReleasedDep)
27
28
ExternalProject_Add (
28
29
firestore
29
30
30
- DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
31
- URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
31
+ DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
32
+ GIT_REPOSITORY https://github.com/firebase/firebase-ios-sdk
33
+ GIT_TAG 70aa8b82a2ed36dd14448174bea0fd7e575d4d49
34
+ GIT_SHALLOW ON
32
35
33
36
PREFIX ${PROJECT_BINARY_DIR}
34
37
@@ -73,3 +76,10 @@ else()
73
76
endif ()
74
77
endif ()
75
78
79
+ CONFIGURE_COMMAND ""
80
+ BUILD_COMMAND ""
81
+ INSTALL_COMMAND ""
82
+ TEST_COMMAND ""
83
+ PATCH_COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR} /firestore_patch.py --leveldb-version-from ${CMAKE_CURRENT_LIST_DIR} /leveldb.cmake
84
+ HTTP_HEADER "${EXTERNAL_PROJECT_HTTP_HEADER} "
85
+ )
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ elseif(IOS)
392
392
nanopb
393
393
gRPC-C++
394
394
gRPC-Core
395
- FirebaseAuth/Interop/Auth/Public
395
+ FirebaseAuth/Interop
396
396
)
397
397
398
398
if (FIREBASE_XCODE_TARGET_FORMAT STREQUAL "frameworks" )
You can’t perform that action at this time.
0 commit comments