iOS Movie App written in SwiftUI using MVVM
- iOS Target 16.4+
- Xcode 14.0+
- Swift 5.0
List | Details | List[Dark mode] | Details[Dark mode] |
---|---|---|---|
- Arkana: Arkana is used to store keys and secrets away from source code
- Clone the project.
- add .env file on the project's root, .env file contains the movieApiKey[will be shared over the email]
- Run
bundle exec arkana
this command to create dependencies folder - Adding a local Swift Package to your Xcode project: Choose File → Add Packages… and click on Add Local…. Locate and select the
YassirKeys
folder - Run the project