aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Mina Farid <minafarid@google.com>2018-07-16 13:55:10 -0400
committerGravatar GitHub <noreply@github.com>2018-07-16 13:55:10 -0400
commit22562f49ebd39bb7f3d3b00f020841eb1f545934 (patch)
tree2976a9c3a1a9db3b9455e8f24a772cb93f3e0e1c /Firestore/Example/Podfile
parentcda87fa3afdacf20a097cf6ed90c5c2ef64e0437 (diff)
Fuzz testing uses protoc from a pod dependency (#1538)
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 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