Phoenix is a lightweight game launcher built in SwiftUI for macOS.
To setup the app refer to the setup page.
If you want to build this app for yourself, just clone this repository
git clone git@github.com:PhoenixLauncher/Phoenix.gitthen 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!
- AlertToast - Create Apple-like alerts & toasts using SwiftUI
- Colorful - A SwiftUI implementation of AppleCard's animated colorful blur background
- Defaults - Swifty and modern UserDefaults
- Sparkle - A software update framework for macOS
- Supabase - A Swift client for Supabase
- StarRatingView - A star rating view for SwiftUI
- swift-markdown-ui - Display and customize Markdown text in SwiftUI


