Visu de94d1d7a2 Make the deviceModel to be a static variable to avoid overwrites. (#5847) 5 лет назад
..
GDTCORLibrary de94d1d7a2 Make the deviceModel to be a static variable to avoid overwrites. (#5847) 5 лет назад
GDTCORTests 93eb6d8c48 Revert GDTCORStorage changes for now (#5778) 5 лет назад
GDTTestApp b90ddf1339 Limit Swift line lengths to 100 (#5315) 6 лет назад
GDTWatchOSTestApp 68fb6624f4 Expand watchOS support for GoogleDataTransport (#5443) 6 лет назад
CHANGELOG.md 20dfcbc62b Update GDT versions and deps (#5713) 5 лет назад
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