Skip to content

Commit 54d2854

Browse files
authored
Remove GDT from repo (#7384)
1 parent 3e5b0cb commit 54d2854

271 files changed

Lines changed: 51 additions & 21992 deletions

File tree

Some content is hidden

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

.github/workflows/archiving.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
target: [ios, tvos, macos]
4040
# These need to be on a single line or else the formatting won't validate.
41-
pod: ["FirebaseABTesting", "FirebaseAuth", "FirebaseCore", "FirebaseCrashlytics", "FirebaseDatabase", "FirebaseFirestore", "FirebaseFunctions", "FirebaseMessaging", "FirebaseRemoteConfig", "FirebaseStorage", "GoogleDataTransport"]
41+
pod: ["FirebaseABTesting", "FirebaseAuth", "FirebaseCore", "FirebaseCrashlytics", "FirebaseDatabase", "FirebaseFirestore", "FirebaseFunctions", "FirebaseMessaging", "FirebaseRemoteConfig", "FirebaseStorage"]
4242
steps:
4343
- uses: actions/checkout@v2
4444
- name: Setup Bundler

.github/workflows/datatransport.yml

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

.swiftpm/xcode/xcshareddata/xcschemes/Firebase-Package.xcscheme

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,20 @@
720720
ReferencedContainer = "container:">
721721
</BuildableReference>
722722
</BuildActionEntry>
723+
<BuildActionEntry
724+
buildForTesting = "YES"
725+
buildForRunning = "YES"
726+
buildForProfiling = "YES"
727+
buildForArchiving = "YES"
728+
buildForAnalyzing = "YES">
729+
<BuildableReference
730+
BuildableIdentifier = "primary"
731+
BlueprintIdentifier = "Firebase_RemoteConfigUnit"
732+
BuildableName = "Firebase_RemoteConfigUnit"
733+
BlueprintName = "Firebase_RemoteConfigUnit"
734+
ReferencedContainer = "container:">
735+
</BuildableReference>
736+
</BuildActionEntry>
723737
</BuildActionEntries>
724738
</BuildAction>
725739
<TestAction

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ target 'CocoapodsIntegrationTest' do
2020
pod 'FirebaseMessaging', :path => '../'
2121
pod 'FirebasePerformance', :path => '../'
2222
pod 'FirebaseStorage', :path => '../'
23-
pod 'GoogleDataTransport', :path => '../'
2423
end
2524

2625
# Using the new speed-enhancing features available with CocoaPods 1.7+

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_staticLibs/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ target 'CocoapodsIntegrationTest' do
1818
pod 'FirebaseMessaging', :path => '../'
1919
pod 'FirebasePerformance', :path => '../'
2020
pod 'FirebaseStorage', :path => '../'
21-
pod 'GoogleDataTransport', :path => '../'
2221
end
2322

2423
# Using the new speed-enhancing features available with CocoaPods 1.7+

CoreOnly/Tests/FirebasePodTest/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ target 'FirebasePodTest' do
2929

3030
# Get dependent pods from the repo also
3131
pod 'FirebaseCoreDiagnostics', :path => '../../../'
32-
pod 'GoogleDataTransport', :path => '../../../'
3332

3433
pod 'FirebaseAnalytics' # Analytics is not open source
3534
end

Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h"
3535
#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h"
3636

37-
#import "GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h"
37+
#import <GoogleDataTransport/GoogleDataTransport.h>
3838

3939
@interface FIRCLSReportUploader () {
4040
id<FIRAnalyticsInterop> _analytics;

Crashlytics/Crashlytics/FIRCrashlytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#import "FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h"
4747
#import "Interop/Analytics/Public/FIRAnalyticsInterop.h"
4848

49-
#import "GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h"
49+
#import <GoogleDataTransport/GoogleDataTransport.h>
5050

5151
#if TARGET_OS_IPHONE
5252
#import <UIKit/UIKit.h>

Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "Crashlytics/Protogen/nanopb/crashlytics.nanopb.h"
2020

21-
#import "GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h"
21+
#import <GoogleDataTransport/GoogleDataTransport.h>
2222

2323
/// This class is responsible for reading the persisted crash reports from disk and converting them
2424
/// the information into the nanopb model to be used with GoogleDataTransport

Crashlytics/UnitTests/FIRCLSReportAdapterTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#import "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h"
2525

26-
#import "GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h"
26+
#import <GoogleDataTransport/GoogleDataTransport.h>
2727

2828
@interface FIRCLSReportAdapterTests : XCTestCase
2929

0 commit comments

Comments
 (0)