Michael Haney 096fc678c1 Fix calloc calls, which had the argument order reversed (#5218) 6 years ago
..
GDTCCTLibrary 096fc678c1 Fix calloc calls, which had the argument order reversed (#5218) 6 years ago
GDTCCTTestApp 65def8187d Generate network_connection_info and add tests (#4944) 6 years ago
GDTCCTTests e403d965d5 Fix a couple of race conditions and module import of a private header (#5187) 6 years ago
ProtoSupport d31bdfc7be Fix typo (#4432) 6 years ago
CHANGELOG.md 7747b58aea Update GDT associated CHANGELOGs (#5194) 6 years ago
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 years ago
generate_project.sh 3fb0ed0919 Disable project generation for watchOS (#4597) 6 years ago

README.md

Google Data Transport CCT Support Lib

This library is for internal Google use only. It allows the logging of data and telemetry from Google SDKs.

Prereqs

  • gem install --user cocoapods cocoapods-generate
  • brew install protobuf nanopb-generator
  • easy_install --user protobuf

To develop

  • Run generate_project.sh after installing the prereqs