-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tvOS Support #62
Comments
I'll look into this next week, see if we can update both the Carthage and CocoaPods to support tvOS. |
@sbt007 I added support for tvOS to both Carthage and CocoaPods, in the develop branch. Let me know if everything works for you. If so, it should go out in a release sometime soon. |
Thanks @brentleyjones - I will try it out. |
This has been released in v1.2.0. Cocoa pods will be updated as soon as @Ahmed-Ali pushes it to trunk. |
Currently the podfile does not allow installation if it is a tvOS project.
Adding something like s.tvos.deployment_target = "10.0" to the podspec should solve this.
I personally do not think that any other special changes to Cucumberish is needed, but have not looked deeper. I was able to run the sample tests provided on a Apple TV simulator. XCode/XCTest supports both iOS and tvOS.
The text was updated successfully, but these errors were encountered: