Skip to content

Commit 0f694b3

Browse files
committed
Add leveldb_snappy_test.cc into project.pbxproj
1 parent f6ed5df commit 0f694b3

File tree

1 file changed

+6
-0
lines changed
  • firestore/integration_test_internal/integration_test.xcodeproj

1 file changed

+6
-0
lines changed

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
D6ED33BD2606CD890058CBF9 /* future_test_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6ED33B92606CD890058CBF9 /* future_test_util.cc */; };
9393
D6ED33BE2606CD890058CBF9 /* integration_test_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6ED33BB2606CD890058CBF9 /* integration_test_util.cc */; };
9494
D86FB1D3D4A592C451A29369 /* firebase_firestore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7F45B5446094E107E88721A /* firebase_firestore.framework */; };
95+
EDEEC7632800CD0000EFBAAF /* leveldb_snappy_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = EDEEC7622800CD0000EFBAAF /* leveldb_snappy_test.cc */; };
96+
EDEEC7642800CD0000EFBAAF /* leveldb_snappy_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = EDEEC7622800CD0000EFBAAF /* leveldb_snappy_test.cc */; };
9597
/* End PBXBuildFile section */
9698

9799
/* Begin PBXFileReference section */
@@ -166,6 +168,7 @@
166168
D6ED33BB2606CD890058CBF9 /* integration_test_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = integration_test_util.cc; path = src/util/integration_test_util.cc; sourceTree = "<group>"; };
167169
D6ED33BC2606CD890058CBF9 /* future_test_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = future_test_util.h; path = src/util/future_test_util.h; sourceTree = "<group>"; };
168170
EAFAF9474EC412ADCC65F2CC /* firebase_firestore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = firebase_firestore.framework; path = Frameworks/firebase_firestore.framework; sourceTree = "<group>"; };
171+
EDEEC7622800CD0000EFBAAF /* leveldb_snappy_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = leveldb_snappy_test.cc; path = src/leveldb_snappy_test.cc; sourceTree = "<group>"; };
169172
/* End PBXFileReference section */
170173

171174
/* Begin PBXFrameworksBuildPhase section */
@@ -258,6 +261,7 @@
258261
5292271D1C85FB5500C89379 /* src */ = {
259262
isa = PBXGroup;
260263
children = (
264+
EDEEC7622800CD0000EFBAAF /* leveldb_snappy_test.cc */,
261265
12D513182684C8D100A83FAA /* bundle_builder.cc */,
262266
12D513192684C8D100A83FAA /* bundle_builder.h */,
263267
12D513132684C8C200A83FAA /* bundle_test.cc */,
@@ -537,6 +541,7 @@
537541
D6C179E922CB322900C2651A /* ios_app_framework.mm in Sources */,
538542
D6C179F022CB32A000C2651A /* app_framework.cc in Sources */,
539543
D6AAAD442606C22D0025C53B /* field_value_test.cc in Sources */,
544+
EDEEC7632800CD0000EFBAAF /* leveldb_snappy_test.cc in Sources */,
540545
D6AAAD562606C22D0025C53B /* query_network_test.cc in Sources */,
541546
D6AAAD552606C22D0025C53B /* listener_registration_test.cc in Sources */,
542547
12D5131A2684C8D100A83FAA /* bundle_builder.cc in Sources */,
@@ -581,6 +586,7 @@
581586
BC1D6842267B00EB005DC2DA /* field_value_test.cc in Sources */,
582587
BC1D684D267B00EB005DC2DA /* server_timestamp_test.cc in Sources */,
583588
12D5131B2684C8D100A83FAA /* bundle_builder.cc in Sources */,
589+
EDEEC7642800CD0000EFBAAF /* leveldb_snappy_test.cc in Sources */,
584590
BC1D6841267B00EB005DC2DA /* query_test.cc in Sources */,
585591
BC1D684F267B00EB005DC2DA /* document_reference_test.cc in Sources */,
586592
BC1D6846267B00EB005DC2DA /* collection_reference_test.cc in Sources */,

0 commit comments

Comments
 (0)