Skip to content

Commit 2b3207b

Browse files
authored
Delete AnalyticsOnDeviceConversion references
1 parent bed733c commit 2b3207b

File tree

6 files changed

+0
-15
lines changed

6 files changed

+0
-15
lines changed

.github/workflows/analytics.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurement.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
4444
- name: FirebaseAnalytics
4545
run: scripts/third_party/travis/retry.sh pod spec lint FirebaseAnalytics.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
46-
# The following steps are only run on `ios` due to product availability.
47-
- name: FirebaseAnalyticsOnDeviceConversion
48-
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAnalyticsOnDeviceConversion.podspec --platforms=ios
4946

5047
# TODO: Consider pushing GoogleAppMeasurement.podspec to SpecsDev to enable similar test
5148
# for FirebaseAnalytics.podspec

Dangerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,10 @@ has_license_changes = didModify(["LICENSE"])
105105

106106
## Product directories
107107
@has_analytics_changes = hasChangesIn([
108-
"FirebaseAnalyticsOnDeviceConversionWrapper",
109108
"FirebaseAnalyticsWithoutAdIdSupportWrapper",
110109
"FirebaseAnalyticsWrapper"
111110
]) || didModify([
112111
"FirebaseAnalytics.podspec",
113-
"FirebaseAnalyticsOnDeviceConversion.podspec",
114112
"GoogleAppMeasurement.podspec"
115113
])
116114
@has_abtesting_changes = hasChangesIn("FirebaseABTesting")

IntegrationTesting/ClientApp/ClientApp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
EA05C7DE29F08D4B00D1014F /* objc-module-import-test.m in Sources */ = {isa = PBXBuildFile; fileRef = EA05C7DD29F08D4B00D1014F /* objc-module-import-test.m */; };
1111
EA05C7E029F0911400D1014F /* objc-header-import-test.m in Sources */ = {isa = PBXBuildFile; fileRef = EA05C7DF29F0911400D1014F /* objc-header-import-test.m */; };
12-
EA0BC0FF29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion in Frameworks */ = {isa = PBXBuildFile; platformFilter = ios; productRef = EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */; };
1312
EA1269B429EDF98800D79E66 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA1269B329EDF98800D79E66 /* AppDelegate.swift */; };
1413
EA1269B829EDF98A00D79E66 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA1269B729EDF98A00D79E66 /* Assets.xcassets */; };
1514
EA1269BC29EDF98A00D79E66 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA1269BB29EDF98A00D79E66 /* Preview Assets.xcassets */; };
@@ -66,7 +65,6 @@
6665
EA7DF59529EF3326005664A7 /* FirebaseDatabase in Frameworks */,
6766
EA7DF5A329EF3327005664A7 /* FirebaseFunctionsCombine-Community in Frameworks */,
6867
EA7DF59B29EF3326005664A7 /* FirebaseFirestore in Frameworks */,
69-
EA0BC0FF29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion in Frameworks */,
7068
EA7DF58329EF3326005664A7 /* FirebaseAnalytics in Frameworks */,
7169
EA7DF5AD29EF3327005664A7 /* FirebaseMLModelDownloader in Frameworks */,
7270
EA7DF58B29EF3326005664A7 /* FirebaseAppCheck in Frameworks */,
@@ -212,7 +210,6 @@
212210
EA7DF5AE29EF3328005664A7 /* FirebasePerformance */,
213211
EA7DF5B029EF3328005664A7 /* FirebaseRemoteConfig */,
214212
EA7DF5B629EF3328005664A7 /* FirebaseStorageCombine-Community */,
215-
EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */,
216213
EA1FA0D02D31A8EE00DF3C07 /* FirebaseAuth */,
217214
);
218215
productName = ClientApp;
@@ -626,10 +623,6 @@
626623
/* End XCConfigurationList section */
627624

628625
/* Begin XCSwiftPackageProductDependency section */
629-
EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */ = {
630-
isa = XCSwiftPackageProductDependency;
631-
productName = FirebaseAnalyticsOnDeviceConversion;
632-
};
633626
EA1FA0D02D31A8EE00DF3C07 /* FirebaseAuth */ = {
634627
isa = XCSwiftPackageProductDependency;
635628
productName = FirebaseAuth;

IntegrationTesting/ClientApp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ target 'ClientApp-CocoaPods' do
1212
pod 'FirebaseCoreExtension', :path => '../../'
1313
pod 'FirebaseInstallations', :path => '../../'
1414
pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
15-
pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'
1615
pod 'FirebaseABTesting', :path => '../../'
1716
pod 'FirebaseAppCheck', :path => '../../'
1817
pod 'FirebaseRemoteConfig', :path => '../../'

ReleaseTooling/Sources/FirebaseManifest/FirebaseManifest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public let shared = Manifest(
3535
Pod("FirebaseRemoteConfigInterop"),
3636
Pod("GoogleAppMeasurement", isClosedSource: true, platforms: ["ios", "macos", "tvos"]),
3737
Pod("FirebaseAnalytics", isClosedSource: true, platforms: ["ios", "macos", "tvos"], zip: true),
38-
Pod("FirebaseAnalyticsOnDeviceConversion", platforms: ["ios"], zip: true),
3938
Pod("FirebaseABTesting", zip: true),
4039
Pod("FirebaseAppCheck", zip: true),
4140
Pod("FirebaseRemoteConfig", zip: true),

scripts/api_diff_report/icore_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
MODULE_LIST = [
2525
'FirebaseABTesting',
2626
'FirebaseAnalytics', # Not buildable from source
27-
'FirebaseAnalyticsOnDeviceConversion', # Not buildable.
2827
'FirebaseAppCheck',
2928
'FirebaseAppDistribution',
3029
'FirebaseAuth',

0 commit comments

Comments
 (0)