Maksym Malyhin 2683e9da53 GDTCORClock: use NSTimeZone to get a timezone with respect of daylight (#6246) 5 ani în urmă
..
GDTCCTLibrary 85e3354346 GDT - new public header structure (#6177) 5 ani în urmă
GDTCCTTestApp e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 ani în urmă
GDTCCTTests 85e3354346 GDT - new public header structure (#6177) 5 ani în urmă
GDTCCTWatchOSTestApp d653c9584c Update copyright presubmit and fix 2020 copyrights (#5944) 5 ani în urmă
GDTCORLibrary 2683e9da53 GDTCORClock: use NSTimeZone to get a timezone with respect of daylight (#6246) 5 ani în urmă
GDTCORTests 2683e9da53 GDTCORClock: use NSTimeZone to get a timezone with respect of daylight (#6246) 5 ani în urmă
GDTTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 ani în urmă
GDTWatchOSTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 ani în urmă
ProtoSupport 0b977bd636 Revert "Remove #if SWIFT_PACKAGE checks for nanopb (#6163)" (#6164) 5 ani în urmă
CHANGELOG.md 2683e9da53 GDTCORClock: use NSTimeZone to get a timezone with respect of daylight (#6246) 5 ani în urmă
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 ani în urmă
generate_project.sh e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 ani în urmă

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