Skip to content

Commit 19731d9

Browse files
committed
Fix Firestore internal test deployment target
1 parent c1ca997 commit 19731d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

firestore/integration_test_internal/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_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@
948948
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
949949
SWIFT_VERSION = 5.3;
950950
TARGETED_DEVICE_FAMILY = 3;
951-
TVOS_DEPLOYMENT_TARGET = 12.0;
951+
TVOS_DEPLOYMENT_TARGET = 13.0;
952952
};
953953
name = Debug;
954954
};
@@ -1018,7 +1018,7 @@
10181018
SDKROOT = appletvos;
10191019
SWIFT_VERSION = 5.3;
10201020
TARGETED_DEVICE_FAMILY = 3;
1021-
TVOS_DEPLOYMENT_TARGET = 12.0;
1021+
TVOS_DEPLOYMENT_TARGET = 13.0;
10221022
};
10231023
name = Release;
10241024
};

0 commit comments

Comments
 (0)