BOString icon indicating copy to clipboard operation
BOString copied to clipboard

tvOS Support

Open gurhub opened this issue 7 years ago • 1 comments

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.

gurhub avatar Jan 31 '18 07:01 gurhub

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?

kovpas avatar Jan 31 '18 11:01 kovpas