Skeptick / libres

Resources generation in Kotlin Multiplatform
Apache License 2.0
207 stars 11 forks source link

Support tvos build targets #31

Open ScottPierce opened 1 year ago

ScottPierce commented 1 year ago

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()