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