Skip to content

Commit ce33600

Browse files
authored
Rename googledatalogger to GoogleDataTransport (#2379)
* Rename GoogleDataLogger to GoogleDataTransport All files should be renamed, GDL prefixes should now be GDT. * Remove references to logging and replace with notion of 'transporting' * Style, and cleaning up a few more references
1 parent 54b7dd7 commit ce33600

File tree

93 files changed

+2500
-2501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2500
-2501
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ jobs:
112112
# The travis_wait is necessary because the command takes more than 10 minutes.
113113
- travis_wait 45 ./scripts/if_cron.sh ./scripts/pod_lib_lint.sh FirebaseFirestore.podspec --use-libraries --allow-warnings --no-subspecs
114114

115-
# GoogleDataLogger unit tests and pod linting using the default Xcode version.
115+
# GoogleDataTransport unit tests and pod linting using the default Xcode version.
116116
- stage: test
117117
env:
118-
- PROJECT=GoogleDataLogger PLATFORM=iOS METHOD=xcodebuild
118+
- PROJECT=GoogleDataTransport PLATFORM=iOS METHOD=xcodebuild
119119
before_install:
120120
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
121121
script:
122122
- ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
123-
- ./scripts/if_changed.sh ./scripts/pod_lib_lint.sh GoogleDataLogger.podspec
123+
- ./scripts/if_changed.sh ./scripts/pod_lib_lint.sh GoogleDataTransport.podspec
124124

125125
# Daily test for symbol collisions between Firebase and CocoaPods.
126126
- stage: test

GoogleDataLogger/GoogleDataLogger/Classes/GDLLogEvent.m

Lines changed: 0 additions & 105 deletions
This file was deleted.

GoogleDataLogger/GoogleDataLogger/Classes/GDLLogStorage.m

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)