Skip to content

Commit 0bebce2

Browse files
authored
[Analytics] Remove deprecated subspecs/targets
1 parent ed8b815 commit 0bebce2

File tree

9 files changed

+0
-210
lines changed

9 files changed

+0
-210
lines changed

FirebaseAnalytics.podspec

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,4 @@ Pod::Spec.new do |s|
5151
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
5252
end
5353

54-
# Deprecated. Use IdentitySupport subspec instead.
55-
s.subspec 'AdIdSupport' do |ss|
56-
ss.dependency 'GoogleAppMeasurement/AdIdSupport', '12.0.0'
57-
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
58-
end
59-
60-
# Deprecated. Use Core subspec instead.
61-
s.subspec 'WithoutAdIdSupport' do |ss|
62-
ss.dependency 'GoogleAppMeasurement/WithoutAdIdSupport', '12.0.0'
63-
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
64-
end
65-
6654
end

FirebaseAnalyticsOnDeviceConversion.podspec

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

FirebaseAnalyticsOnDeviceConversionWrapper/dummy.m

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

FirebaseAnalyticsOnDeviceConversionWrapper/include/dummy.h

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

FirebaseAnalyticsWithoutAdIdSupportWrapper/dummy.m

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

FirebaseAnalyticsWithoutAdIdSupportWrapper/include/dummy.h

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

Package.swift

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,6 @@ let package = Package(
4545
name: "FirebaseAnalyticsIdentitySupport",
4646
targets: ["FirebaseAnalyticsIdentitySupportTarget"]
4747
),
48-
// Deprecated. Use FirebaseAnalyticsCore instead.
49-
// Adding this library to your project is enough for it to take effect. The module
50-
// does not need to be imported into any source files.
51-
.library(
52-
name: "FirebaseAnalyticsWithoutAdIdSupport",
53-
targets: ["FirebaseAnalyticsWithoutAdIdSupportTarget"]
54-
),
55-
// Deprecated. Use GoogleAdsOnDeviceConversion from
56-
// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ instead.
57-
// Adding this library to your project is enough for it to take effect. The module
58-
// does not need to be imported into any source files.
59-
.library(
60-
name: "FirebaseAnalyticsOnDeviceConversion",
61-
targets: ["FirebaseAnalyticsOnDeviceConversionTarget"]
62-
),
6348
.library(
6449
name: "FirebaseAuth",
6550
targets: ["FirebaseAuth"]
@@ -418,53 +403,6 @@ let package = Package(
418403
.linkedFramework("StoreKit"),
419404
]
420405
),
421-
422-
.target(
423-
name: "FirebaseAnalyticsWithoutAdIdSupportTarget",
424-
dependencies: [.target(name: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
425-
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS]))],
426-
path: "SwiftPM-PlatformExclude/FirebaseAnalyticsWithoutAdIdSupportWrap"
427-
),
428-
.target(
429-
name: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
430-
dependencies: [
431-
.target(
432-
name: "FirebaseAnalytics",
433-
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS])
434-
),
435-
.product(name: "GoogleAppMeasurementWithoutAdIdSupport",
436-
package: "GoogleAppMeasurement",
437-
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS])),
438-
"FirebaseCore",
439-
"FirebaseInstallations",
440-
.product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
441-
.product(name: "GULMethodSwizzler", package: "GoogleUtilities"),
442-
.product(name: "GULNSData", package: "GoogleUtilities"),
443-
.product(name: "GULNetwork", package: "GoogleUtilities"),
444-
.product(name: "nanopb", package: "nanopb"),
445-
],
446-
path: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
447-
linkerSettings: [
448-
.linkedLibrary("sqlite3"),
449-
.linkedLibrary("c++"),
450-
.linkedLibrary("z"),
451-
.linkedFramework("StoreKit"),
452-
]
453-
),
454-
455-
.target(
456-
name: "FirebaseAnalyticsOnDeviceConversionTarget",
457-
dependencies: [
458-
.product(name: "GoogleAppMeasurementOnDeviceConversion",
459-
package: "GoogleAppMeasurement",
460-
condition: .when(platforms: [.iOS])),
461-
],
462-
path: "FirebaseAnalyticsOnDeviceConversionWrapper",
463-
linkerSettings: [
464-
.linkedLibrary("c++"),
465-
]
466-
),
467-
468406
.target(
469407
name: "FirebaseAppDistributionTarget",
470408
dependencies: [.target(name: "FirebaseAppDistribution",

SwiftPM-PlatformExclude/FirebaseAnalyticsWithoutAdIdSupportWrap/dummy.m

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

SwiftPM-PlatformExclude/FirebaseAnalyticsWithoutAdIdSupportWrap/include/dummy.h

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

0 commit comments

Comments
 (0)