Skip to content

Commit c1ca997

Browse files
committed
Update integration_test tvOS target
1 parent ffdcde9 commit c1ca997

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target 'integration_test' do
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '12.0'
12+
platform :tvos, '13.0'
1313
pod 'Firebase/Analytics', '11.0.0'
1414
end
1515

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
566566
SWIFT_VERSION = 5.3;
567567
TARGETED_DEVICE_FAMILY = 3;
568-
TVOS_DEPLOYMENT_TARGET = 12.0;
568+
TVOS_DEPLOYMENT_TARGET = 13.0;
569569
};
570570
name = Debug;
571571
};
@@ -616,7 +616,7 @@
616616
SDKROOT = appletvos;
617617
SWIFT_VERSION = 5.3;
618618
TARGETED_DEVICE_FAMILY = 3;
619-
TVOS_DEPLOYMENT_TARGET = 12.0;
619+
TVOS_DEPLOYMENT_TARGET = 13.0;
620620
};
621621
name = Release;
622622
};

app_check/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ target 'integration_test' do
1212
end
1313

1414
target 'integration_test_tvos' do
15-
platform :tvos, '12.0'
15+
platform :tvos, '13.0'
1616
pod 'Firebase/AppCheck', '11.0.0'
1717
pod 'Firebase/Database', '11.0.0'
1818
pod 'Firebase/Auth', '11.0.0'

app_check/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
515515
SWIFT_VERSION = 5.3;
516516
TARGETED_DEVICE_FAMILY = 3;
517-
TVOS_DEPLOYMENT_TARGET = 12.0;
517+
TVOS_DEPLOYMENT_TARGET = 13.0;
518518
};
519519
name = Debug;
520520
};
@@ -565,7 +565,7 @@
565565
SDKROOT = appletvos;
566566
SWIFT_VERSION = 5.3;
567567
TARGETED_DEVICE_FAMILY = 3;
568-
TVOS_DEPLOYMENT_TARGET = 12.0;
568+
TVOS_DEPLOYMENT_TARGET = 13.0;
569569
};
570570
name = Release;
571571
};

auth/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'integration_test' do
88
end
99

1010
target 'integration_test_tvos' do
11-
platform :tvos, '12.0'
11+
platform :tvos, '13.0'
1212
pod 'Firebase/Auth', '11.0.0'
1313
end
1414

auth/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
593593
SWIFT_VERSION = 5.3;
594594
TARGETED_DEVICE_FAMILY = 3;
595-
TVOS_DEPLOYMENT_TARGET = 12.0;
595+
TVOS_DEPLOYMENT_TARGET = 13.0;
596596
};
597597
name = Debug;
598598
};
@@ -643,7 +643,7 @@
643643
SDKROOT = appletvos;
644644
SWIFT_VERSION = 5.3;
645645
TARGETED_DEVICE_FAMILY = 3;
646-
TVOS_DEPLOYMENT_TARGET = 12.0;
646+
TVOS_DEPLOYMENT_TARGET = 13.0;
647647
};
648648
name = Release;
649649
};

database/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target 'integration_test' do
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '12.0'
12+
platform :tvos, '13.0'
1313
pod 'Firebase/Database', '11.0.0'
1414
pod 'Firebase/Auth', '11.0.0'
1515
end

database/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
515515
SWIFT_VERSION = 5.3;
516516
TARGETED_DEVICE_FAMILY = 3;
517-
TVOS_DEPLOYMENT_TARGET = 12.0;
517+
TVOS_DEPLOYMENT_TARGET = 13.0;
518518
};
519519
name = Debug;
520520
};
@@ -565,7 +565,7 @@
565565
SDKROOT = appletvos;
566566
SWIFT_VERSION = 5.3;
567567
TARGETED_DEVICE_FAMILY = 3;
568-
TVOS_DEPLOYMENT_TARGET = 12.0;
568+
TVOS_DEPLOYMENT_TARGET = 13.0;
569569
};
570570
name = Release;
571571
};

firestore/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target 'integration_test' do
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '12.0'
12+
platform :tvos, '13.0'
1313
pod 'Firebase/Firestore', '11.0.0'
1414
pod 'Firebase/Auth', '11.0.0'
1515
end

firestore/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
614614
SWIFT_VERSION = 5.3;
615615
TARGETED_DEVICE_FAMILY = 3;
616-
TVOS_DEPLOYMENT_TARGET = 12.0;
616+
TVOS_DEPLOYMENT_TARGET = 13.0;
617617
};
618618
name = Debug;
619619
};
@@ -667,7 +667,7 @@
667667
SDKROOT = appletvos;
668668
SWIFT_VERSION = 5.3;
669669
TARGETED_DEVICE_FAMILY = 3;
670-
TVOS_DEPLOYMENT_TARGET = 12.0;
670+
TVOS_DEPLOYMENT_TARGET = 13.0;
671671
};
672672
name = Release;
673673
};

0 commit comments

Comments
 (0)