Doudou Nan 4149226e7b Wrap SCNetworkReachabilityFlags and fix Catalyst warning (#4965) 6 年之前
..
GDTCCTLibrary 4149226e7b Wrap SCNetworkReachabilityFlags and fix Catalyst warning (#4965) 6 年之前
GDTCCTTestApp 65def8187d Generate network_connection_info and add tests (#4944) 6 年之前
GDTCCTTests 65def8187d Generate network_connection_info and add tests (#4944) 6 年之前
ProtoSupport d31bdfc7be Fix typo (#4432) 6 年之前
CHANGELOG.md 30e1ff345e Fix checking the result of malloc (#4878) 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