|
63 | 63 | 6ED54761B845349D43DB6B78 /* Pods_Firestore_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75A6FE51C1A02DF38F62FAAD /* Pods_Firestore_Example.framework */; };
|
64 | 64 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
|
65 | 65 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
|
| 66 | + AB382F7C1FE02A1F007CA955 /* FIRDocumentReferenceTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB382F7B1FE02A1F007CA955 /* FIRDocumentReferenceTests.m */; }; |
| 67 | + AB382F7E1FE03059007CA955 /* FIRFieldPathTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB382F7D1FE03059007CA955 /* FIRFieldPathTests.m */; }; |
| 68 | + AB9945261FE2D71100DFC1E6 /* FIRCollectionReferenceTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9945251FE2D71100DFC1E6 /* FIRCollectionReferenceTests.m */; }; |
| 69 | + AB9945281FE2DE0C00DFC1E6 /* FIRSnapshotMetadataTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9945271FE2DE0C00DFC1E6 /* FIRSnapshotMetadataTests.m */; }; |
| 70 | + AB99452A1FE2F9EB00DFC1E6 /* FIRDocumentSnapshotTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9945291FE2F9EB00DFC1E6 /* FIRDocumentSnapshotTests.m */; }; |
| 71 | + AB99452C1FE3018D00DFC1E6 /* FIRQuerySnapshotTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB99452B1FE3018D00DFC1E6 /* FIRQuerySnapshotTests.m */; }; |
| 72 | + AB99452E1FE30AC800DFC1E6 /* FIRFieldValueTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB99452D1FE30AC800DFC1E6 /* FIRFieldValueTests.m */; }; |
| 73 | + ABAEEF4F1FD5F8B100C966CB /* FIRQueryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ABAEEF4E1FD5F8B100C966CB /* FIRQueryTests.m */; }; |
| 74 | + ABF341051FE860CA00C48322 /* FSTAPIHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF341021FE8593500C48322 /* FSTAPIHelpers.m */; }; |
66 | 75 | AFE6114F0D4DAECBA7B7C089 /* Pods_Firestore_IntegrationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2FA635DF5D116A67A7441CD /* Pods_Firestore_IntegrationTests.framework */; };
|
67 | 76 | C4E749275AD0FBDF9F4716A8 /* Pods_SwiftBuildTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32AD40BF6B0E849B07FFD05E /* Pods_SwiftBuildTest.framework */; };
|
68 | 77 | D5B2532E4676014F57A7EAB9 /* FSTStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B25C0D4AADFCA3ADB883E4 /* FSTStreamTests.m */; };
|
|
234 | 243 | 8E002F4AD5D9B6197C940847 /* Firestore.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Firestore.podspec; path = ../Firestore.podspec; sourceTree = "<group>"; };
|
235 | 244 | 9D52E67EE96AA7E5D6F69748 /* Pods-Firestore_IntegrationTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestore_IntegrationTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Firestore_IntegrationTests/Pods-Firestore_IntegrationTests.debug.xcconfig"; sourceTree = "<group>"; };
|
236 | 245 | 9EF477AD4B2B643FD320867A /* Pods-Firestore_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestore_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Firestore_Example/Pods-Firestore_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
| 246 | + AB382F7B1FE02A1F007CA955 /* FIRDocumentReferenceTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRDocumentReferenceTests.m; sourceTree = "<group>"; }; |
| 247 | + AB382F7D1FE03059007CA955 /* FIRFieldPathTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRFieldPathTests.m; sourceTree = "<group>"; }; |
| 248 | + AB9945251FE2D71100DFC1E6 /* FIRCollectionReferenceTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FIRCollectionReferenceTests.m; sourceTree = "<group>"; }; |
| 249 | + AB9945271FE2DE0C00DFC1E6 /* FIRSnapshotMetadataTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FIRSnapshotMetadataTests.m; sourceTree = "<group>"; }; |
| 250 | + AB9945291FE2F9EB00DFC1E6 /* FIRDocumentSnapshotTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FIRDocumentSnapshotTests.m; sourceTree = "<group>"; }; |
| 251 | + AB99452B1FE3018D00DFC1E6 /* FIRQuerySnapshotTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FIRQuerySnapshotTests.m; sourceTree = "<group>"; }; |
| 252 | + AB99452D1FE30AC800DFC1E6 /* FIRFieldValueTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FIRFieldValueTests.m; sourceTree = "<group>"; }; |
| 253 | + ABAEEF4E1FD5F8B100C966CB /* FIRQueryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRQueryTests.m; sourceTree = "<group>"; }; |
| 254 | + ABF341011FE858B500C48322 /* FSTAPIHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FSTAPIHelpers.h; sourceTree = "<group>"; }; |
| 255 | + ABF341021FE8593500C48322 /* FSTAPIHelpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FSTAPIHelpers.m; sourceTree = "<group>"; }; |
237 | 256 | B2FA635DF5D116A67A7441CD /* Pods_Firestore_IntegrationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Firestore_IntegrationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
238 | 257 | CE00BABB5A3AAB44A4C209E2 /* Pods-Firestore_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestore_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Firestore_Tests/Pods-Firestore_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
239 | 258 | D3CC3DC5338DCAF43A211155 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
589 | 608 | DE51B1831F0D48AC0013853F /* API */ = {
|
590 | 609 | isa = PBXGroup;
|
591 | 610 | children = (
|
| 611 | + AB99452D1FE30AC800DFC1E6 /* FIRFieldValueTests.m */, |
| 612 | + AB99452B1FE3018D00DFC1E6 /* FIRQuerySnapshotTests.m */, |
| 613 | + AB9945291FE2F9EB00DFC1E6 /* FIRDocumentSnapshotTests.m */, |
| 614 | + AB9945271FE2DE0C00DFC1E6 /* FIRSnapshotMetadataTests.m */, |
| 615 | + AB9945251FE2D71100DFC1E6 /* FIRCollectionReferenceTests.m */, |
| 616 | + AB382F7D1FE03059007CA955 /* FIRFieldPathTests.m */, |
| 617 | + AB382F7B1FE02A1F007CA955 /* FIRDocumentReferenceTests.m */, |
592 | 618 | DE51B1841F0D48AC0013853F /* FIRGeoPointTests.m */,
|
| 619 | + ABAEEF4E1FD5F8B100C966CB /* FIRQueryTests.m */, |
| 620 | + ABF341011FE858B500C48322 /* FSTAPIHelpers.h */, |
| 621 | + ABF341021FE8593500C48322 /* FSTAPIHelpers.m */, |
593 | 622 | );
|
594 | 623 | path = API;
|
595 | 624 | sourceTree = "<group>";
|
|
923 | 952 | inputPaths = (
|
924 | 953 | "${SRCROOT}/Pods/Target Support Files/Pods-SwiftBuildTest/Pods-SwiftBuildTest-frameworks.sh",
|
925 | 954 | "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
|
926 |
| - "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework", |
927 |
| - "${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac-f0850809/GoogleToolboxForMac.framework", |
| 955 | + "${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac-Defines-NSData+zlib/GoogleToolboxForMac.framework", |
928 | 956 | "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
|
929 | 957 | "${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework",
|
930 | 958 | "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
|
|
936 | 964 | name = "[CP] Embed Pods Frameworks";
|
937 | 965 | outputPaths = (
|
938 | 966 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
|
939 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework", |
940 | 967 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleToolboxForMac.framework",
|
941 | 968 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
|
942 | 969 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework",
|
|
1167 | 1194 | files = (
|
1168 | 1195 | DE2EF0881F3D0B6E003D0CDC /* FSTTreeSortedDictionaryTests.m in Sources */,
|
1169 | 1196 | DE51B1FD1F0D492C0013853F /* FSTSpecTests.m in Sources */,
|
| 1197 | + ABAEEF4F1FD5F8B100C966CB /* FIRQueryTests.m in Sources */, |
1170 | 1198 | DE51B2001F0D493A0013853F /* FSTComparisonTests.m in Sources */,
|
| 1199 | + ABF341051FE860CA00C48322 /* FSTAPIHelpers.m in Sources */, |
1171 | 1200 | DE51B1CC1F0D48C00013853F /* FIRGeoPointTests.m in Sources */,
|
1172 | 1201 | DE51B1E11F0D490D0013853F /* FSTMemoryRemoteDocumentCacheTests.m in Sources */,
|
1173 | 1202 | DE51B1FF1F0D493A0013853F /* FSTAssertTests.m in Sources */,
|
|
1179 | 1208 | DE51B2011F0D493E0013853F /* FSTHelpers.m in Sources */,
|
1180 | 1209 | DE51B1F61F0D491B0013853F /* FSTSerializerBetaTests.m in Sources */,
|
1181 | 1210 | DE51B1F01F0D49140013853F /* FSTFieldValueTests.m in Sources */,
|
| 1211 | + AB9945281FE2DE0C00DFC1E6 /* FIRSnapshotMetadataTests.m in Sources */, |
1182 | 1212 | 5491BC721FB44593008B3588 /* FSTIntegrationTestCase.mm in Sources */,
|
1183 | 1213 | DE2EF0861F3D0B6E003D0CDC /* FSTImmutableSortedDictionary+Testing.m in Sources */,
|
1184 | 1214 | DE51B1DE1F0D490D0013853F /* FSTMemoryLocalStoreTests.m in Sources */,
|
|
1192 | 1222 | 5436F32420008FAD006E51E3 /* string_printf_test.cc in Sources */,
|
1193 | 1223 | DE51B1EF1F0D49140013853F /* FSTDocumentTests.m in Sources */,
|
1194 | 1224 | DE51B1DC1F0D490D0013853F /* FSTLocalSerializerTests.m in Sources */,
|
| 1225 | + AB99452A1FE2F9EB00DFC1E6 /* FIRDocumentSnapshotTests.m in Sources */, |
1195 | 1226 | DE51B1E71F0D490D0013853F /* FSTRemoteDocumentChangeBufferTests.m in Sources */,
|
1196 | 1227 | DE51B1E51F0D490D0013853F /* FSTReferenceSetTests.m in Sources */,
|
1197 | 1228 | DE51B1EA1F0D490D0013853F /* FSTLevelDBRemoteDocumentCacheTests.mm in Sources */,
|
|
1203 | 1234 | DE51B1DB1F0D490D0013853F /* FSTLevelDBQueryCacheTests.m in Sources */,
|
1204 | 1235 | 54764FAB1FAA0C320085E60A /* string_util_test.cc in Sources */,
|
1205 | 1236 | 54E9282C1F339CAD00C1953E /* XCTestCase+Await.m in Sources */,
|
| 1237 | + AB99452E1FE30AC800DFC1E6 /* FIRFieldValueTests.m in Sources */, |
1206 | 1238 | DE51B1DF1F0D490D0013853F /* FSTMemoryMutationQueueTests.m in Sources */,
|
1207 | 1239 | DE51B1F31F0D491B0013853F /* FSTDatastoreTests.m in Sources */,
|
1208 | 1240 | DE51B1D01F0D48CD0013853F /* FSTQueryTests.m in Sources */,
|
|
1215 | 1247 | DE51B1D91F0D490D0013853F /* FSTEagerGarbageCollectorTests.m in Sources */,
|
1216 | 1248 | DE51B1E21F0D490D0013853F /* FSTMutationQueueTests.m in Sources */,
|
1217 | 1249 | DE51B1E81F0D490D0013853F /* FSTLevelDBKeyTests.mm in Sources */,
|
| 1250 | + AB9945261FE2D71100DFC1E6 /* FIRCollectionReferenceTests.m in Sources */, |
1218 | 1251 | DE51B1E31F0D490D0013853F /* FSTPersistenceTestHelpers.m in Sources */,
|
| 1252 | + AB382F7C1FE02A1F007CA955 /* FIRDocumentReferenceTests.m in Sources */, |
1219 | 1253 | DE51B1CF1F0D48CD0013853F /* FSTQueryListenerTests.m in Sources */,
|
1220 | 1254 | DE51B1DA1F0D490D0013853F /* FSTLevelDBLocalStoreTests.m in Sources */,
|
1221 | 1255 | DE51B1FA1F0D492C0013853F /* FSTLevelDBSpecTests.m in Sources */,
|
|
1224 | 1258 | DE51B1CE1F0D48CD0013853F /* FSTEventManagerTests.m in Sources */,
|
1225 | 1259 | DE51B1E41F0D490D0013853F /* FSTQueryCacheTests.m in Sources */,
|
1226 | 1260 | DE51B1CD1F0D48CD0013853F /* FSTDatabaseInfoTests.m in Sources */,
|
| 1261 | + AB382F7E1FE03059007CA955 /* FIRFieldPathTests.m in Sources */, |
1227 | 1262 | DE51B1F21F0D49140013853F /* FSTPathTests.m in Sources */,
|
| 1263 | + AB99452C1FE3018D00DFC1E6 /* FIRQuerySnapshotTests.m in Sources */, |
1228 | 1264 | 54740A571FC914BA00713A1A /* secure_random_test.cc in Sources */,
|
1229 | 1265 | DE51B1DD1F0D490D0013853F /* FSTLocalStoreTests.m in Sources */,
|
1230 | 1266 | D5B25474286C9800CE42B8C2 /* FSTTestDispatchQueue.m in Sources */,
|
|
0 commit comments