-
Notifications
You must be signed in to change notification settings - Fork 11
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
Phoenix.Channels: WatchOS and tvOS support #37
Labels
LIVEVIEWNATIVE CLIENTS
LiveViewNative Clients Core issues label
Comments
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
Closed
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
KronicDeth
added a commit
that referenced
this issue
Jul 24, 2023
AZholtkevych
changed the title
WatchOS support
LiveView Native SwiftUI: WatchOS support
Aug 10, 2023
AZholtkevych
changed the title
LiveView Native SwiftUI: WatchOS support
LiveView Native Clients: WatchOS support
Sep 12, 2023
AZholtkevych
added
the
LIVEVIEWNATIVE CLIENTS
LiveViewNative Clients Core issues label
label
Sep 13, 2023
Blocked at this very moment |
AZholtkevych
changed the title
LiveView Native Clients: WatchOS support
Phoenix.Channels: WatchOS support
Nov 1, 2023
26 tasks
This work is currently paused with the
|
AZholtkevych
changed the title
Phoenix.Channels: WatchOS support
Phoenix.Channels: WatchOS and tvOS support
Jan 3, 2024
github-project-automation
bot
moved this from Code Review
to Done
in LiveViewNative Core
Jan 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
socket2 does not have support for watchos, so the cargo make xcframework in liveview-native-core fails because it can't buld
The code in question has
cfg
formacos
andios
, but nowatchos
It looks like we'll need to fork
socket2
to getwatchos
supportThe text was updated successfully, but these errors were encountered: