Phoenix is a lightweight game launcher built in SwiftUI for macOS.
To setup the app refer to the setup page.
You can contribute translations for the app on Crowdin.
If you want to build this app for yourself, just clone this repository
git clone git@github.com:PhoenixLauncher/Phoenix.git
then open Phoenix.xcodeproj
in Xcode. You will first have to update the Team
field in the Signing and Capabilities
section of Targets > Phoenix
in the
main Project file. You can then create a .app
file by going to
Product > Archive
in the menu bar, clicking Distribute App
, selecting
Copy App
and then saving the folder somewhere easy to find like your desktop.
The app will be inside the folder and you can copy it into your applications
folder and begin using it!
Big thanks to the creators of these dependencies for creating such great tools!
Thanks to Austin Condiff and the CodeEdit app for parts of RoundedTextEditor.swift
.