Skip to content

Commit 43c62f0

Browse files
authored
[Infra] Remove CoreDiagnostics library and references (#10259)
* [Infra] Remove CoreDiagnostics library and references * Style localize_podfile.swift * Add GDT to SharedTestUtils * Update GoogleUtilities.cmake config * Run all CI * Update GoogleUtilities.cmake config (2) * Resolve FIRApp.m TODO * [skip ci] Revert Gemfile
1 parent af1201c commit 43c62f0

File tree

58 files changed

+18
-2610
lines changed

Some content is hidden

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

58 files changed

+18
-2610
lines changed

.github/workflows/core-diagnostics.yml

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

.github/workflows/core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
paths:
66
- 'FirebaseCore**'
7-
- 'Interop/CoreDiagnostics/Public/*.h'
87
- '.github/workflows/core.yml'
98
- 'Gemfile*'
109
schedule:

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,3 @@ add_subdirectory(FirebaseAppCheck/Interop)
293293
add_subdirectory(FirebaseCore)
294294
add_subdirectory(Firestore)
295295
add_subdirectory(FirebaseAuth/Interop)
296-
add_subdirectory(Interop/CoreDiagnostics)

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ target 'CocoapodsIntegrationTest' do
1212
pod 'FirebaseAppDistribution', :path => '../'
1313
pod 'FirebaseAppCheckInterop', :path => '../'
1414
pod 'FirebaseCore', :path => '../'
15-
pod 'FirebaseCoreDiagnostics', :path => '../'
1615
pod 'FirebaseCoreExtension', :path => '../'
1716
pod 'FirebaseCoreInternal', :path => '../'
1817
pod 'FirebaseCrashlytics', :path => '../'

CoreOnly/NOTICES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ FirebaseAppDistribution
261261
FirebaseAuth
262262
FirebaseAuthInterop
263263
FirebaseCore
264-
FirebaseCoreDiagnostics
265264
FirebaseCoreExtension
266265
FirebaseCoreInternal
267266
FirebaseDatabaseSwift

CoreOnly/Tests/FirebasePodTest/FirebasePodTest.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,12 @@
297297
"$(inherited)",
298298
../../../CoreOnly/Sources,
299299
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers\"",
300-
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers\"",
301300
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers\"",
302301
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers\"",
303302
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers\"",
304303
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
305304
"\"${PODS_ROOT}/Headers/Public\"",
306305
"\"${PODS_ROOT}/Headers/Public/Firebase\"",
307-
"\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop\"",
308306
);
309307
INFOPLIST_FILE = FirebasePodTest/Info.plist;
310308
LD_RUNPATH_SEARCH_PATHS = (
@@ -327,14 +325,12 @@
327325
"$(inherited)",
328326
../../../CoreOnly/Sources,
329327
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers\"",
330-
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers\"",
331328
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers\"",
332329
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers\"",
333330
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers\"",
334331
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
335332
"\"${PODS_ROOT}/Headers/Public\"",
336333
"\"${PODS_ROOT}/Headers/Public/Firebase\"",
337-
"\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop\"",
338334
);
339335
INFOPLIST_FILE = FirebasePodTest/Info.plist;
340336
LD_RUNPATH_SEARCH_PATHS = (

CoreOnly/Tests/FirebasePodTest/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ target 'FirebasePodTest' do
1515
pod 'FirebaseAppDistribution', :path => '../../../'
1616
pod 'FirebaseAuth', :path => '../../../'
1717
pod 'FirebaseCore', :path => '../../../'
18-
pod 'FirebaseCoreDiagnostics', :path => '../../../'
1918
pod 'FirebaseCrashlytics', :path => '../../../'
2019
pod 'FirebaseDatabase', :path => '../../../'
2120
pod 'FirebaseDynamicLinks', :path => '../../../'
@@ -34,7 +33,6 @@ target 'FirebasePodTest' do
3433
pod 'FirebaseAppCheckInterop', :path => '../../../'
3534
pod 'FirebaseAuthInterop', :path => '../../../'
3635
pod 'FirebaseMessagingInterop', :path => '../../../'
37-
pod 'FirebaseCoreDiagnostics', :path => '../../../'
3836
pod 'FirebaseCoreInternal', :path => '../../../'
3937
pod 'FirebaseCoreExtension', :path => '../../../'
4038
pod 'FirebaseSharedSwift', :path => '../../../'

Dangerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ has_license_changes = didModify(["LICENSE"])
9393
@has_auth_api_changes = hasChangesIn("FirebaseAuth/Sources/Public/")
9494
@has_core_changes = hasChangesIn([
9595
"FirebaseCore",
96-
"Firebase/CoreDiagnostics/",
9796
"CoreOnly/"])
9897
@has_core_api_changes = hasChangesIn("FirebaseCore/Sources/Public/")
9998
@has_crashlytics_changes = hasChangesIn("Crashlytics")

0 commit comments

Comments
 (0)