commit | c51a8a2c10d3e08492b31e9b006d348bd2c8f916 | [log] [tgz] |
---|---|---|
author | Paul Yang <TeBoring@users.noreply.github.com> | Fri Aug 20 08:48:42 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 20 08:48:42 2021 -0700 |
tree | 33849415aa59a34b287b4a890612e245d847b59f | |
parent | 1a1710b19de57c6f68ebe599a6a22de2392e6018 [diff] [blame] |
Exclude reflection_tester from release (#8892)
diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec index f54f548..3ebb5cc 100644 --- a/Protobuf-C++.podspec +++ b/Protobuf-C++.podspec
@@ -22,6 +22,7 @@ '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'