Skip to content

Commit edd653b

Browse files
ReedyukCopilot
andauthored
Update firebase-auth/build.gradle.kts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1540ac6 commit edd653b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ kotlin {
8787
}
8888

8989
if (supportedPlatforms.contains(TargetPlatform.Ios)) {
90-
iosArm64()
90+
iosArm64().enableKeychainForTests()
9191
iosX64().enableKeychainForTests()
9292
iosSimulatorArm64().enableKeychainForTests()
9393
}

0 commit comments

Comments
 (0)