Paul Beusterien 70d4e8a6e6 GDT remove @import (#6178) 5 年之前
..
GDTCCTLibrary 85e3354346 GDT - new public header structure (#6177) 5 年之前
GDTCCTTestApp e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 年之前
GDTCCTTests 85e3354346 GDT - new public header structure (#6177) 5 年之前
GDTCCTWatchOSTestApp d653c9584c Update copyright presubmit and fix 2020 copyrights (#5944) 5 年之前
GDTCORLibrary 70d4e8a6e6 GDT remove @import (#6178) 5 年之前
GDTCORTests 85e3354346 GDT - new public header structure (#6177) 5 年之前
GDTTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 年之前
GDTWatchOSTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 年之前
ProtoSupport 0b977bd636 Revert "Remove #if SWIFT_PACKAGE checks for nanopb (#6163)" (#6164) 5 年之前
CHANGELOG.md fa26512015 GDT: fix time units for the request and events uptime (#6102) 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