venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

TV OS support #56

Closed matthewfx closed 6 years ago

matthewfx commented 8 years ago

Please add a support for the tv os.

Rep2 commented 7 years ago

Also looking for this feature.

Edit: I have added support for tvOS in a fork and it can be fetched using

github "Rep2/DVR" "f88d1d2e619457e3b8c675456d3e4ddb1c87846e"

I am new to the Carthage world so check it out before using.

loudmouth commented 7 years ago

It looks like there is tvOS support for DVR if installed via Carthage. Not only is there a shared scheme in DVR.xcodeproj "DVR-tvOS", but I have successfully installed DVR via Carthage.

It does not, however, appear that there is a line in the podspec defining the build for tvOS via Cocoapods. This is probably not too difficult to fix.