Skip to content

Commit

Permalink
undo more fcm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 5, 2023
1 parent b4ae539 commit 8bce95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
path: "Tests/Common"),
// Tracking
.target(name: "CioTracking",
dependencies: ["CioInternalCommon", .product(name: "FirebaseMessaging", package: "Firebase")],
dependencies: ["CioInternalCommon"],
path: "Sources/Tracking"),
.testTarget(name: "TrackingTests",
dependencies: ["CioTracking", "SharedTests"],
Expand Down

0 comments on commit 8bce95a

Please sign in to comment.