Skip to content

Commit 68cb847

Browse files
authored
Apply suggestions from code review
1 parent ecac4b2 commit 68cb847

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Firestore/Example/GoogleBenchmark.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Google's C++ benchmark framework.
3535

3636
s.ios.deployment_target = '15.0'
3737
s.osx.deployment_target = '10.15'
38-
s.ios.deployment_target = '15.0'
38+
s.tvos.deployment_target = '15.0'
3939

4040
s.requires_arc = false
4141

Firestore/Example/GoogleTest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Google's C++ test framework.
3535

3636
s.ios.deployment_target = '15.0'
3737
s.osx.deployment_target = '10.15'
38-
s.ios.deployment_target = '15.0'
38+
s.tvos.deployment_target = '15.0'
3939

4040
s.requires_arc = false
4141

Firestore/Example/LibFuzzer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030

3131
s.ios.deployment_target = '15.0'
3232
s.osx.deployment_target = '10.15'
33-
s.ios.deployment_target = '15.0'
33+
s.tvos.deployment_target = '15.0'
3434

3535
s.source = {
3636
:git => 'https://github.com/llvm/llvm-project.git'

Firestore/Example/ProtobufCpp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131

3232
s.ios.deployment_target = '15.0'
3333
s.osx.deployment_target = '10.15'
34-
s.ios.deployment_target = '15.0'
34+
s.tvos.deployment_target = '15.0'
3535

3636
s.source_files = 'src/**/*.{h,cc,inc}',
3737
# utf8_range is needed too, to avoid build errors.

GoogleAppMeasurement.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323

2424
s.ios.deployment_target = '15.0'
2525
s.osx.deployment_target = '10.15'
26-
s.ios.deployment_target = '15.0'
26+
s.tvos.deployment_target = '15.0'
2727

2828
s.libraries = 'c++', 'sqlite3', 'z'
2929
s.frameworks = 'StoreKit'

0 commit comments

Comments
 (0)