Skip to content

Setup on macOS

Docker

Install Docker Desktop for Mac by following the instructions from here.

Docker Desktop is supported on the current and two previous major macOS releases. As new major versions of macOS are made generally available, Docker stops supporting the oldest version and supports the newest version of macOS (in addition to the previous two releases).

VSCode

Download and install Visual Studio Code from here.

Once installed, open VSCode and head to extensions tab (โ‡งโŒ˜X) to install the following extensions:

Dev Containers

VSCode with DevContainers extension installed

When you try to create your first project, the Dev Containers extension may ask to download additional Docker components, even though Docker is already installed. Allow it to do so.

Swift Stream IDE

VSCode with Swift Stream IDE extension installed

Aaaaaand... you are all set!

Now check out our โ†’ Application and โ†’ Library guides.