An unofficial AniList app.
Google Play • IzzyOnDroid (F-Droid) • Privacy Policy
The iOS .ipa and the android .apk are bundled with each Github release.
Building for ios
- Make an unsigned build by going into the
ios
directory and runningxcodebuild -scheme Runner -workspace Runner.xcworkspace -configuration Release clean archive -archivePath "build/Otraku.xcarchive" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
- In the
build
directory, open package contents and go intoProducts/Applications
- Copy the
.app
file into aPayload
folder - Compress the
Payload
folder and change the extension to.ipa