Skip to content

Commit

Permalink
Fix Firestore internal test deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Aug 1, 2024
1 parent c1ca997 commit 19731d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1018,7 +1018,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down

0 comments on commit 19731d9

Please sign in to comment.