Michael Haney 0e9d5f0821 Fix a possible crash in encoding when sharedInstance is nil (#5267) 6 лет назад
..
GDTCCTLibrary 0e9d5f0821 Fix a possible crash in encoding when sharedInstance is nil (#5267) 6 лет назад
GDTCCTTestApp 65def8187d Generate network_connection_info and add tests (#4944) 6 лет назад
GDTCCTTests 0e9d5f0821 Fix a possible crash in encoding when sharedInstance is nil (#5267) 6 лет назад
ProtoSupport d31bdfc7be Fix typo (#4432) 6 лет назад
CHANGELOG.md 7747b58aea Update GDT associated CHANGELOGs (#5194) 6 лет назад
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 лет назад
generate_project.sh 3fb0ed0919 Disable project generation for watchOS (#4597) 6 лет назад

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