Skip to content

lotusprey/otraku

Repository files navigation

Otraku

An unofficial AniList app.

Google PlayIzzyOnDroid (F-Droid)Privacy Policy

The iOS .ipa and the android .apk are bundled with each Github release.

Screenshots


Building for ios
  1. Make an unsigned build by going into the ios directory and running xcodebuild -scheme Runner -workspace Runner.xcworkspace -configuration Release clean archive -archivePath "build/Otraku.xcarchive" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
  2. In the build directory, open package contents and go into Products/Applications
  3. Copy the .app file into a Payload folder
  4. Compress the Payload folder and change the extension to .ipa