Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 0 additions & 5 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
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/
- name: FirebaseAnalytics
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/
# The following steps are only run on `ios` due to product availability.
- name: GoogleAppMeasurementOnDeviceConversion
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurementOnDeviceConversion.podspec --platforms=ios --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
- name: FirebaseAnalyticsOnDeviceConversion
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAnalyticsOnDeviceConversion.podspec --platforms=ios

# TODO: Consider pushing GoogleAppMeasurement.podspec to SpecsDev to enable similar test
# for FirebaseAnalytics.podspec
6 changes: 1 addition & 5 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,10 @@ has_license_changes = didModify(["LICENSE"])

## Product directories
@has_analytics_changes = hasChangesIn([
"FirebaseAnalyticsOnDeviceConversionWrapper",
"FirebaseAnalyticsWithoutAdIdSupportWrapper",
"FirebaseAnalyticsWrapper"
]) || didModify([
"FirebaseAnalytics.podspec",
"FirebaseAnalyticsOnDeviceConversion.podspec",
"GoogleAppMeasurement.podspec",
"GoogleAppMeasurementOnDeviceConversion.podspec"
"GoogleAppMeasurement.podspec"
])
@has_abtesting_changes = hasChangesIn("FirebaseABTesting")
@has_abtesting_api_changes = hasChangesIn("FirebaseABTesting/Sources/Public/")
Expand Down
15 changes: 0 additions & 15 deletions Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
ss.dependency 'Firebase/Core'
end

s.subspec 'AnalyticsWithAdIdSupport' do |ss|
ss.ios.deployment_target = '15.0'
ss.osx.deployment_target = '10.15'
ss.tvos.deployment_target = '15.0'
ss.dependency 'Firebase/Core'
end

s.subspec 'AnalyticsWithoutAdIdSupport' do |ss|
ss.ios.deployment_target = '15.0'
ss.osx.deployment_target = '10.15'
ss.tvos.deployment_target = '15.0'
ss.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 12.0.0'
ss.dependency 'Firebase/CoreOnly'
end

s.subspec 'ABTesting' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseABTesting', '~> 12.0.0'
Expand Down
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.

10 changes: 0 additions & 10 deletions GoogleAppMeasurement.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,4 @@ Pod::Spec.new do |s|
ss.dependency 'GoogleAppMeasurement/Core', '12.0.0'
ss.vendored_frameworks = 'Frameworks/GoogleAppMeasurementIdentitySupport.xcframework'
end

# Deprecated. Use IdentitySupport subspec instead.
s.subspec 'AdIdSupport' do |ss|
ss.dependency 'GoogleAppMeasurement/IdentitySupport', '12.0.0'
end

# Deprecated. Use Core subspec instead.
s.subspec 'WithoutAdIdSupport' do |ss|
ss.dependency 'GoogleAppMeasurement/Core', '12.0.0'
end
end
30 changes: 0 additions & 30 deletions GoogleAppMeasurementOnDeviceConversion.podspec

This file was deleted.

14 changes: 0 additions & 14 deletions IntegrationTesting/ClientApp/ClientApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
EA05C7DE29F08D4B00D1014F /* objc-module-import-test.m in Sources */ = {isa = PBXBuildFile; fileRef = EA05C7DD29F08D4B00D1014F /* objc-module-import-test.m */; };
EA05C7E029F0911400D1014F /* objc-header-import-test.m in Sources */ = {isa = PBXBuildFile; fileRef = EA05C7DF29F0911400D1014F /* objc-header-import-test.m */; };
EA0BC0FF29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion in Frameworks */ = {isa = PBXBuildFile; platformFilter = ios; productRef = EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */; };
EA1269B429EDF98800D79E66 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA1269B329EDF98800D79E66 /* AppDelegate.swift */; };
EA1269B829EDF98A00D79E66 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA1269B729EDF98A00D79E66 /* Assets.xcassets */; };
EA1269BC29EDF98A00D79E66 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA1269BB29EDF98A00D79E66 /* Preview Assets.xcassets */; };
Expand All @@ -24,7 +23,6 @@
EA5A629F2A99498500F5711A /* objc-header-import-test.m in Sources */ = {isa = PBXBuildFile; fileRef = EA05C7DF29F0911400D1014F /* objc-header-import-test.m */; };
EA7DF54329EF20B9005664A7 /* swift-import-test.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA7DF54229EF20B9005664A7 /* swift-import-test.swift */; };
EA7DF58329EF3326005664A7 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = EA7DF58229EF3326005664A7 /* FirebaseAnalytics */; };
EA7DF58929EF3326005664A7 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */ = {isa = PBXBuildFile; productRef = EA7DF58829EF3326005664A7 /* FirebaseAnalyticsWithoutAdIdSupport */; };
EA7DF58B29EF3326005664A7 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = EA7DF58A29EF3326005664A7 /* FirebaseAppCheck */; };
EA7DF58D29EF3326005664A7 /* FirebaseAppDistribution-Beta in Frameworks */ = {isa = PBXBuildFile; platformFilter = ios; productRef = EA7DF58C29EF3326005664A7 /* FirebaseAppDistribution-Beta */; };
EA7DF59329EF3326005664A7 /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = EA7DF59229EF3326005664A7 /* FirebaseCrashlytics */; };
Expand Down Expand Up @@ -66,11 +64,9 @@
EA7DF59529EF3326005664A7 /* FirebaseDatabase in Frameworks */,
EA7DF5A329EF3327005664A7 /* FirebaseFunctionsCombine-Community in Frameworks */,
EA7DF59B29EF3326005664A7 /* FirebaseFirestore in Frameworks */,
EA0BC0FF29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion in Frameworks */,
EA7DF58329EF3326005664A7 /* FirebaseAnalytics in Frameworks */,
EA7DF5AD29EF3327005664A7 /* FirebaseMLModelDownloader in Frameworks */,
EA7DF58B29EF3326005664A7 /* FirebaseAppCheck in Frameworks */,
EA7DF58929EF3326005664A7 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */,
EA7DF5AB29EF3327005664A7 /* FirebaseMessaging in Frameworks */,
EA7DF59329EF3326005664A7 /* FirebaseCrashlytics in Frameworks */,
EA7DF5A529EF3327005664A7 /* FirebaseInAppMessaging-Beta in Frameworks */,
Expand Down Expand Up @@ -196,7 +192,6 @@
name = ClientApp;
packageProductDependencies = (
EA7DF58229EF3326005664A7 /* FirebaseAnalytics */,
EA7DF58829EF3326005664A7 /* FirebaseAnalyticsWithoutAdIdSupport */,
EA7DF58A29EF3326005664A7 /* FirebaseAppCheck */,
EA7DF58C29EF3326005664A7 /* FirebaseAppDistribution-Beta */,
EA7DF59229EF3326005664A7 /* FirebaseCrashlytics */,
Expand All @@ -212,7 +207,6 @@
EA7DF5AE29EF3328005664A7 /* FirebasePerformance */,
EA7DF5B029EF3328005664A7 /* FirebaseRemoteConfig */,
EA7DF5B629EF3328005664A7 /* FirebaseStorageCombine-Community */,
EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */,
EA1FA0D02D31A8EE00DF3C07 /* FirebaseAuth */,
);
productName = ClientApp;
Expand Down Expand Up @@ -626,10 +620,6 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
EA0BC0FE29F06D5B005B8AEE /* FirebaseAnalyticsOnDeviceConversion */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAnalyticsOnDeviceConversion;
};
EA1FA0D02D31A8EE00DF3C07 /* FirebaseAuth */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAuth;
Expand All @@ -638,10 +628,6 @@
isa = XCSwiftPackageProductDependency;
productName = FirebaseAnalytics;
};
EA7DF58829EF3326005664A7 /* FirebaseAnalyticsWithoutAdIdSupport */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAnalyticsWithoutAdIdSupport;
};
EA7DF58A29EF3326005664A7 /* FirebaseAppCheck */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAppCheck;
Expand Down
1 change: 0 additions & 1 deletion IntegrationTesting/ClientApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ target 'ClientApp-CocoaPods' do
pod 'FirebaseCoreExtension', :path => '../../'
pod 'FirebaseInstallations', :path => '../../'
pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'
pod 'FirebaseABTesting', :path => '../../'
pod 'FirebaseAppCheck', :path => '../../'
pod 'FirebaseRemoteConfig', :path => '../../'
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ public let shared = Manifest(
Pod("FirebaseSessions"),
Pod("FirebaseRemoteConfigInterop"),
Pod("GoogleAppMeasurement", isClosedSource: true, platforms: ["ios", "macos", "tvos"]),
Pod("GoogleAppMeasurementOnDeviceConversion", isClosedSource: true, platforms: ["ios"]),
Pod("FirebaseAnalytics", isClosedSource: true, platforms: ["ios", "macos", "tvos"], zip: true),
Pod("FirebaseAnalyticsOnDeviceConversion", platforms: ["ios"], zip: true),
Pod("FirebaseABTesting", zip: true),
Pod("FirebaseAppCheck", zip: true),
Pod("FirebaseRemoteConfig", zip: true),
Expand Down

This file was deleted.

Loading
Loading