From 22562f49ebd39bb7f3d3b00f020841eb1f545934 Mon Sep 17 00:00:00 2001 From: Mina Farid Date: Mon, 16 Jul 2018 13:55:10 -0400 Subject: Fuzz testing uses protoc from a pod dependency (#1538) --- 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 371a349..b0c0731 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -41,5 +41,6 @@ target 'Firestore_Example_iOS' do inherit! :search_paths pod 'LibFuzzer', :podspec => 'LibFuzzer.podspec' + pod '!ProtoCompiler' end end -- cgit v1.2.3