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