From c51a8a2c10d3e08492b31e9b006d348bd2c8f916 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 20 Aug 2021 08:48:42 -0700 Subject: [PATCH] Exclude reflection_tester from release (#8892) --- Protobuf-C++.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec index f54f54844a..3ebb5ccb34 100644 --- a/Protobuf-C++.podspec +++ b/Protobuf-C++.podspec @@ -22,6 +22,7 @@ Pod::Spec.new do |s| 'src/google/protobuf/test_util*.{h,cc}', 'src/google/protobuf/map_lite_test_util.{h,cc}', 'src/google/protobuf/map_test_util*.{h,cc,inc}' + 'src/google/protobuf/reflection_tester.{h,cc}' s.header_mappings_dir = 'src'