Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.55 KB

MyAnimeList-AppleMultiplatform

Unofficial MyAnimeList app for Apple TV, iPhone, iPad and Mac rewritten in SwiftUI (previous was TVML/TVJS)

Requirements

  • Xcode 12
  • tvOS 14 or iOS 14 or macOS 11

Dependencies

  • SwiftUIFlux: A very naive implementation of Redux using Combine BindableObject to serve as an example
  • JikanSwift: Jikan Swift wrapper
  • MALSyncSwift: MALSync Api Swift wrapper
  • CrunchyrollSwift: Crunchyroll Swift wrapper unofficial
  • Kingfisher: A lightweight, pure-Swift library for downloading and caching images from the web.

Development

The project use SwiftUI and SwiftUIFlux.

You can learn SwiftUIFlux and SwiftUI with MovieSwiftUI.

Swift packages made for this porject are intergrated as git submodules. Once the sub packages are well developed. I'll consider to change it back to the way to install a SwiftPM that everybody know.

Example to clone with submodules:

$ git clone --recurse-submodules

Example to install submodules if you didn't use above command:

$ git submodule update --init --recursive

Screenshots

TV_Home.png TV_Detail.png