jessesquires/ReactiveCollectionsKit

Support for tvOS?

Ouverte

#5 ouverte le 3 nov. 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Swift (12 forks)github user discovery
feature requesthelp wantedpriority: low

Métriques du dépôt

Stars
 (191 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur