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

貢獻者指南