@@ -45,21 +45,6 @@ let package = Package(
45
45
name: " FirebaseAnalyticsIdentitySupport " ,
46
46
targets: [ " FirebaseAnalyticsIdentitySupportTarget " ]
47
47
) ,
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
- ) ,
63
48
. library(
64
49
name: " FirebaseAuth " ,
65
50
targets: [ " FirebaseAuth " ]
@@ -418,53 +403,6 @@ let package = Package(
418
403
. linkedFramework( " StoreKit " ) ,
419
404
]
420
405
) ,
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
-
468
406
. target(
469
407
name: " FirebaseAppDistributionTarget " ,
470
408
dependencies: [ . target( name: " FirebaseAppDistribution " ,
0 commit comments