Skip to content

Commit 8a01319

Browse files
committed
Fix Crashlytics Swift target
1 parent ccbf04b commit 8a01319

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ let package = Package(
580580
.target(
581581
name: "FirebaseCrashlyticsSwift",
582582
dependencies: ["FirebaseRemoteConfigInterop"],
583-
path: "Crashlytics",
583+
path: "Crashlytics/Crashlytics/Rollouts/",
584584
sources: [
585-
"Crashlytics/Rollouts/",
585+
"./",
586586
]
587587
),
588588
.testTarget(
@@ -1408,7 +1408,7 @@ func firebaseCrashlyticsTarget() -> Target {
14081408
],
14091409
path: "Crashlytics",
14101410
exclude: [
1411-
"./run",
1411+
"run",
14121412
"CHANGELOG.md",
14131413
"LICENSE",
14141414
"README.md",

0 commit comments

Comments
 (0)