From 2d071ec260efe196890dbacdbe9ffca8081e1edd Mon Sep 17 00:00:00 2001 From: Rich Gowman Date: Mon, 28 May 2018 14:23:41 -0400 Subject: 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. --- Firestore/Example/Podfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Firestore/Example/Podfile') 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 -- cgit v1.2.3