jessesquires/ReactiveCollectionsKit

Support for tvOS?

开放

#5 创建于 2019年11月3日

 (0 条评论) (0 个反应) (0 位负责人)Swift (12 个派生)github user discovery
feature requesthelp wantedpriority: low

仓库指标

星标
 (191 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南