Skip to content

Commit

Permalink
[Infra] Remove CoreDiagnostics library and references (#10259)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
ncooke3 authored Sep 26, 2022
1 parent af1201c commit 43c62f0
Show file tree
Hide file tree
Showing 58 changed files with 18 additions and 2,610 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/core-diagnostics.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths:
- 'FirebaseCore**'
- 'Interop/CoreDiagnostics/Public/*.h'
- '.github/workflows/core.yml'
- 'Gemfile*'
schedule:
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,3 @@ add_subdirectory(FirebaseAppCheck/Interop)
add_subdirectory(FirebaseCore)
add_subdirectory(Firestore)
add_subdirectory(FirebaseAuth/Interop)
add_subdirectory(Interop/CoreDiagnostics)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ target 'CocoapodsIntegrationTest' do
pod 'FirebaseAppDistribution', :path => '../'
pod 'FirebaseAppCheckInterop', :path => '../'
pod 'FirebaseCore', :path => '../'
pod 'FirebaseCoreDiagnostics', :path => '../'
pod 'FirebaseCoreExtension', :path => '../'
pod 'FirebaseCoreInternal', :path => '../'
pod 'FirebaseCrashlytics', :path => '../'
Expand Down
1 change: 0 additions & 1 deletion CoreOnly/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ FirebaseAppDistribution
FirebaseAuth
FirebaseAuthInterop
FirebaseCore
FirebaseCoreDiagnostics
FirebaseCoreExtension
FirebaseCoreInternal
FirebaseDatabaseSwift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,14 +297,12 @@
"$(inherited)",
../../../CoreOnly/Sources,
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
"\"${PODS_ROOT}/Headers/Public\"",
"\"${PODS_ROOT}/Headers/Public/Firebase\"",
"\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop\"",
);
INFOPLIST_FILE = FirebasePodTest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -327,14 +325,12 @@
"$(inherited)",
../../../CoreOnly/Sources,
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers\"",
"\"${PODS_ROOT}/Headers/Public\"",
"\"${PODS_ROOT}/Headers/Public/Firebase\"",
"\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop\"",
);
INFOPLIST_FILE = FirebasePodTest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 0 additions & 2 deletions CoreOnly/Tests/FirebasePodTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ target 'FirebasePodTest' do
pod 'FirebaseAppDistribution', :path => '../../../'
pod 'FirebaseAuth', :path => '../../../'
pod 'FirebaseCore', :path => '../../../'
pod 'FirebaseCoreDiagnostics', :path => '../../../'
pod 'FirebaseCrashlytics', :path => '../../../'
pod 'FirebaseDatabase', :path => '../../../'
pod 'FirebaseDynamicLinks', :path => '../../../'
Expand All @@ -34,7 +33,6 @@ target 'FirebasePodTest' do
pod 'FirebaseAppCheckInterop', :path => '../../../'
pod 'FirebaseAuthInterop', :path => '../../../'
pod 'FirebaseMessagingInterop', :path => '../../../'
pod 'FirebaseCoreDiagnostics', :path => '../../../'
pod 'FirebaseCoreInternal', :path => '../../../'
pod 'FirebaseCoreExtension', :path => '../../../'
pod 'FirebaseSharedSwift', :path => '../../../'
Expand Down
1 change: 0 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ has_license_changes = didModify(["LICENSE"])
@has_auth_api_changes = hasChangesIn("FirebaseAuth/Sources/Public/")
@has_core_changes = hasChangesIn([
"FirebaseCore",
"Firebase/CoreDiagnostics/",
"CoreOnly/"])
@has_core_api_changes = hasChangesIn("FirebaseCore/Sources/Public/")
@has_crashlytics_changes = hasChangesIn("Crashlytics")
Expand Down
Loading

0 comments on commit 43c62f0

Please sign in to comment.