Skip to content

Commit 0b97795

Browse files
ReedyukCopilot
andauthored
Update firebase-auth/build.gradle.kts
Co-authored-by: Copilot <[email protected]>
1 parent edd653b commit 0b97795

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

firebase-auth/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ kotlin {
9191
iosX64().enableKeychainForTests()
9292
iosSimulatorArm64().enableKeychainForTests()
9393
}
94+
if (supportedPlatforms.contains(TargetPlatform.Tvos)) {
95+
tvosArm64().enableKeychainForTests()
96+
tvosX64().enableKeychainForTests()
97+
tvosSimulatorArm64().enableKeychainForTests()
98+
}
99+
if (supportedPlatforms.contains(TargetPlatform.Macos)) {
100+
macosArm64().enableKeychainForTests()
101+
macosX64().enableKeychainForTests()
102+
}
94103

95104
if (supportedPlatforms.supportsApple()) {
96105
cocoapods {

0 commit comments

Comments
 (0)