Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions FirebaseAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,4 @@ Pod::Spec.new do |s|
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
end

# Deprecated. Use IdentitySupport subspec instead.
s.subspec 'AdIdSupport' do |ss|
ss.dependency 'GoogleAppMeasurement/AdIdSupport', '12.0.0'
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
end

# Deprecated. Use Core subspec instead.
s.subspec 'WithoutAdIdSupport' do |ss|
ss.dependency 'GoogleAppMeasurement/WithoutAdIdSupport', '12.0.0'
ss.vendored_frameworks = 'Frameworks/FirebaseAnalytics.xcframework'
end

end
28 changes: 0 additions & 28 deletions FirebaseAnalyticsOnDeviceConversion.podspec

This file was deleted.

20 changes: 0 additions & 20 deletions FirebaseAnalyticsOnDeviceConversionWrapper/dummy.m

This file was deleted.

18 changes: 0 additions & 18 deletions FirebaseAnalyticsOnDeviceConversionWrapper/include/dummy.h

This file was deleted.

19 changes: 0 additions & 19 deletions FirebaseAnalyticsWithoutAdIdSupportWrapper/dummy.m

This file was deleted.

18 changes: 0 additions & 18 deletions FirebaseAnalyticsWithoutAdIdSupportWrapper/include/dummy.h

This file was deleted.

62 changes: 0 additions & 62 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@ let package = Package(
name: "FirebaseAnalyticsIdentitySupport",
targets: ["FirebaseAnalyticsIdentitySupportTarget"]
),
// Deprecated. Use FirebaseAnalyticsCore instead.
// Adding this library to your project is enough for it to take effect. The module
// does not need to be imported into any source files.
.library(
name: "FirebaseAnalyticsWithoutAdIdSupport",
targets: ["FirebaseAnalyticsWithoutAdIdSupportTarget"]
),
// Deprecated. Use GoogleAdsOnDeviceConversion from
// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ instead.
// Adding this library to your project is enough for it to take effect. The module
// does not need to be imported into any source files.
.library(
name: "FirebaseAnalyticsOnDeviceConversion",
targets: ["FirebaseAnalyticsOnDeviceConversionTarget"]
),
.library(
name: "FirebaseAuth",
targets: ["FirebaseAuth"]
Expand Down Expand Up @@ -418,53 +403,6 @@ let package = Package(
.linkedFramework("StoreKit"),
]
),

.target(
name: "FirebaseAnalyticsWithoutAdIdSupportTarget",
dependencies: [.target(name: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS]))],
path: "SwiftPM-PlatformExclude/FirebaseAnalyticsWithoutAdIdSupportWrap"
),
.target(
name: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
dependencies: [
.target(
name: "FirebaseAnalytics",
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS])
),
.product(name: "GoogleAppMeasurementWithoutAdIdSupport",
package: "GoogleAppMeasurement",
condition: .when(platforms: [.iOS, .macCatalyst, .macOS, .tvOS])),
"FirebaseCore",
"FirebaseInstallations",
.product(name: "GULAppDelegateSwizzler", package: "GoogleUtilities"),
.product(name: "GULMethodSwizzler", package: "GoogleUtilities"),
.product(name: "GULNSData", package: "GoogleUtilities"),
.product(name: "GULNetwork", package: "GoogleUtilities"),
.product(name: "nanopb", package: "nanopb"),
],
path: "FirebaseAnalyticsWithoutAdIdSupportWrapper",
linkerSettings: [
.linkedLibrary("sqlite3"),
.linkedLibrary("c++"),
.linkedLibrary("z"),
.linkedFramework("StoreKit"),
]
),

.target(
name: "FirebaseAnalyticsOnDeviceConversionTarget",
dependencies: [
.product(name: "GoogleAppMeasurementOnDeviceConversion",
package: "GoogleAppMeasurement",
condition: .when(platforms: [.iOS])),
],
path: "FirebaseAnalyticsOnDeviceConversionWrapper",
linkerSettings: [
.linkedLibrary("c++"),
]
),

.target(
name: "FirebaseAppDistributionTarget",
dependencies: [.target(name: "FirebaseAppDistribution",
Expand Down

This file was deleted.

This file was deleted.

Loading