Human-Readable icon indicating copy to clipboard operation
Human-Readable copied to clipboard

WatchOS target

Open cvb941 opened this issue 1 year ago • 2 comments

Hi, Could you please add support for the WatchOS targets? Support for tvOS would be nice as well.

cvb941 avatar Jun 08 '24 11:06 cvb941

One issue is that the localisaton library used, Libres, doesn't support WatchOS. It does support tvOS: https://github.com/Skeptick/libres/blob/master/libres-core/build.gradle.kts#L11

And the library doesn't seem to be maintained anymore, not getting any updates since December 2023. I'm considering looking into using the Compose Compiler, as it has resources support.. but I'd first have to measure the binary impact as Libres is very small.

jacobras avatar Aug 20 '24 10:08 jacobras

I'm considering looking into using the Compose Compiler, as it has resources support.. but I'd first have to measure the binary impact as Libres is very small.

Compose Resources is nice in that it allows for better regional support, but there isn't a way to manually set the locale yet: https://github.com/JetBrains/compose-multiplatform/issues/4197

jacobras avatar Sep 03 '24 09:09 jacobras