Skip to content

Commit 673901a

Browse files
committed
Added iosX64
1 parent a3540c3 commit 673901a

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

firebase-analytics/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ kotlin {
8080

8181
if (supportIosTarget) {
8282
iosArm64()
83+
iosX64()
8384
iosSimulatorArm64()
8485
tvosArm64()
8586
tvosX64()

firebase-app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kotlin {
8181

8282
if (supportIosTarget) {
8383
iosArm64()
84+
iosX64()
8485
iosSimulatorArm64()
8586
tvosArm64()
8687
tvosX64()

firebase-auth/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kotlin {
8181

8282
if (supportIosTarget) {
8383
iosArm64()
84+
iosX64().enableKeychainForTests()
8485
iosSimulatorArm64().enableKeychainForTests()
8586
cocoapods {
8687
ios.deploymentTarget = libs.versions.ios.deploymentTarget.get()

firebase-common-internal/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kotlin {
8181

8282
if (supportIosTarget) {
8383
iosArm64()
84+
iosX64()
8485
iosSimulatorArm64()
8586
tvosArm64()
8687
tvosX64()

firebase-common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ kotlin {
8080

8181
if (supportIosTarget) {
8282
iosArm64()
83+
iosX64()
8384
iosSimulatorArm64()
8485
tvosArm64()
8586
tvosX64()

firebase-config/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ kotlin {
8080

8181
if (supportIosTarget) {
8282
iosArm64()
83+
iosX64()
8384
iosSimulatorArm64()
8485
tvosArm64()
8586
tvosX64()

firebase-crashlytics/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kotlin {
8181

8282
if (supportIosTarget) {
8383
iosArm64()
84+
iosX64()
8485
iosSimulatorArm64()
8586
tvosArm64()
8687
tvosX64()

firebase-database/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ kotlin {
8282

8383
if (supportIosTarget) {
8484
iosArm64()
85+
iosX64()
8586
iosSimulatorArm64()
8687
tvosArm64()
8788
tvosX64()

firebase-firestore/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ kotlin {
8484

8585
if (supportIosTarget) {
8686
iosArm64()
87+
iosX64()
8788
iosSimulatorArm64()
8889
tvosArm64()
8990
tvosX64()

firebase-functions/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ kotlin {
8181

8282
if (supportIosTarget) {
8383
iosArm64()
84+
iosX64()
8485
iosSimulatorArm64()
8586
tvosArm64()
8687
tvosX64()

0 commit comments

Comments
 (0)