rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

tvOS Support #210

Open danhealy opened 8 years ago

danhealy commented 8 years ago

Most helpers are not available in tvOS due to platform detection. I think most of the ones for iOS are applicable to tvOS.

colinta commented 8 years ago

Is this something you would use on a current project? I ask because I don’t have a test project handy for tvOS. Is this something you could work on? I’d be happy to lend a hand!

Right now the sugarcube-cocoa libs are shared between iOS and OS X. For tvOS we would need to create a sugarcube-uikit folder + libs that would work similarly.

danhealy commented 8 years ago

It's absolutely something I would like to use for a current project, however I don't know if I have the spare time it would take to implement all of the required changes. I am finding a similar lack of support with a lot of other gems as well and my priority is to get something working. I'll see what I can do.