mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Adds icons to Apple for app distribution for TestFlight testing. @pratikvelani -- can these also be used for Android or do we need a different format? I can add you to our Figma team if you need to slice the assets directly.
Firezone Apple Client
Firezone app clients for macOS and iOS.
Pre-requisites
- Rust
Building
-
Clone this repo:
git clone https://github.com/firezone/firezone -
cdto the Apple clients codecd swift/apple -
Rename and populate developer team ID file:
cp Firezone/xcconfig/Developer.xcconfig.template Firezone/xcconfig/Developer.xcconfig vim Firezone/xcconfig/Developer.xcconfig -
Open project in Xcode:
open Firezone.xcodeprojBuild the Firezone target
Cleaning up
To cleanup Swift build objects:
cd swift/apple
./cleanup.sh
To cleanup both Swift and Rust build objects:
cd swift/apple
./cleanup.sh all