Installation
Prerequisites
- Xcode 15.0+
- macOS Sonoma (14.0)+
- Git
Setup Steps
-
Clone the Repository
git clone https://github.com/zainulnazir/flux.git cd flux -
Configure Secrets
Flux uses TMDB API and Firebase, which require keys.
- Copy
flux/flux/Services/SecretsExample.txttoflux/flux/Services/Secrets.swift. - Add your TMDB API Key.
- Copy
-
Firebase Setup
- Create a Firebase Project.
- Download
GoogleService-Info.plist. - Place it in
flux/flux/.
-
Build and Run
Open
flux/flux.xcodeprojin Xcode and press Run (Cmd+R).