Replies: 1 comment 4 replies
-
thanks
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set up a Mac Mini as a Coder "dev" server so I can do iOS development from any device (e.g my iPad or Linux Thinkpad). I use local VS Code + VNC for the simulator. Works with Swift and React native.
Here's the template: https://github.com/bpmct/coder-templates/tree/main/shared-mac. Multi-user support is planned. Each workspace will be a new system "user" on the device. When stopped, the proper agent will stop. When deleted, the system user can also be removed.
Beta Was this translation helpful? Give feedback.
All reactions