Michael Haney 08938f7c32 Fixes the count file not being found (#5584) %!s(int64=5) %!d(string=hai) anos
..
GDTCORLibrary 08938f7c32 Fixes the count file not being found (#5584) %!s(int64=5) %!d(string=hai) anos
GDTCORTests 7b78ac7866 Don't leak upload packages or deadlock on lifecycle events (#5382) %!s(int64=6) %!d(string=hai) anos
GDTTestApp b90ddf1339 Limit Swift line lengths to 100 (#5315) %!s(int64=6) %!d(string=hai) anos
GDTWatchOSTestApp 68fb6624f4 Expand watchOS support for GoogleDataTransport (#5443) %!s(int64=6) %!d(string=hai) anos
CHANGELOG.md 08938f7c32 Fixes the count file not being found (#5584) %!s(int64=5) %!d(string=hai) anos
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) %!s(int64=6) %!d(string=hai) anos
generate_project.sh 3fb0ed0919 Disable project generation for watchOS (#4597) %!s(int64=6) %!d(string=hai) anos

README.md

Google Data Transport 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