Doudou Nan b4f4f9d929 Update podfile for GDTCCTWatchOSTestApp (#5489) 6 years ago
..
GDTCCTLibrary 8e1be65b2f Verifies nanopb 0.3.9.5 update does not change generation (#5455) 6 years ago
GDTCCTTestApp 6c14c21bc9 Merge storage refactor back to master (#5322) 6 years ago
GDTCCTTests 78ee63dab3 Handle events that fail to write or are missing and add logging levels (#5357) 6 years ago
GDTCCTWatchOSTestApp b4f4f9d929 Update podfile for GDTCCTWatchOSTestApp (#5489) 6 years ago
ProtoSupport 8e1be65b2f Verifies nanopb 0.3.9.5 update does not change generation (#5455) 6 years ago
CHANGELOG.md 4f88be1118 Update GDT CHANGELOGs, versions, and dependencies. (#5480) 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