Skip to content

Commit 6bc5f05

Browse files
authored
Remove the .proto and .options files from the cocoapod (#2708)
* Remove the .proto and .options files from the cocoapod * Update check_whitespace
1 parent 995b9dc commit 6bc5f05

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/ProtoSupport/generate_cct_protos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ rm -rf "GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Prot
4646
echo "Generating CCT protos..."
4747
python "${DIR}"/proto_generator.py \
4848
--nanopb \
49-
--protos_dir=GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Protos/ \
49+
--protos_dir=GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Protos/ \
5050
--pythonpath="${NANOPB_TEMPDIR}/${NANOPB_BIN_DIR}/generator" \
5151
--output_dir=GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Protogen/ \
52-
--include=GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Protos/
52+
--include=GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Protos/
5353

5454
rm -rf "${NANOPB_TEMPDIR}"

scripts/check_whitespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git grep "${options[@]}" -- \
3030
':(exclude)Firestore/Protos/cpp' \
3131
':(exclude)Firestore/Protos/objc' \
3232
':(exclude)Firestore/third_party/abseil-cpp' \
33-
':(exclude)GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Protos' \
33+
':(exclude)GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Protos' \
3434
':(exclude)GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/Classes/Protogen' \
3535
':(exclude)GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/ProtoSupport'
3636

0 commit comments

Comments
 (0)