My first iOS app written in Swift just to play around with AniList's API. Pretty crap... but it works?
Builds fail because I don't have a dev cert rip.
IPA can be located here. You will need to sideload yourself (for now) using an app signer (for MacOS) or Cydia Impactor.
Alternatively, you can compile from source.
This is just a quick rundown of how to build.
- Clone repo
- Open directory in console of choice and run
pod install
- Change bundle identifier in project to something unique
- Build
- Initial view allows you to pick a genre and get a random show
- Able to choose between airing or not airing
- Top 100 airing shows are shown in another view
- App will crash if list of shows returned is nil
- General Auto-Layout issues because I'm a scrub
- Some others I've found during testing but was up too late to remember it