Maksym Malyhin bc9c95b512 Release 6.28.0 - GDT cherry pick of #6010 and #6032 (#6035) 5 лет назад
..
GDTCCTLibrary 4dd48bdcd9 GDT: Retry uploading batches failed to upload before the app termination (#5942) 5 лет назад
GDTCCTTestApp e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 лет назад
GDTCCTTests 4dd48bdcd9 GDT: Retry uploading batches failed to upload before the app termination (#5942) 5 лет назад
GDTCCTWatchOSTestApp d653c9584c Update copyright presubmit and fix 2020 copyrights (#5944) 5 лет назад
GDTCORLibrary bc9c95b512 Release 6.28.0 - GDT cherry pick of #6010 and #6032 (#6035) 5 лет назад
GDTCORTests bc9c95b512 Release 6.28.0 - GDT cherry pick of #6010 and #6032 (#6035) 5 лет назад
GDTTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 лет назад
GDTWatchOSTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 лет назад
ProtoSupport e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 лет назад
CHANGELOG.md e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 лет назад
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 лет назад
generate_project.sh e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 лет назад

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