TryFetch / AppleTV

:tv: The Apple TV version of Fetch
GNU General Public License v3.0
15 stars 6 forks source link

Support Swift 3 #3

Open githendrik opened 6 years ago

githendrik commented 6 years ago

I wanted to build the project on my MBP running Xcode 9. Unfortunately, Xcode 9 can't handle Swift 2 applications and tells me to convert the project to Swift 3 on an Xcode 8 machine (which I don't have access to)

Would it be possible for you to update the project to Swift 3?

dnicolson commented 6 years ago

You can download old versions of Xcode here.

I have tried all Xcode 8.2+ (for the tvOS 10.1 SDK) versions and all have various errors building. Is it possible to add a release like the iPhone version?