Skip to content

Commit 47aa9d2

Browse files
authored
Don't run unit test spec on watchOS. (#4645)
This won't run because the required version of InstanceID doesn't work on watchOS (and watchOS doesn't have XCTests). This is a blocker for publishing the pod.
1 parent 73c6923 commit 47aa9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseInstallations.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Pod::Spec.new do |s|
4545
}
4646

4747
s.test_spec 'unit' do |unit_tests|
48+
unit_tests.platforms = {:ios => '8.0', :osx => '10.11', :tvos => '10.0'}
4849
unit_tests.source_files = base_dir + 'Tests/Unit/**/*.[mh]',
4950
base_dir + 'Tests/Utils/**/*.[mh]'
5051
unit_tests.resources = base_dir + 'Tests/Fixture/**/*'

0 commit comments

Comments
 (0)