Files
firezone/swift
Jamil d35208bf17 Stub out client app directories in monorepo structure (#1716)
Stubs out the client app dirs and basic CI workflow for the client apps
in preparation to move them into this repository.

After this is merged @roop @pratikvelani you should be able to add the
client repos here.
2023-06-29 20:16:29 +00:00
..

Firezone Apple Client

Firezone app clients for macOS and iOS.

Builidng

Clone this repo:

git clone https://github.com/firezone/firezone
cd swift

Rename and populate developer team ID file:

cp Firezone/Developer.xcconfig.template Firezone/Developer.xcconfig
vim Firezone/Developer.xcconfig

Open project in Xcode:

open Firezone.xcodeproj