Skip to content

Commit 53d370d

Browse files
Storage: specify only supported platforms for test specs (#6000)
1 parent 66f4afc commit 53d370d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseStorage.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
4646
}
4747

4848
s.test_spec 'unit' do |unit_tests|
49+
unit_tests.platforms = {:ios => '8.0', :osx => '10.11', :tvos => '10.0'}
4950
unit_tests.source_files = 'FirebaseStorage/Tests/Unit/*.[mh]',
5051
'SharedTestUtilities/FIRComponentTestUtilities.*',
5152
'SharedTestUtilities/FIRAuthInteropFake.*'
5253
unit_tests.dependency 'OCMock'
5354
end
5455

5556
s.test_spec 'integration' do |int_tests|
57+
int_tests.platforms = {:ios => '8.0', :osx => '10.11', :tvos => '10.0'}
5658
int_tests.source_files = 'FirebaseStorage/Tests/Integration/*.[mh]'
5759
int_tests.requires_app_host = true
5860
int_tests.resources = 'FirebaseStorage/Tests/Integration/Resources/1mb.dat',

0 commit comments

Comments
 (0)