aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Rich Gowman <rgowman@google.com>2018-05-28 14:23:41 -0400
committerGravatar Rich Gowman <rgowman@google.com>2018-05-28 15:22:47 -0400
commit2d071ec260efe196890dbacdbe9ffca8081e1edd (patch)
tree279af75c350ef8ca5722b16dafe5cfa6f53d35ee /Firestore/Example/Podfile
parent42669a237f9c8fbcee4da10dc8c7aeaf2efeffe0 (diff)
Hookup serializer_test.cc to the xcode based test suite
This involves: - building c++ libprotobuf (rather than just the obj-c version). - adding c++ libprotobuf, c++ built protos (previously created) to the *test suite* only (not to the main build). - modifying existing nanopb CFLAGS to match those that are indirectly pulled in.
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 26af4cd..a98ae20 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -22,6 +22,7 @@ target 'Firestore_Example_iOS' do
pod 'leveldb-library'
pod 'OCMock'
pod 'GoogleTest', :podspec => 'GoogleTest.podspec'
+ pod 'ProtobufCpp', :podspec => 'ProtobufCpp.podspec'
end
target 'Firestore_IntegrationTests_iOS' do