(0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Swift (12 Forks)github user discovery
feature requesthelp wantedpriority: low

Repository-Metriken

Stars
 (191 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide