Doudou Nan dd242dc243 Add tests for GDTCORPlatform (#4972) 6 سال پیش
..
GDTCORLibrary 1cca0bcd8c Make GDTCORReachability a public API for support libraries (#4969) 6 سال پیش
GDTCORTests dd242dc243 Add tests for GDTCORPlatform (#4972) 6 سال پیش
GDTTestApp d69c642277 Delete GDTCORStoredEvent, modify apis and tests (#4880) 6 سال پیش
CHANGELOG.md 2e9bc30b98 Fixes appWillTerminate not running on GDTStorage's queue (#4879) 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 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