libres icon indicating copy to clipboard operation
libres copied to clipboard

Support tvos build targets

Open ScottPierce opened this issue 1 year ago • 0 comments

Supporting tvos should be a very simple add-on. Supporting tvos is the same as supporting ios.

All you would need to do is add the following kotlin multiplatform build targets:

tvosArm64()
tvosX64()
tvosSimulatorArm64()

ScottPierce avatar Sep 24 '23 21:09 ScottPierce