File tree Expand file tree Collapse file tree 8 files changed +338
-7
lines changed
analytics/integration_test
integration_test.xcodeproj
integration_test_tvos/Base.lproj Expand file tree Collapse file tree 8 files changed +338
-7
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,8 @@ if(FIREBASE_CPP_BUILD_TESTS OR FIREBASE_CPP_BUILD_STUB_TESTS)
121
121
endif ()
122
122
123
123
if (PLATFORM STREQUAL TVOS OR PLATFORM STREQUAL SIMULATOR_TVOS )
124
- # Analytics, AdMob, FDL are not supported on tvOS.
124
+ # AdMob and FDL are not supported on tvOS.
125
125
set (FIREBASE_INCLUDE_ADMOB OFF )
126
- set (FIREBASE_INCLUDE_ANALYTICS OFF )
127
126
set (FIREBASE_INCLUDE_DYNAMIC_LINKS OFF )
128
127
endif ()
129
128
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ platform :ios, '10.0'
4
4
# Firebase Analytics test application.
5
5
6
6
target 'integration_test' do
7
+ platform :ios , '10.0'
8
+ pod 'Firebase/Analytics' , '8.9.0'
9
+ end
10
+
11
+ target 'integration_test_tvos' do
12
+ platform :tvos , '12.0'
7
13
pod 'Firebase/Analytics' , '8.9.0'
8
14
end
9
15
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <document type =" com.apple.InterfaceBuilder.AppleTV.Storyboard" version =" 3.0" toolsVersion =" 13122.16" targetRuntime =" AppleTV" propertyAccessControl =" none" useAutolayout =" YES" launchScreen =" YES" useTraitCollections =" YES" useSafeAreas =" YES" colorMatched =" YES" initialViewController =" BYZ-38-t0r" >
3
+ <dependencies >
4
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 13104.12" />
5
+ <capability name =" Safe area layout guides" minToolsVersion =" 9.0" />
6
+ <capability name =" documents saved in the Xcode 8 format" minToolsVersion =" 8.0" />
7
+ </dependencies >
8
+ <scenes >
9
+ <!-- View Controller-->
10
+ <scene sceneID =" tne-QT-ifu" >
11
+ <objects >
12
+ <viewController id =" BYZ-38-t0r" sceneMemberID =" viewController" >
13
+ <view key =" view" contentMode =" scaleToFill" id =" 8bC-Xf-vdC" >
14
+ <rect key =" frame" x =" 0.0" y =" 0.0" width =" 1920" height =" 1080" />
15
+ <autoresizingMask key =" autoresizingMask" widthSizable =" YES" heightSizable =" YES" />
16
+ <color key =" backgroundColor" red =" 0.0" green =" 0.0" blue =" 0.0" alpha =" 0.0" colorSpace =" custom" customColorSpace =" sRGB" />
17
+ <viewLayoutGuide key =" safeArea" id =" wu6-TO-1qx" />
18
+ </view >
19
+ </viewController >
20
+ <placeholder placeholderIdentifier =" IBFirstResponder" id =" dkx-z0-nzr" sceneMemberID =" firstResponder" />
21
+ </objects >
22
+ </scene >
23
+ </scenes >
24
+ </document >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <document type =" com.apple.InterfaceBuilder.AppleTV.Storyboard" version =" 3.0" toolsVersion =" 13122.16" targetRuntime =" AppleTV" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" useSafeAreas =" YES" colorMatched =" YES" initialViewController =" BYZ-38-t0r" >
3
+ <dependencies >
4
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 13104.12" />
5
+ <capability name =" Safe area layout guides" minToolsVersion =" 9.0" />
6
+ <capability name =" documents saved in the Xcode 8 format" minToolsVersion =" 8.0" />
7
+ </dependencies >
8
+ <scenes >
9
+ <!-- View Controller-->
10
+ <scene sceneID =" tne-QT-ifu" >
11
+ <objects >
12
+ <viewController id =" BYZ-38-t0r" customClass =" ViewController" customModuleProvider =" " sceneMemberID =" viewController" >
13
+ <layoutGuides >
14
+ <viewControllerLayoutGuide type =" top" id =" y3c-jy-aDJ" />
15
+ <viewControllerLayoutGuide type =" bottom" id =" wfy-db-euE" />
16
+ </layoutGuides >
17
+ <view key =" view" contentMode =" scaleToFill" id =" 8bC-Xf-vdC" >
18
+ <rect key =" frame" x =" 0.0" y =" 0.0" width =" 1920" height =" 1080" />
19
+ <autoresizingMask key =" autoresizingMask" widthSizable =" YES" heightSizable =" YES" />
20
+ <color key =" backgroundColor" red =" 0.0" green =" 0.0" blue =" 0.0" alpha =" 0.0" colorSpace =" custom" customColorSpace =" sRGB" />
21
+ <viewLayoutGuide key =" safeArea" id =" wu6-TO-1qx" />
22
+ </view >
23
+ </viewController >
24
+ <placeholder placeholderIdentifier =" IBFirstResponder" id =" dkx-z0-nzr" sceneMemberID =" firstResponder" />
25
+ </objects >
26
+ </scene >
27
+ </scenes >
28
+ </document >
Original file line number Diff line number Diff line change @@ -571,6 +571,7 @@ code.
571
571
- Changes
572
572
- General: Variant double type now support 64-bit while saving to json.
573
573
([ #1133 ] ( https://github.com/firebase/quickstart-unity/issues/1133 ) ).
574
+ - Analytics (tvOS): Analytics is now supported on tvOS.
574
575
575
576
### 8.6.0
576
577
- Changes
Original file line number Diff line number Diff line change 65
65
},
66
66
67
67
'tvos' : {
68
- 'supported_targets' : ('firebase_auth' , 'firebase_database' ,
69
- 'firebase_firestore' , 'firebase_functions' ,
70
- 'firebase_installations' , 'firebase_messaging' ,
71
- 'firebase_remote_config' , 'firebase_storage' ),
68
+ 'supported_targets' : ('firebase_auth' , 'firebase_analytics' ,
69
+ 'firebase_database' , 'firebase_firestore' ,
70
+ 'firebase_functions' , 'firebase_installations' ,
71
+ 'firebase_messaging' , 'firebase_remote_config' ,
72
+ 'firebase_storage' ),
72
73
'device' : {
73
74
'architectures' : ('arm64' ,),
74
75
'toolchain' : 'cmake/toolchains/apple.toolchain.cmake' ,
Original file line number Diff line number Diff line change 31
31
"full_name" : " FirebaseAnalytics" ,
32
32
"bundle_id" : " com.google.ios.analytics.testapp" ,
33
33
"ios_target" : " integration_test" ,
34
- "tvos_target" : " " ,
34
+ "tvos_target" : " integration_test_tvos " ,
35
35
"testapp_path" : " analytics/integration_test" ,
36
36
"frameworks" : [
37
37
" firebase_analytics.xcframework" ,
You can’t perform that action at this time.
0 commit comments