Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WatchOS target #60

Open
cvb941 opened this issue Jun 8, 2024 · 2 comments
Open

WatchOS target #60

cvb941 opened this issue Jun 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@cvb941
Copy link

cvb941 commented Jun 8, 2024

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

@jacobras jacobras added enhancement New feature or request feature request and removed feature request labels Aug 19, 2024
@jacobras
Copy link
Owner

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
Copy link
Owner

jacobras commented Sep 3, 2024

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: JetBrains/compose-multiplatform#4197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants