Skip to content

Commit eaff93f

Browse files
committed
support for tvos in messaging integration tests.
1 parent 33a889d commit eaff93f

File tree

4 files changed

+358
-1
lines changed

4 files changed

+358
-1
lines changed

messaging/integration_test/Podfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

22
source 'https://github.com/CocoaPods/Specs.git'
3-
platform :ios, '10.0'
43
# Firebase Cloud Messaging test application.
54

65
target 'integration_test' do
6+
platform :ios, '10.0'
7+
pod 'Firebase/Messaging', '8.3.0'
8+
end
9+
10+
target 'integration_test_tvos' do
11+
platform :tvos, '10.0'
712
pod 'Firebase/Messaging', '8.3.0'
813
end
914

0 commit comments

Comments
 (0)