Skip to content
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 #8

Open
gurhub opened this issue Jan 31, 2018 · 1 comment
Open

tvOS Support #8

gurhub opened this issue Jan 31, 2018 · 1 comment

Comments

@gurhub
Copy link

gurhub commented Jan 31, 2018

Good library, thank you for your afford. There is no support for tvOS, probably it's just about the Podspec file settings. Because NSAttributedstring available under tvos too. tvOS is good to have. By the way when I add with copy and paste, it works like charm.

Best.

@kovpas
Copy link
Owner

kovpas commented Jan 31, 2018

Yes, I'd be happy to enable tvos and watchos support, but I've never had a chance to work with these platforms. I believe that the following lines should be added to the podspec:

  s.tvos.deployment_target  = '9.0'
  s.watchos.deployment_target  = '3.0'

...

  s.tvos.frameworks = 'Foundation', 'UIKit'
  s.watchos.frameworks = 'Foundation', 'UIKit'

I can't test if this would work. Could you please test and confirm if it helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants