-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add iOS support #757
base: main
Are you sure you want to change the base?
Add iOS support #757
Conversation
This PR is impossible to review, because its not clear what is a mechanical refactor, and what is new custom stuff. |
i would target each branch on each PR to make them readable, but what I wanted to transmit with these is that I have multiple branches waiting on #727 |
and well I cant even target each branch on each PR because they are in my repo's branches not in here :/ (btw I'm planning to rebase each time one of the PR gets merged) |
e3c34ec
to
2eec3e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks alright, if it tests fine then I'd say it's good (I can't test it myself, no Apple).
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.5") | ||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.5") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the rollback in version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i dmed you about this, its the use of some reflection that robovm didnt support
Hi, I would love to have iOS SlimeVR Server. I though it is impossible or very complicated because of JVM. Don't we need JVM for the server? If so, how it can run on iOS then? |
its compiled to iOS native via RoboVM |
Blocked by #756To-do list