Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.95 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.95 KB

banner Build Status

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.

Releases

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.

Building

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

Screenshots

preview

Usage

  • 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

Known Issues

  • 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

Third-Party Libraries