We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f273b commit b7c61e7Copy full SHA for b7c61e7
.github/workflows/analytics.yml
@@ -38,9 +38,10 @@ jobs:
38
- os: iOS
39
device: iPhone 16
40
test: true
41
- - os: catalyst
42
- device: localhost
43
- test: false # disabled due to a permissions error on launch (OSStatus -54).
+ # TODO: Re-enable when ODM2 catalyst support is investigated
+ # - os: catalyst
+ # device: localhost
44
+ # test: false # disabled due to a permissions error on launch (OSStatus -54).
45
- os: tvOS
46
device: Apple TV 4K (3rd generation) (at 1080p)
47
scheme: AnalyticsExampleTV
0 commit comments