jessesquires/ReactiveCollectionsKit

Support for tvOS?

Aberta

#5 aberto em 3 de nov. de 2019

 (0 comentário) (0 reação) (0 responsável)Swift (12 forks)github user discovery
feature requesthelp wantedpriority: low

Métricas do repositório

Stars
 (191 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This should be much easier than macOS support, since tvOS just uses UIKit.

This should mostly be a matter of configuration.

A rough ToDo list:

  • Configure the project to run on tvOS
  • Add any necessary #if os() checks
  • Add a test target for tvOS to run existing tests on tvOS
  • Update CI config to run new tests
  • Update Package.swift and podspec

Guia do colaborador