mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This PR brings in the apple client into the monorepo. --------- Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
Firezone Apple Client
Firezone app clients for macOS and iOS.
Builidng
Clone this repo:
git clone https://github.com/firezone/firezone
Build Connlib:
cd rust/connlib/clients/apple
PLATFORM_NAME=macosx ./build-rust.sh # For macOS
PLATFORM_NAME=iphoneos ./build-rust.sh # For iOS
./build-xcframework-dev.sh
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
Build the Firezone target