|
82 | 82 | 5492E07A202154D600B64F25 /* FIRTypeTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E071202154D600B64F25 /* FIRTypeTests.mm */; };
|
83 | 83 | 5492E07F202154EC00B64F25 /* FSTTransactionTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E07B202154EB00B64F25 /* FSTTransactionTests.mm */; };
|
84 | 84 | 5492E080202154EC00B64F25 /* FSTSmokeTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E07C202154EB00B64F25 /* FSTSmokeTests.mm */; };
|
| 85 | + 5492E081202154EC00B64F25 /* FSTStreamTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E07D202154EB00B64F25 /* FSTStreamTests.mm */; }; |
85 | 86 | 5492E082202154EC00B64F25 /* FSTDatastoreTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E07E202154EC00B64F25 /* FSTDatastoreTests.mm */; };
|
86 | 87 | 5492E09D2021552D00B64F25 /* FSTLocalStoreTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E0832021552A00B64F25 /* FSTLocalStoreTests.mm */; };
|
87 | 88 | 5492E09F2021552D00B64F25 /* FSTLevelDBMigrationsTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5492E0862021552A00B64F25 /* FSTLevelDBMigrationsTests.mm */; };
|
|
360 | 361 | 5492E071202154D600B64F25 /* FIRTypeTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FIRTypeTests.mm; sourceTree = "<group>"; };
|
361 | 362 | 5492E07B202154EB00B64F25 /* FSTTransactionTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FSTTransactionTests.mm; sourceTree = "<group>"; };
|
362 | 363 | 5492E07C202154EB00B64F25 /* FSTSmokeTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FSTSmokeTests.mm; sourceTree = "<group>"; };
|
| 364 | + 5492E07D202154EB00B64F25 /* FSTStreamTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FSTStreamTests.mm; sourceTree = "<group>"; }; |
363 | 365 | 5492E07E202154EC00B64F25 /* FSTDatastoreTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FSTDatastoreTests.mm; sourceTree = "<group>"; };
|
364 | 366 | 5492E0832021552A00B64F25 /* FSTLocalStoreTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FSTLocalStoreTests.mm; sourceTree = "<group>"; };
|
365 | 367 | 5492E0852021552A00B64F25 /* FSTRemoteDocumentCacheTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSTRemoteDocumentCacheTests.h; sourceTree = "<group>"; };
|
|
1232 | 1234 | DE03B3621F215E1600A30B9C /* CAcert.pem */,
|
1233 | 1235 | 5492E07E202154EC00B64F25 /* FSTDatastoreTests.mm */,
|
1234 | 1236 | 5492E07C202154EB00B64F25 /* FSTSmokeTests.mm */,
|
| 1237 | + 5492E07D202154EB00B64F25 /* FSTStreamTests.mm */, |
1235 | 1238 | 5492E07B202154EB00B64F25 /* FSTTransactionTests.mm */,
|
1236 | 1239 | );
|
1237 | 1240 | path = Integration;
|
|
1267 | 1270 | 54C9EDEE2040E16300A969CD /* Frameworks */,
|
1268 | 1271 | 54C9EDEF2040E16300A969CD /* Resources */,
|
1269 | 1272 | EA424838F4A5DD7B337F57AB /* [CP] Embed Pods Frameworks */,
|
1270 |
| - DE5C36328822481F6EB6EF16 /* [CP] Copy Pods Resources */, |
1271 | 1273 | );
|
1272 | 1274 | buildRules = (
|
1273 | 1275 | );
|
|
1308 | 1310 | 6003F587195388D20070C39A /* Frameworks */,
|
1309 | 1311 | 6003F588195388D20070C39A /* Resources */,
|
1310 | 1312 | 1EE692C7509A98D7EB03CA51 /* [CP] Embed Pods Frameworks */,
|
1311 |
| - 1E7DAED3207D01F1744EA227 /* [CP] Copy Pods Resources */, |
1312 | 1313 | );
|
1313 | 1314 | buildRules = (
|
1314 | 1315 | );
|
|
1509 | 1510 | /* End PBXResourcesBuildPhase section */
|
1510 | 1511 |
|
1511 | 1512 | /* Begin PBXShellScriptBuildPhase section */
|
1512 |
| - 1E7DAED3207D01F1744EA227 /* [CP] Copy Pods Resources */ = { |
1513 |
| - isa = PBXShellScriptBuildPhase; |
1514 |
| - buildActionMask = 2147483647; |
1515 |
| - files = ( |
1516 |
| - ); |
1517 |
| - inputPaths = ( |
1518 |
| - "${SRCROOT}/Pods/Target Support Files/Pods-Firestore_Example_iOS/Pods-Firestore_Example_iOS-resources.sh", |
1519 |
| - "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseFirestore/gRPCCertificates.bundle", |
1520 |
| - ); |
1521 |
| - name = "[CP] Copy Pods Resources"; |
1522 |
| - outputPaths = ( |
1523 |
| - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle", |
1524 |
| - ); |
1525 |
| - runOnlyForDeploymentPostprocessing = 0; |
1526 |
| - shellPath = /bin/sh; |
1527 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Firestore_Example_iOS/Pods-Firestore_Example_iOS-resources.sh\"\n"; |
1528 |
| - showEnvVarsInLog = 0; |
1529 |
| - }; |
1530 | 1513 | 1EE692C7509A98D7EB03CA51 /* [CP] Embed Pods Frameworks */ = {
|
1531 | 1514 | isa = PBXShellScriptBuildPhase;
|
1532 | 1515 | buildActionMask = 2147483647;
|
|
1538 | 1521 | "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
|
1539 | 1522 | "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
|
1540 | 1523 | "${BUILT_PRODUCTS_DIR}/Protobuf-iOS8.0/Protobuf.framework",
|
| 1524 | + "${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework", |
1541 | 1525 | "${BUILT_PRODUCTS_DIR}/gRPC-C++/grpcpp.framework",
|
1542 | 1526 | "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
|
| 1527 | + "${BUILT_PRODUCTS_DIR}/gRPC-ProtoRPC/ProtoRPC.framework", |
| 1528 | + "${BUILT_PRODUCTS_DIR}/gRPC-RxLibrary/RxLibrary.framework", |
1543 | 1529 | "${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework",
|
1544 | 1530 | "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
|
1545 | 1531 | );
|
|
1549 | 1535 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
|
1550 | 1536 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
|
1551 | 1537 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
|
| 1538 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework", |
1552 | 1539 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpcpp.framework",
|
1553 | 1540 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
|
| 1541 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProtoRPC.framework", |
| 1542 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxLibrary.framework", |
1554 | 1543 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework",
|
1555 | 1544 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
|
1556 | 1545 | );
|
|
1768 | 1757 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
1769 | 1758 | showEnvVarsInLog = 0;
|
1770 | 1759 | };
|
1771 |
| - DE5C36328822481F6EB6EF16 /* [CP] Copy Pods Resources */ = { |
1772 |
| - isa = PBXShellScriptBuildPhase; |
1773 |
| - buildActionMask = 2147483647; |
1774 |
| - files = ( |
1775 |
| - ); |
1776 |
| - inputPaths = ( |
1777 |
| - "${SRCROOT}/Pods/Target Support Files/Pods-Firestore_Example_iOS-Firestore_SwiftTests_iOS/Pods-Firestore_Example_iOS-Firestore_SwiftTests_iOS-resources.sh", |
1778 |
| - "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseFirestore/gRPCCertificates.bundle", |
1779 |
| - ); |
1780 |
| - name = "[CP] Copy Pods Resources"; |
1781 |
| - outputPaths = ( |
1782 |
| - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle", |
1783 |
| - ); |
1784 |
| - runOnlyForDeploymentPostprocessing = 0; |
1785 |
| - shellPath = /bin/sh; |
1786 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Firestore_Example_iOS-Firestore_SwiftTests_iOS/Pods-Firestore_Example_iOS-Firestore_SwiftTests_iOS-resources.sh\"\n"; |
1787 |
| - showEnvVarsInLog = 0; |
1788 |
| - }; |
1789 | 1760 | EA424838F4A5DD7B337F57AB /* [CP] Embed Pods Frameworks */ = {
|
1790 | 1761 | isa = PBXShellScriptBuildPhase;
|
1791 | 1762 | buildActionMask = 2147483647;
|
|
1797 | 1768 | "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
|
1798 | 1769 | "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
|
1799 | 1770 | "${BUILT_PRODUCTS_DIR}/Protobuf-iOS8.0/Protobuf.framework",
|
| 1771 | + "${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework", |
1800 | 1772 | "${BUILT_PRODUCTS_DIR}/gRPC-C++/grpcpp.framework",
|
1801 | 1773 | "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
|
| 1774 | + "${BUILT_PRODUCTS_DIR}/gRPC-ProtoRPC/ProtoRPC.framework", |
| 1775 | + "${BUILT_PRODUCTS_DIR}/gRPC-RxLibrary/RxLibrary.framework", |
1802 | 1776 | "${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework",
|
1803 | 1777 | "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
|
1804 | 1778 | );
|
|
1808 | 1782 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
|
1809 | 1783 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
|
1810 | 1784 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
|
| 1785 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework", |
1811 | 1786 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpcpp.framework",
|
1812 | 1787 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
|
| 1788 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProtoRPC.framework", |
| 1789 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxLibrary.framework", |
1813 | 1790 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework",
|
1814 | 1791 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
|
1815 | 1792 | );
|
|
2029 | 2006 | 5492E0422021440500B64F25 /* FSTHelpers.mm in Sources */,
|
2030 | 2007 | 5491BC731FB44593008B3588 /* FSTIntegrationTestCase.mm in Sources */,
|
2031 | 2008 | 5492E080202154EC00B64F25 /* FSTSmokeTests.mm in Sources */,
|
| 2009 | + 5492E081202154EC00B64F25 /* FSTStreamTests.mm in Sources */, |
2032 | 2010 | 5492E07F202154EC00B64F25 /* FSTTransactionTests.mm in Sources */,
|
2033 | 2011 | 5492E0442021457E00B64F25 /* XCTestCase+Await.mm in Sources */,
|
2034 | 2012 | B67BF44A216EB43000CA9097 /* create_noop_connectivity_monitor.cc in Sources */,
|
|
2241 | 2219 | "-iquote",
|
2242 | 2220 | "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers\"",
|
2243 | 2221 | "-iquote",
|
| 2222 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core/grpc.framework/Headers\"", |
| 2223 | + "-iquote", |
| 2224 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-ProtoRPC/ProtoRPC.framework/Headers\"", |
| 2225 | + "-iquote", |
| 2226 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-RxLibrary/RxLibrary.framework/Headers\"", |
| 2227 | + "-iquote", |
| 2228 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/GRPCClient.framework/Headers\"", |
| 2229 | + "-iquote", |
2244 | 2230 | "\"${PODS_CONFIGURATION_BUILD_DIR}/leveldb-library/leveldb.framework/Headers\"",
|
2245 | 2231 | "-iquote",
|
2246 | 2232 | "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
|
|
2317 | 2303 | "-iquote",
|
2318 | 2304 | "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers\"",
|
2319 | 2305 | "-iquote",
|
| 2306 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core/grpc.framework/Headers\"", |
| 2307 | + "-iquote", |
| 2308 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-ProtoRPC/ProtoRPC.framework/Headers\"", |
| 2309 | + "-iquote", |
| 2310 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-RxLibrary/RxLibrary.framework/Headers\"", |
| 2311 | + "-iquote", |
| 2312 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/GRPCClient.framework/Headers\"", |
| 2313 | + "-iquote", |
2320 | 2314 | "\"${PODS_CONFIGURATION_BUILD_DIR}/leveldb-library/leveldb.framework/Headers\"",
|
2321 | 2315 | "-iquote",
|
2322 | 2316 | "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
|
|
2518 | 2512 | "-iquote",
|
2519 | 2513 | "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers\"",
|
2520 | 2514 | "-iquote",
|
| 2515 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core/grpc.framework/Headers\"", |
| 2516 | + "-iquote", |
| 2517 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-ProtoRPC/ProtoRPC.framework/Headers\"", |
| 2518 | + "-iquote", |
| 2519 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-RxLibrary/RxLibrary.framework/Headers\"", |
| 2520 | + "-iquote", |
| 2521 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/GRPCClient.framework/Headers\"", |
| 2522 | + "-iquote", |
2521 | 2523 | "\"${PODS_CONFIGURATION_BUILD_DIR}/leveldb-library/leveldb.framework/Headers\"",
|
2522 | 2524 | "-iquote",
|
2523 | 2525 | "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
|
|
2595 | 2597 | "-iquote",
|
2596 | 2598 | "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers\"",
|
2597 | 2599 | "-iquote",
|
| 2600 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core/grpc.framework/Headers\"", |
| 2601 | + "-iquote", |
| 2602 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-ProtoRPC/ProtoRPC.framework/Headers\"", |
| 2603 | + "-iquote", |
| 2604 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-RxLibrary/RxLibrary.framework/Headers\"", |
| 2605 | + "-iquote", |
| 2606 | + "\"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/GRPCClient.framework/Headers\"", |
| 2607 | + "-iquote", |
2598 | 2608 | "\"${PODS_CONFIGURATION_BUILD_DIR}/leveldb-library/leveldb.framework/Headers\"",
|
2599 | 2609 | "-iquote",
|
2600 | 2610 | "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
|
|
0 commit comments