Skip to content

Commit 4629fe7

Browse files
committed
[Infra] Disable Auth deprecations warnings in SPM CI
1 parent 5366717 commit 4629fe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,9 @@ let package = Package(
464464
"ObjCAPITests.m",
465465
"ObjCGlobalTests.m",
466466
"FIROAuthProviderTests.m",
467+
],
468+
swiftSettings: [
469+
.define("FIREBASE_CI"),
467470
]
468471
),
469472
.target(

0 commit comments

Comments
 (0)